@font-face {
  font-family: Sourcecodepro Variablefont Wght;
  src: url('../fonts/SourceCodePro-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sourcecodepro Variablefont Wght;
  src: url('../fonts/SourceCodePro-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-800: #30323a;
  --neutral-900: #24252b;
  --primary-700: #3e8156;
  --neutral-50: #fafafc;
  --primary-200: #b9dfc6;
  --neutral-700: #494a50;
  --primary-300: #9bcfad;
  --neutral-100: #f5f6fa;
  --neutral-500: #7c7e83;
  --neutral-200: #e3e4e7;
  --neutral-600: #5a5b61;
  --neutral-400: #a3a5ac;
  --neutral-300: #babcc2;
  --primary-400: #7fbe95;
  --primary-100: #dbebe0;
  --primary-50: #e9f1ec;
  --primary-500: #68b181;
  --primary-600: #54996c;
  --primary-800: #2a663f;
  --primary-900: #0c4c23;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--neutral-800);
  cursor: none;
  background-color: #000;
  font-family: Poppins;
  font-size: 18px;
  line-height: 1.6;
}

h1 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

h5 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

h6 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 18px;
}

a {
  color: var(--neutral-800);
  cursor: none;
  text-decoration: none;
  transition: color .2s cubic-bezier(.165, .84, .44, 1);
}

a:hover {
  color: var(--primary-700);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

img {
  object-fit: contain;
  max-width: 100%;
  height: 300px;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.container {
  width: 100%;
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-medium {
  color: var(--neutral-50);
  font-size: 18px;
  display: block;
  overflow: visible;
}

.text-size-medium.text-weight-medium.work-title {
  line-height: 1;
}

.button {
  background-color: var(--primary-700);
  color: var(--neutral-50);
  text-align: center;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 16px;
  transition: box-shadow .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  box-shadow: 2px 2px 0 0 var(--primary-200);
  transform: translate(2px, -2px);
}

.nav-link {
  color: #333;
  padding: 0 16px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.text-size-small {
  font-size: 14px;
}

.text-size-large {
  font-size: 44px;
}

.text-weight-semi {
  font-weight: 600;
}

.spacer-small {
  width: 16px;
  height: 16px;
}

.rich-text {
  text-align: left;
  font-size: 18px;
}

.rich-text h2 {
  margin-top: 48px;
  margin-bottom: 18px;
}

.rich-text h3 {
  margin-top: 32px;
  margin-bottom: 14px;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 10px;
}

.rich-text h5 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.rich-text h6 {
  margin-top: 16px;
  margin-bottom: 10px;
}

.rich-text figure {
  margin-left: 0;
  margin-right: 0;
}

.rich-text p {
  color: var(--neutral-700);
  margin-bottom: 24px;
  line-height: 1.7;
}

.rich-text ul {
  margin-bottom: 20px;
  font-size: 18px;
  list-style-type: square;
}

.rich-text li {
  margin-bottom: 16px;
}

.rich-text blockquote {
  border-left-color: var(--primary-300);
  background-color: var(--neutral-100);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.6;
}

.rich-text figcaption {
  color: var(--neutral-500);
  font-size: 16px;
}

.rich-text ol {
  margin-bottom: 20px;
}

.rich-text a {
  color: var(--neutral-800);
  font-weight: 500;
  text-decoration: none;
}

.rich-text a:hover {
  text-decoration: underline;
}

.spacer-medium {
  width: 24px;
  height: 24px;
}

.spacer-huge {
  flex: none;
  width: 64px;
  height: 64px;
}

.spacer-large {
  width: 32px;
  height: 32px;
}

.spacer-xhuge {
  width: 128px;
  height: 128px;
}

.admin-section {
  background-color: #000;
  padding: 100px 32px;
}

.style-part-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  color: var(--neutral-50);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.style-part-wrapper.style-colors {
  grid-row-gap: 64px;
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  display: flex;
}

.style-guide-heading {
  color: #464646;
  margin-bottom: 40px;
  font-weight: 600;
}

.style-heading-span {
  opacity: .49;
  margin-right: 16px;
  font-size: .7em;
  font-weight: 400;
  line-height: 1;
}

.style-guide-tag {
  color: #fff;
  text-transform: capitalize;
  background-color: #a95889;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 4px 16px;
  font-size: 12px;
}

.style-guide-tag.class {
  background-color: #4283e6;
}

.rich-text-styles {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.spacer-color {
  background-color: #bcbcbc;
}

.style-color-item {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-color-block {
  width: 100%;
  height: 156px;
}

.style-color-block.neutral-900 {
  background-color: var(--neutral-900);
}

.style-color-block.neutral-800 {
  background-color: var(--neutral-800);
}

.style-color-block.neutral-200 {
  background-color: var(--neutral-200);
}

.style-color-block.neutral-700 {
  background-color: var(--neutral-700);
}

.style-color-block.neutral-600 {
  background-color: var(--neutral-600);
}

.style-color-block.neutral-500 {
  background-color: var(--neutral-500);
}

.style-color-block.neutral-400 {
  background-color: var(--neutral-400);
}

.style-color-block.neutral-300 {
  background-color: var(--neutral-300);
}

.style-color-block.neutral-100 {
  background-color: var(--neutral-100);
}

.style-color-block.neutral-50 {
  background-color: var(--neutral-50);
}

.style-color-block.primary-c-400 {
  background-color: var(--primary-400);
}

.style-color-block.primary-c-300 {
  background-color: var(--primary-300);
}

.style-color-block.primary-c-200 {
  background-color: var(--primary-200);
}

.style-color-block.primary-c-100 {
  background-color: var(--primary-100);
}

.style-color-block.primary-c-50 {
  background-color: var(--primary-50);
}

.style-color-block.primary-c-500 {
  background-color: var(--primary-500);
}

.style-color-block.primary-c-600 {
  background-color: var(--primary-600);
}

.style-color-block.primary-c-700 {
  background-color: var(--primary-700);
}

.style-color-block.primary-c-800 {
  background-color: var(--primary-800);
}

.style-color-block.primary-c-900 {
  background-color: var(--primary-900);
}

.style-color-row {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.admin-body {
  background-color: #fff;
}

.style-color-sector {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.styleguide-grid {
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.admin-navigation {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  min-width: 220px;
  padding-right: 20px;
  font-size: 18px;
  display: flex;
  position: sticky;
  top: 16px;
}

.admin-nav-link {
  text-decoration: none;
}

.admin-nav-link.w--current {
  font-weight: 700;
}

.admin-wrapper {
  grid-column-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.admin-top-wrapper {
  grid-column-gap: 80px;
  border-bottom: 1px solid #555;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  display: flex;
}

.admin-utility-links {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

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

.text-grey {
  color: var(--neutral-500);
}

.spacer-tiny {
  width: 8px;
  height: 8px;
}

.arrow-link {
  grid-column-gap: 10px;
  color: var(--primary-700);
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-dark-grey {
  color: var(--neutral-700);
}

.text-dark-grey.project-summary {
  width: 280px;
}

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

.text-size-tiny {
  font-size: 12px;
}

.spacer-xtiny {
  width: 6px;
  height: 6px;
}

.text-off-white {
  color: var(--neutral-200);
}

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

.style-part-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-heading-3 {
  color: #525252;
}

.style-guide-heading-3.on-dark-bg {
  color: #fff;
}

.style-part-block {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-part-block.dark-background {
  background-color: var(--neutral-900);
  padding: 20px;
}

.post-overview {
  justify-content: space-between;
  align-items: flex-start;
}

.spacer-xsmall {
  width: 12px;
  height: 12px;
}

.spacer-xlarge {
  width: 48px;
  height: 48px;
}

.section {
  align-items: stretch;
  padding-bottom: 5vh;
  padding-left: 4%;
  padding-right: 4%;
  display: block;
}

.main-layout {
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.main-layout-left {
  flex-direction: column;
  flex: none;
  width: 35%;
  height: 95vh;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.main-layout-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 940px;
  margin-top: 20px;
  display: flex;
}

.main-title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 28px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.main-title {
  margin-bottom: -14px;
  font-size: 6vw;
  line-height: 1;
}

.intro-text-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 95vh;
  margin-top: 20px;
  display: flex;
}

.main-left-line {
  background-color: var(--primary-600);
  width: 12px;
  height: 150px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.main-bottom-line {
  background-color: var(--primary-600);
  width: 48px;
  height: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.between-section-spacer-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 60px;
  display: flex;
}

.between-section-spacer-2.first-spacer {
  width: 300px;
  height: 300px;
}

.h2-wrapper {
  padding-top: 16px;
  padding-left: 16px;
  position: relative;
}

.h2-left-line {
  background-color: var(--primary-600);
  width: 4px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.h2-top-line {
  background-color: var(--primary-600);
  width: 24px;
  height: 4px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-color-primary {
  color: var(--primary-600);
}

.service-subset-grid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  place-items: center;
}

.service-divider-line {
  background-color: var(--neutral-300);
  width: 1px;
  height: 48px;
}

.spacer-between-main {
  width: 96px;
  height: 96px;
}

.previous-work-collection {
  width: 100%;
}

.previous-work-list {
  border-top: 1px solid var(--neutral-300);
}

.previous-work-item {
  border-bottom: 1px solid var(--neutral-300);
}

.previous-work-content {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.previous-item-arrow {
  margin-top: 8px;
}

.previous-work-item-left {
  align-items: flex-start;
  display: flex;
}

.previous-work-image {
  object-fit: cover;
  flex: none;
  width: 164px;
  height: 112px;
  overflow: hidden;
}

.project-image-spacer {
  width: 24px;
}

.main-profile-wrapper {
  z-index: 1;
  width: 70%;
  max-width: 400px;
  position: absolute;
  inset: auto 0% 31% auto;
}

.main-profile-image {
  width: 100%;
}

.profile-contact-link {
  background-color: var(--primary-50);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.profile-contact-grid {
  grid-template-rows: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.profile-contact-icon {
  color: var(--primary-900);
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
}

.profile-contact-icon.email {
  height: 17px;
}

.bottom-contact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-details-grid {
  grid-template-columns: 1fr;
  margin-top: 8px;
}

.contact-link-block {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.contact-link-arrow {
  align-items: center;
  height: 12px;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-brand-link.w--current {
  object-fit: fill;
  position: relative;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-bottom-line {
  background-color: var(--neutral-300);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.loading-screen-text {
  color: var(--neutral-900);
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
  display: none;
  position: absolute;
  inset: auto auto 20px 80px;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border: 1px solid var(--neutral-900);
  background-color: var(--neutral-900);
  border-radius: 100px;
  width: 24px;
  height: 24px;
}

.project-page-top {
  padding-top: 164px;
}

.project-top-grid {
  border-top: 1px solid var(--neutral-300);
  border-bottom: 1px solid var(--neutral-300);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 64px;
  padding-bottom: 64px;
}

.project-main-content {
  padding-top: 64px;
}

.main-content-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 96px;
  display: grid;
}

.content-gallery-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-gallery-image {
  object-fit: cover;
  width: 100%;
  height: 22vw;
}

.image {
  aspect-ratio: auto;
  width: 175px;
  margin-left: -20px;
  position: static;
}

.text-block {
  color: var(--neutral-50);
  padding-right: 100px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  display: block;
}

.text-block-2 {
  color: var(--neutral-50);
  margin-top: 20px;
  font-size: 24px;
}

.container-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.heading {
  color: var(--neutral-100);
  margin-top: 0;
  padding-bottom: 0;
}

.heading-2 {
  color: var(--neutral-100);
  font-weight: 300;
}

.grid {
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-3 {
  aspect-ratio: auto;
  overflow: visible;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.flex-block {
  flex-wrap: nowrap;
}

.container-4 {
  clear: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: static;
}

.div-block {
  aspect-ratio: auto;
  overflow: visible;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-2 {
  display: block;
}

.heading-3, .heading-4 {
  color: var(--neutral-100);
}

.heading-5 {
  color: var(--neutral-50);
}

.heading-6 {
  color: var(--neutral-100);
}

.heading-7 {
  color: var(--neutral-50);
}

.heading-8, .heading-9 {
  color: var(--neutral-100);
}

.list-item {
  color: var(--neutral-50);
}

.list-item-2 {
  color: var(--neutral-100);
}

.list-item-3 {
  color: var(--neutral-50);
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--neutral-50);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.container-5 {
  flex-flow: column wrap;
  place-content: stretch space-between;
  padding-left: 0;
  display: flex;
}

.nav {
  flex-flow: column;
  place-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  margin-top: 40px;
  padding-left: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.text-block-3 {
  outline-offset: 0px;
  backface-visibility: visible;
  perspective: none;
  transform-origin: 50% 100%;
  color: var(--neutral-50);
  overflow-wrap: normal;
  object-fit: fill;
  outline: 3px #fafafc;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: flex-start;
  width: 150px;
  height: auto;
  margin-top: 0;
  font-family: Source Code Pro;
  font-size: 17px;
  text-decoration: underline;
  display: flex;
  transform: rotate(-90deg);
}

.header {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.image-2 {
  object-fit: scale-down;
  width: 750px;
}

.text-block-4 {
  color: var(--neutral-50);
  padding-top: 24px;
  font-family: Source Code Pro;
  font-size: 14px;
}

.body {
  cursor: auto;
}

.content-spacer-1 {
  display: block;
}

.column {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns {
  margin-right: 0;
  display: block;
}

.div-block-4 {
  justify-content: flex-start;
  display: flex;
}

.section-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-2 {
  color: var(--neutral-50);
  text-align: justify;
  max-width: 600px;
  margin-left: 145px;
  margin-right: 91px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-3 {
  align-self: flex-end;
  width: 180px;
  margin-top: 0;
}

.video {
  max-width: 650px;
  padding-right: 0;
}

.div-block-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-7 {
  flex-direction: row;
  align-self: flex-end;
  margin-top: 40px;
  display: flex;
}

.text-block-5 {
  aspect-ratio: auto;
  transform-origin: 100% 100%;
  color: var(--neutral-50);
  flex-wrap: nowrap;
  height: 22px;
  margin-top: -20px;
  margin-right: 10px;
  font-family: Source Code Pro;
  font-size: 14px;
  display: flex;
  transform: rotate(-90deg);
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-4 {
  object-fit: contain;
  width: auto;
  min-width: 100%;
  max-width: 150%;
  height: auto;
  max-height: 400px;
  margin-left: 0;
}

.about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  height: 350px;
  margin-top: 195px;
}

.body-2 {
  pointer-events: auto;
  color: var(--neutral-50);
  cursor: auto;
  font-family: Source Code Pro;
}

.profile {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 0% 50%;
  margin-top: 60px;
  overflow: scroll;
}

.sxsw {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 89px;
  padding-right: 98px;
  display: none;
}

.text-block-6 {
  color: var(--neutral-50);
  text-align: center;
  margin-top: 20px;
  margin-left: 162px;
  margin-right: 139px;
  padding-right: 0;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 700;
}

.image-6 {
  object-fit: scale-down;
  flex: 1;
  height: 500px;
  max-height: 500px;
}

.autograph {
  text-align: center;
  align-self: center;
  height: auto;
}

.text_container {
  text-align: center;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.section-4 {
  background-image: url('../images/animation-names.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 1080px;
  margin-top: 0;
  display: flex;
}

.text-block-7 {
  color: var(--neutral-50);
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 200px;
  font-family: Source Code Pro;
  font-weight: 700;
  display: block;
}

.autograph_container {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.autograph_section {
  flex-flow: column;
  place-content: center space-around;
  align-items: stretch;
  height: 1000px;
  display: flex;
}

.autographs_animaition {
  object-fit: contain;
  flex: 1;
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.image_container {
  object-fit: fill;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  max-width: 1440px;
  display: flex;
}

.text-block-8 {
  color: var(--neutral-50);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Source Code Pro;
  font-size: 24px;
  display: flex;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 131px;
  display: grid;
}

.names_container {
  margin-top: 39px;
  margin-left: 124px;
}

.film_trilology_container {
  margin-top: 120px;
  margin-right: 118px;
}

.names_subtitle {
  color: var(--neutral-50);
  text-align: justify;
  max-width: 500px;
  margin-bottom: 100px;
  margin-left: 60px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.text-block-9 {
  color: var(--neutral-50);
  text-align: justify;
  max-width: 500px;
  margin-top: 0;
  margin-left: 60px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-10 {
  color: var(--neutral-100);
  margin-left: 60px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.david_bowie_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
  overflow: hidden;
}

.david-bowie-intro {
  align-items: flex-end;
  margin-top: 140px;
  margin-left: 119px;
}

.david-bowie-text {
  object-fit: fill;
  align-self: flex-start;
  max-width: 55%;
  height: auto;
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.david-bowie-image {
  object-fit: contain;
  flex: 0 auto;
  max-width: 425px;
  height: auto;
  margin-top: 0;
  margin-left: -109px;
  position: static;
}

.container-6 {
  z-index: auto;
  margin-top: 0;
  margin-bottom: -71px;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
}

.container-7 {
  object-fit: fill;
  justify-content: space-around;
  align-self: center;
  margin-bottom: 19px;
  margin-left: 0;
  margin-right: 103px;
  padding-top: 0;
  display: flex;
}

.book-intro {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 149px;
  margin-left: 60px;
}

.book-image {
  object-fit: contain;
  align-self: flex-start;
  max-width: none;
  height: auto;
  max-height: 600px;
  margin-left: -9px;
  padding-left: 0;
}

.arrow {
  color: var(--neutral-50);
  align-self: flex-start;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
  transform: rotate(90deg);
}

.arrow.image-tag {
  margin-top: 16px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
}

.subtext-container {
  text-align: center;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.text-block-10 {
  color: var(--neutral-50);
  text-align: left;
  padding-left: 10px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.celebrity-gif {
  align-self: flex-start;
  height: 250px;
  margin-top: 0;
  padding-left: 38px;
}

.image-8 {
  object-fit: contain;
}

.div-block-8 {
  align-items: flex-start;
  margin-top: 61px;
  margin-right: 225px;
  display: flex;
}

.subtext-container-book {
  text-align: left;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 400px;
  margin-left: 83px;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-title {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 99px;
  margin-left: 0;
  margin-right: 79px;
}

.quote-container {
  text-align: center;
  flex-flow: column;
  place-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-text {
  color: var(--neutral-50);
  text-align: center;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.text-block-11 {
  color: var(--neutral-50);
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  transform: rotate(-90deg);
}

.text-block-12 {
  color: var(--neutral-50);
  text-align: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.image-9 {
  object-fit: contain;
  height: auto;
  max-height: 550px;
  margin-left: -36px;
  padding-left: 0;
  padding-right: 0;
}

.grid-4 {
  clear: none;
  object-fit: scale-down;
  grid-template: ". Area"
  / 1fr 1fr;
  place-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.image-10 {
  height: 250px;
  margin-left: 37px;
  padding-top: 0;
}

.footer-image {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-11 {
  height: 250px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.section-7 {
  margin-top: 70px;
}

.footer {
  border-top: 1px solid #353535;
  margin-left: 40px;
  margin-right: 40px;
}

.grid-5 {
  grid-template-rows: auto;
  padding-bottom: 20px;
}

.text-block-13 {
  color: var(--neutral-50);
  margin-top: 30px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
}

.imprint-link {
  color: var(--neutral-50);
  text-align: right;
  cursor: pointer;
  margin-top: 30px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.imprint-link:hover {
  color: #ffea0b;
}

.text-block-14 {
  color: var(--neutral-50);
  text-align: center;
  cursor: none;
  margin-bottom: 100px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  text-decoration: underline;
}

.slider {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 600px;
  margin-top: -5px;
  margin-right: 0;
  display: block;
}

.icon {
  object-fit: contain;
}

.slide-nav {
  display: block;
}

.slide {
  text-align: left;
  margin-top: 20px;
}

.mask {
  max-width: none;
}

.slide-2, .slide-3, .slide-4, .slide-5 {
  margin-top: 20px;
}

.container-8 {
  flex: 1;
  display: block;
}

.background-video {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  flex: 1;
  order: -1;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.image-12 {
  max-width: 330px;
  height: auto;
  margin-top: 39px;
  margin-left: 176px;
  padding-bottom: 42px;
}

.image-13 {
  transform-style: preserve-3d;
  width: 60px;
  height: auto;
  margin-top: -37px;
  padding-right: 0;
  transform: translate3d(0, 0, 25px);
}

.book-section-1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.event-image {
  max-width: none;
  margin-left: -34px;
}

.book-cover {
  height: 500px;
  margin-left: -44px;
}

.div-block-9 {
  margin-bottom: 40px;
}

.event-section {
  margin-top: 156px;
}

.awards-section {
  margin-top: 0;
}

.div-block-10 {
  align-self: flex-start;
  display: flex;
}

.container-9 {
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
}

.heading-11 {
  color: var(--neutral-50);
  cursor: auto;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  color: var(--neutral-50);
  cursor: auto;
  margin-top: 20px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 300;
}

.link-block {
  cursor: auto;
}

.link {
  color: var(--neutral-50);
  cursor: pointer;
  width: 150px;
  margin-top: 23px;
  margin-right: 21px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  transition: color .2s cubic-bezier(.165, .84, .44, 1);
  transform: rotate(-90deg);
}

.link:hover {
  color: #ffea0b;
}

.text-block-15 {
  color: var(--neutral-50);
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 200;
}

.html-embed {
  max-width: 600px;
}

.bold-text, .bold-text-2 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
}

.link-2 {
  color: var(--neutral-50);
  cursor: pointer;
  align-self: center;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  text-decoration: underline;
  transition: color .2s cubic-bezier(.165, .84, .44, 1);
}

.link-2:hover {
  color: #ffea0b;
}

.background-div {
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.image-14 {
  height: 1200px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.content_stack {
  cursor: auto;
  height: 100vh;
}

.flex-block-2 {
  align-self: stretch;
}

.text-block-16 {
  color: var(--neutral-50);
  margin-top: 18px;
  margin-left: -5px;
  padding-right: 0;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  transform: rotate(90deg);
}

.image-15 {
  transform-style: preserve-3d;
}

.large-text {
  color: var(--neutral-50);
  text-align: justify;
  max-width: 600px;
  margin-left: 145px;
  margin-right: 91px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 55px;
}

.coming-soon-con {
  padding-top: 140px;
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
  }

  .nav-link {
    text-align: center;
    padding: 12px 0;
    display: block;
  }

  .text-size-large.intro-text {
    font-size: 44px;
  }

  .spacer-medium {
    width: 20px;
    height: 20px;
  }

  .spacer-huge {
    width: 48px;
    height: 48px;
  }

  .spacer-xhuge {
    width: 64px;
    height: 64px;
  }

  .style-color-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .admin-navigation {
    min-width: 200px;
  }

  .admin-wrapper {
    grid-column-gap: 24px;
  }

  .spacer-xlarge {
    width: 40px;
    height: 40px;
  }

  .section {
    padding-bottom: 96px;
  }

  .main-layout {
    padding-top: 128px;
    display: block;
  }

  .main-layout-left {
    grid-row-gap: 64px;
    width: 100%;
    height: auto;
    position: static;
  }

  .main-title {
    margin-bottom: 0;
    font-size: 64px;
    line-height: 1;
  }

  .intro-text-block {
    height: auto;
  }

  .main-left-line {
    height: 100%;
  }

  .between-section-spacer-2 {
    width: 80px;
    height: 80px;
  }

  .between-section-spacer-2.first-spacer {
    width: 128px;
    height: 128px;
  }

  .spacer-between-main {
    width: 32px;
    height: 32px;
  }

  .previous-work-image, .project-image-spacer {
    display: none;
  }

  .main-profile-wrapper {
    z-index: 0;
    width: 70%;
    max-width: none;
    margin-left: 10%;
    position: relative;
    bottom: 0%;
  }

  .navbar {
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu {
    border-right: 1px solid var(--neutral-300);
    border-bottom: 1px solid var(--neutral-300);
    border-left: 1px solid var(--neutral-300);
    background-color: #eeeeec;
    inset: 80px 0 auto auto;
  }

  .cursor-wrapper {
    display: none;
  }

  .project-top-grid {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .main-content-layout {
    grid-template-columns: 1fr;
  }

  .main-content-layout.no-padding-bottom {
    padding-bottom: 0;
  }

  .content-gallery-image {
    height: 30vw;
  }

  .navigation-button {
    z-index: 5;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .navigation-button.w--open {
    background-color: #c8c8c800;
  }

  .menu-button-icon {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .line-1 {
    background-color: var(--neutral-800);
    flex: none;
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header {
    margin-left: 60px;
    margin-right: 60px;
  }

  .paragraph-2 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }

  .div-block-5 {
    justify-content: flex-start;
    margin-top: 0;
  }

  .div-block-6 {
    margin-right: 20px;
  }

  .image-4 {
    height: 300px;
  }

  .profile {
    margin-top: 81px;
  }

  .sxsw {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-6 {
    object-fit: contain;
  }

  .autograph_section {
    height: 600px;
  }

  .autographs_animaition {
    margin-top: 0;
  }

  .names_container {
    margin-left: 40px;
  }

  .film_trilology_container {
    margin-top: 106px;
    margin-right: 29px;
  }

  .names_subtitle {
    margin-left: 0;
    padding-right: 20px;
  }

  .text-block-9, .heading-10 {
    margin-left: 40px;
  }

  .david_bowie_section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(314px, .5fr) minmax(200px, .5fr);
    grid-auto-flow: row;
    display: grid;
  }

  .david-bowie-intro {
    object-fit: contain;
    align-items: flex-start;
    margin-top: 73px;
    margin-left: 40px;
  }

  .david-bowie-text {
    margin-top: -42px;
    padding-top: 0;
  }

  .david-bowie-image {
    max-width: 325px;
    position: static;
  }

  .container-7 {
    object-fit: contain;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .book-intro {
    align-items: center;
    margin-left: 3px;
  }

  .book-image {
    max-height: 300px;
  }

  .subtext-container {
    justify-content: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-10 {
    text-align: left;
    padding-left: 7px;
  }

  .celebrity-gif {
    object-fit: contain;
    height: 175px;
    margin-top: 0;
    position: static;
  }

  .image-8 {
    height: 200px;
    margin-top: 67px;
  }

  .div-block-8 {
    margin-right: 0;
  }

  .subtext-container-book {
    justify-content: flex-end;
    margin-right: 0;
    padding-right: 0;
  }

  .image-title {
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .triptych-container {
    margin-top: 40px;
    margin-left: 42px;
  }

  .quote-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quote-text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
  }

  .image-9 {
    object-fit: contain;
    height: auto;
    max-height: 350px;
    margin-left: -42px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    height: 150px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 18px;
  }

  .text-block-13 {
    font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  }

  .imprint-link {
    font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
    font-size: 16px;
  }

  .slider {
    max-width: 375px;
    margin-top: -120px;
  }

  .image-12 {
    margin-left: 69px;
    padding-right: 104px;
  }

  .event-image {
    height: 200px;
  }

  .book-cover {
    object-fit: contain;
    flex: 0 auto;
    height: 300px;
    display: block;
  }

  .div-block-9 {
    margin-top: 99px;
  }

  .link {
    font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
    font-size: 16px;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .flex-block-2 {
    justify-content: center;
    margin-left: 70px;
    margin-right: 11px;
  }

  .cell {
    align-items: center;
  }

  .image-15 {
    height: 100px;
    padding-right: 0;
    transform: translate3d(0, 0, 1px);
  }

  .image-16 {
    object-fit: scale-down;
    margin-left: -61px;
    padding-left: 0;
  }

  .large-text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2, .text-size-medium {
    font-size: 28px;
  }

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

  .text-size-large.intro-text {
    font-size: 36px;
  }

  .spacer-huge {
    width: 40px;
    height: 40px;
  }

  .spacer-large {
    width: 28px;
    height: 28px;
  }

  .spacer-xhuge {
    width: 56px;
    height: 56px;
  }

  .admin-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style-color-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .admin-navigation {
    display: none;
  }

  .admin-wrapper, .admin-top-wrapper {
    flex-direction: column;
  }

  .admin-utility-links {
    margin-top: 16px;
  }

  .text-dark-grey.project-summary {
    width: 90%;
  }

  .spacer-xlarge {
    width: 34px;
    height: 34px;
  }

  .between-section-spacer-2.first-spacer {
    width: 96px;
    height: 96px;
  }

  .service-subset-grid {
    text-align: center;
  }

  .spacer-between-main {
    width: 56px;
    height: 56px;
  }

  .bottom-contact-wrapper {
    flex-direction: column;
  }

  .contact-details-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-brand-link {
    padding-left: 0;
  }

  .project-top-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .main-content-layout {
    padding-bottom: 64px;
  }

  .line-1 {
    width: 28px;
  }

  .section-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-2, .video {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-6 {
    justify-content: center;
  }

  .image-4 {
    min-width: 0%;
    max-width: none;
    height: auto;
    padding-top: 36px;
  }

  .about {
    grid-template: "."
                   "Area"
                   / minmax(256px, 1fr);
    align-content: start;
    place-items: start center;
  }

  .image-5 {
    object-fit: contain;
    margin-top: 0;
  }

  .profile {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-top: -2px;
    padding-right: 172px;
    display: flex;
  }

  .sxsw {
    justify-content: center;
    margin-top: -2px;
    padding-left: 20px;
    padding-right: 0;
  }

  .text-block-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-6 {
    object-fit: contain;
    position: static;
  }

  .autograph_section {
    height: 350px;
  }

  .names_container {
    margin-top: 40px;
  }

  .text-block-9, .heading-10 {
    margin-left: 0;
  }

  .david_bowie_section {
    grid-template-columns: minmax(0, 1fr);
  }

  .book-intro {
    margin-top: 0;
  }

  .arrow.image-tag {
    margin-top: 43px;
  }

  .celebrity-gif {
    height: 200px;
    margin-top: 0;
  }

  .image-8 {
    height: 200px;
    margin-top: -59px;
  }

  .subtext-container-book {
    padding-right: 27px;
  }

  .triptych-container {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 40px;
  }

  .image-10 {
    height: 150px;
    margin-left: -66px;
    padding-left: 87px;
  }

  .image-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider {
    max-width: 450px;
    margin-top: 60px;
  }

  .background-video {
    margin-top: 0;
  }

  .image-12 {
    max-width: 400px;
    margin-left: 126px;
  }

  .event-image {
    object-fit: contain;
  }

  .event-section {
    margin-left: 40px;
  }

  .awards-section {
    margin-top: 40px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .large-text {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  .text-size-medium {
    font-size: 22px;
  }

  .text-size-large.intro-text {
    font-size: 28px;
  }

  .spacer-small {
    width: 12px;
    height: 12px;
  }

  .rich-text figure {
    max-width: 100%;
  }

  .spacer-medium {
    width: 16px;
    height: 16px;
  }

  .spacer-large {
    width: 24px;
    height: 24px;
  }

  .spacer-xhuge {
    width: 48px;
    height: 48px;
  }

  .admin-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .style-color-row {
    grid-template-columns: 1fr;
  }

  .admin-utility-links {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .style-guide-heading-3 {
    font-size: 22px;
  }

  .spacer-xlarge {
    width: 32px;
    height: 32px;
  }

  .main-layout-left {
    grid-row-gap: 48px;
  }

  .main-title-wrapper {
    padding-left: 64px;
  }

  .main-title {
    font-size: 48px;
  }

  .main-left-line {
    width: 8px;
  }

  .main-bottom-line {
    height: 8px;
  }

  .between-section-spacer-2 {
    width: 64px;
    height: 30px;
  }

  .between-section-spacer-2.first-spacer {
    width: 80px;
    height: 80px;
  }

  .service-subset-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    justify-items: start;
  }

  .service-divider-line {
    width: 100%;
    height: 1px;
  }

  .spacer-between-main {
    width: 48px;
    height: 48px;
  }

  .previous-work-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .main-profile-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .nav-brand-link {
    font-size: 14px;
  }

  .project-page-top {
    padding-top: 148px;
  }

  .project-top-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-gallery-list {
    grid-template-columns: 1fr;
  }

  .content-gallery-image {
    height: 60vw;
  }

  .navigation-button {
    margin-left: 64px;
  }

  .nav {
    perspective-origin: 50%;
    transform-origin: 50% 0;
    flex-direction: column;
    transform: translate(0);
  }

  .text-block-3 {
    perspective-origin: 0%;
    transform-origin: 50% 0;
    align-items: flex-start;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 15px;
    transform: rotate(-90deg);
  }

  .header {
    padding-top: 60px;
  }

  .section-2 {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-2 {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
    line-height: 18.2px;
  }

  .image-3 {
    margin-top: 0;
  }

  .video {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-6 {
    margin-right: 0;
  }

  .div-block-7 {
    flex-wrap: nowrap;
  }

  .text-block-5 {
    transform-origin: 50% 0;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
    width: 200px;
    margin-top: 64px;
    margin-right: -28px;
    transform: rotate(-90deg);
  }

  .image-4 {
    text-align: center;
    object-fit: scale-down;
    align-self: center;
    width: 250px;
    margin-left: 0;
    padding-top: 0;
    display: inline-block;
    position: static;
  }

  .about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
                   "Area"
                   / 2.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    place-items: center;
    margin-top: 40px;
    display: grid;
  }

  .image-5 {
    object-fit: contain;
    align-self: flex-start;
    margin-top: 0;
  }

  .profile {
    margin-left: 50px;
    padding-right: 0;
  }

  .sxsw {
    margin-top: 40px;
  }

  .text-block-6 {
    margin-top: 10px;
  }

  .image-6 {
    object-fit: fill;
    max-width: 130%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .autograph_section {
    height: auto;
  }

  .section-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .names_container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .film_trilology_container {
    margin-left: 40px;
  }

  .names_subtitle {
    object-fit: fill;
    margin-bottom: 60px;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-9, .heading-10 {
    margin-left: 0;
  }

  .david_bowie_section {
    grid-template-columns: minmax(200px, 1fr);
  }

  .david-bowie-intro {
    margin-top: 84px;
  }

  .david-bowie-text {
    max-width: 50%;
  }

  .david-bowie-image {
    max-width: 250px;
    margin-left: -108px;
  }

  .book-intro {
    margin-left: 20px;
  }

  .arrow.image-tag {
    object-fit: fill;
  }

  .celebrity-gif {
    object-fit: contain;
    height: 200px;
    padding-left: 82px;
  }

  .image-8 {
    height: 150px;
  }

  .subtext-container-book {
    margin-left: 10px;
  }

  .image-title {
    align-self: flex-end;
    margin-left: 0;
    margin-right: 54px;
  }

  .triptych-container {
    margin-top: 80px;
    margin-left: 44px;
    margin-right: 2px;
  }

  .quote-container {
    margin-top: 30px;
    margin-right: 35px;
  }

  .quote-text {
    max-width: 225px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .image-10 {
    height: 100px;
    padding-left: 73px;
  }

  .image-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider {
    aspect-ratio: auto;
    object-fit: fill;
    overflow: visible;
  }

  .slide {
    font-size: 16px;
  }

  .mask {
    max-width: 360px;
  }

  .background-video {
    object-fit: scale-down;
  }

  .image-12 {
    max-width: 300px;
    margin-left: 0;
    padding-right: 0;
  }

  .book-section-1 {
    align-items: center;
    margin-top: 60px;
  }

  .event-image {
    margin-left: -104px;
  }

  .book-cover {
    height: 400px;
    margin-left: 0;
  }

  .container-9 {
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .heading-11 {
    color: var(--neutral-50);
    font-family: Source Code Pro;
    font-weight: 400;
  }

  .paragraph-3 {
    color: var(--neutral-50);
    margin-top: 20px;
    font-family: Source Code Pro;
    font-weight: 300;
    line-height: 1.2;
  }

  .link {
    margin-top: -4px;
    margin-right: 1px;
    font-size: 15px;
  }

  .html-embed {
    margin-top: 40px;
  }

  .image-14 {
    object-fit: cover;
    height: 450px;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .large-text {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .coming-soon-con {
    padding-top: 0;
  }
}

#w-node-_70e8fa51-4bb4-8fc3-1696-369236e96ace-1edd9e9c, #w-node-_70e8fa51-4bb4-8fc3-1696-369236e96acf-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70e8fa51-4bb4-8fc3-1696-369236e96ad5-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6cc56216-c92a-fbdf-e23c-012c1f6bfa15-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e8ef99a0-0fa3-c5ef-2454-f327e2ad979a-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cc56216-c92a-fbdf-e23c-012c1f6bfa18-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-fa69aa0c-5320-7131-4458-f9832c2c899e-1edd9e9c, #w-node-_3d20fe53-28dd-295d-da47-7bbb4ae8612a-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_184117d9-d3c3-a2c7-c8eb-b80541c7b565-1edd9e9c {
  justify-self: end;
}

#w-node-_35803bfc-48d4-bbc1-38a9-82a6e24f200c-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4ccff502-ce8d-ccfa-16eb-6c26b8ea1b48-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02ebabed-2ece-bfa5-2de3-e1abe967ea86-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_84d16e82-2e00-c09f-ba1f-05cb92714528-1edd9e9c {
  place-self: end start;
}

#w-node-_8e563d54-b119-58c4-4b68-62f07e380474-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1ea5c56d-dc36-7bf5-af70-65963b0f498d-1edd9e9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1ea5c56d-dc36-7bf5-af70-65963b0f498e-1edd9e9c, #w-node-a48c0486-adbe-a30b-557f-b67dade9a9d0-1edd9e9c, #w-node-_6349623a-2781-8d6a-5a0a-8f069260f39a-1edd9e9c, #w-node-bb3ef8f2-b6f8-bec8-1a00-f4f2a63cd243-1edd9e9c, #w-node-_5b097481-ff9d-51fa-2606-9c0f7c2c33e9-1edd9e9c, #w-node-_19a909e2-b236-0d5a-974a-5dcb5323872a-1edd9e9c, #w-node-_87d9bde2-f26a-0e1e-55d2-d18c715dbe42-1edd9ea5, #w-node-_8aadd5d6-4069-13cb-e82e-7268a1975c3f-1edd9ea5, #w-node-cc49ae5b-4311-fa49-b243-315388313d5b-1edd9ea5, #w-node-_8c9cb6e3-cd5c-345a-0255-7b93417cb750-1edd9ea5, #w-node-_2a5ee0ef-60a8-b9ad-c3a0-66bb4ad78b3e-1edd9ea5, #w-node-_23d11e9d-bf75-4966-5979-cf67eda38cb2-1edd9ea5, #w-node-fd9b3947-3ecb-73cd-ca34-b3c8ba3e32db-1edd9ea5, #w-node-fd9b3947-3ecb-73cd-ca34-b3c8ba3e32de-1edd9ea5, #w-node-cb941d53-38ac-39bc-acc2-2b1f22e41a04-1edd9ea5, #w-node-_99aa309a-cbcd-efd3-a5f4-2a338ab3066d-1edd9ea5, #w-node-_99aa309a-cbcd-efd3-a5f4-2a338ab30671-1edd9ea5, #w-node-_99aa309a-cbcd-efd3-a5f4-2a338ab30675-1edd9ea5, #w-node-fc5ca1f8-7829-4029-46bc-44c0e90dd51a-1edd9eaa, #w-node-d61d9482-a2b7-710a-d95c-e0b32f0a540f-1edd9eaa, #w-node-b271cefc-47f2-3fb6-2dc7-478e264c9ea9-1edd9eaa, #w-node-_35a42c1c-fdc9-a2e8-dd7c-09e0e43ff54e-1edd9eaa, #w-node-bc2753bf-bc24-9e3b-040e-2e71f63106e7-1edd9eaa, #w-node-b9d49739-8815-5bf8-f445-803afd50b69b-1edd9eaa, #w-node-d3c24915-ccf3-41ed-5770-35e1ff2a4b7e-1edd9eaa, #w-node-_892492fe-d3e8-59ee-9253-7acc27e1aff3-1edd9eaa, #w-node-_86e60393-a394-741a-e615-2b915261b9a0-1edd9eaa, #w-node-e6ba5ee7-6b0e-bb00-9299-c850955e8318-1edd9eaa, #w-node-a625b82d-97d7-c918-829e-5f058ed661f3-1edd9eaa, #w-node-e1329db1-e546-f682-8e4b-a0203b1794da-1edd9eaa, #w-node-_522b3169-fd03-798d-2194-3db6b620acfa-1edd9eaa, #w-node-_799d8fcf-d59f-9d22-de4a-f908f0aa39f5-1edd9eaa, #w-node-_85727bc5-3b62-ffb3-28d4-f802b99b4043-1edd9eaa, #w-node-b321dc60-81c8-7eed-8928-9a6238a40baf-1edd9eaa, #w-node-a655b6d8-fa38-67b8-4504-a4ec6382528a-1edd9eaa, #w-node-_9d3c3c83-b50a-0d2a-c022-6284d7ec0782-1edd9eaa, #w-node-_18220ef0-cd6c-57dc-4651-a8e2475e60ee-1edd9eaa, #w-node-_2e44df24-3378-a993-f457-e2d5f56e2e9d-1edd9eaa, #w-node-_394c26b7-6f67-fa73-5674-60b6059a412c-1edd9eaa, #w-node-fe3502e6-b8da-d30e-9d88-659862284515-1edd9eaa, #w-node-_9ecc6952-b7a3-1ece-37d8-b96f4468004c-1edd9eaa, #w-node-b78bbef4-9b03-0da2-bb27-cf83b6619b04-1edd9eaa, #w-node-c1d58672-7d23-f3d8-7596-b0c6585d843b-1edd9eaa, #w-node-e7a8e7d4-09b4-5193-d5b8-2bde0ab35e9b-1edd9eaa, #w-node-_08748b5a-a8c4-4ded-dc68-6677e7cb4938-1edd9eaa, #w-node-_8d3a0893-d512-b91b-1f2d-246fd92b4e8a-1edd9eaa, #w-node-cec4661d-2c9b-fd8d-0061-3e7d3218bc6c-1edd9eaa, #w-node-_413e4f39-08ca-9652-accf-2994e39a902f-1edd9eaa, #w-node-_1a12a03a-2def-02b2-9052-7c89b1fd55f3-1edd9eaa, #w-node-_46f23f21-27f2-0470-f7ac-461659fd9ebd-1edd9eaa, #w-node-_98bd04c7-7a21-9acd-7bf3-f68680282cc6-1edd9eaa, #w-node-fb84dea7-63d3-4aa1-9ebb-70192dd8896f-1edd9eaa, #w-node-fb84dea7-63d3-4aa1-9ebb-70192dd88972-1edd9eaa, #w-node-af827e25-3824-94a4-40b8-7222f832a37d-1edd9eaa, #w-node-af827e25-3824-94a4-40b8-7222f832a380-1edd9eaa, #w-node-b38dbce4-ccd5-51f0-a394-b1aa1d389fd0-1edd9eaa, #w-node-b38dbce4-ccd5-51f0-a394-b1aa1d389fd3-1edd9eaa, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c208-1edd9eaa, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c209-1edd9eaa, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c210-1edd9eaa, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c213-1edd9eaa, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c215-1edd9eaa, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c218-1edd9eaa, #w-node-f9abb333-c762-437f-aaf8-48389b66a3c3-1edd9eaa, #w-node-_410d9890-c763-1751-d2a6-cae634e40859-1edd9eaa, #w-node-_3e4db291-4df9-ed30-0da2-029eb6fa01e1-1edd9eaa, #w-node-ef5c468c-9301-b8a4-55b1-1ec05b1c88d0-1edd9eaa, #w-node-_5864fbe0-0580-b7d3-ffd3-98827dfb8a12-1edd9eaa, #w-node-b9376714-13a1-dd37-693b-8368ddfc17e6-1edd9eaa, #w-node-_2075a31b-1985-6cab-1829-a27e2eee41da-1edd9eaa, #w-node-_72fc5ef4-d034-2a46-10c5-b554dbf69147-1edd9eaa, #w-node-_72fc5ef4-d034-2a46-10c5-b554dbf6914a-1edd9eaa, #w-node-e08a09e1-c253-03bc-807f-afd14fb6356a-1edd9eaa, #w-node-b184637d-fca1-5fbe-5fd4-04b485d0b9e2-1edd9eaa, #w-node-_3b64903f-1bbf-303a-dcb8-7324317851c5-1edd9eaa, #w-node-c1a324d5-51f6-d9fa-9047-e288b59094d3-1edd9eaa, #w-node-_1cc61ff6-3e50-835f-f3a9-1bf215963d0c-1edd9eaa, #w-node-_1cc61ff6-3e50-835f-f3a9-1bf215963d0f-1edd9eaa, #w-node-_9e0bba1a-5c09-ca83-4ccf-85a40436295a-1edd9eaa, #w-node-e55a8ee3-0501-5115-53ea-18e701948ed3-1edd9eaa, #w-node-b765529e-66c3-2feb-3d90-08e925d1c342-1edd9eaa, #w-node-_0b55c5e4-740e-32ec-e805-456afbf65975-1edd9eaa, #w-node-_023dee0b-e7f8-c90a-a652-fa34f8cdeea8-1edd9eaa, #w-node-_1605e04d-569b-fa6e-827f-3232f0eb2dea-1edd9eaa, #w-node-_83c72236-8ee9-5205-d2e4-4b51b78b8ea8-1edd9eaa, #w-node-b8ae088f-1c63-cafc-add4-832563080d7d-1edd9eaa, #w-node-_01b75c80-c81e-7972-8b45-74d7c1f2e73f-1edd9eaa, #w-node-_0d0db7c9-4009-741d-6c58-565acbea0eff-1edd9eaa, #w-node-f356501d-97d8-035b-df4d-eca2c7b5f60e-1edd9eaa, #w-node-_6a6a1d28-43f2-f42c-16b3-df426de567e6-1edd9eaa, #w-node-_966a83ea-3d69-ac2f-009c-22bf54d568bf-1edd9eaa, #w-node-_4448f75f-cf76-b9bc-167d-28a0e3815b24-1edd9eaa, #w-node-_1e18a6c8-41ca-5414-05cb-136218402193-1edd9eaa, #w-node-e143f1d6-432b-c4e1-ad3c-79999e814d78-1edd9eaa, #w-node-_91f54411-1fac-d4df-98d9-10df3522dd4a-1edd9eaa, #w-node-_067da41e-f477-ed61-a68b-9a846bf2f451-1edd9eaa, #w-node-_3b68a3f4-dcee-ed4e-5f87-f4319f25f004-1edd9eaa, #w-node-_34d316d6-e12b-519b-f8db-664e7b2dc529-1edd9eaa, #w-node-b2fb6433-b1c6-77e3-2fad-65037c507d1c-1edd9eaa, #w-node-_631dd6a4-3f6c-25a5-318b-a94c643c8985-1edd9eaa, #w-node-f3e96f4e-f6b2-9286-a955-5814454f4e42-1edd9eaa, #w-node-_74cf44e3-b6e3-cd94-cc70-2adac6c847c7-1edd9eaa, #w-node-_1300ac6e-8cf7-8a42-cb2e-eeac5a3d4042-1edd9eaa, #w-node-_38a325be-650d-b6a8-a861-95a15a715636-1edd9eaa, #w-node-_40f82bc9-7190-a19e-c3a5-8fb6bb3fb7ce-1edd9eaa, #w-node-_40f82bc9-7190-a19e-c3a5-8fb6bb3fb7d1-1edd9eaa, #w-node-_40f82bc9-7190-a19e-c3a5-8fb6bb3fb7d4-1edd9eaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc13f833-17a3-3764-b81f-17929716fa43-e0981ec6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_70e8fa51-4bb4-8fc3-1696-369236e96ace-1edd9e9c {
    align-self: start;
  }

  #w-node-_6cc56216-c92a-fbdf-e23c-012c1f6bfa15-1edd9e9c {
    justify-self: center;
  }

  #w-node-_6cc56216-c92a-fbdf-e23c-012c1f6bfa18-1edd9e9c {
    place-self: center;
  }

  #w-node-_35803bfc-48d4-bbc1-38a9-82a6e24f200c-1edd9e9c {
    justify-self: center;
  }

  #w-node-_84d16e82-2e00-c09f-ba1f-05cb92714528-1edd9e9c {
    align-self: end;
  }

  #w-node-_1ea5c56d-dc36-7bf5-af70-65963b0f498d-1edd9e9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-bb3ef8f2-b6f8-bec8-1a00-f4f2a63cd243-1edd9e9c {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6cc56216-c92a-fbdf-e23c-012c1f6bfa15-1edd9e9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_6cc56216-c92a-fbdf-e23c-012c1f6bfa18-1edd9e9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_84d16e82-2e00-c09f-ba1f-05cb92714528-1edd9e9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6cc56216-c92a-fbdf-e23c-012c1f6bfa15-1edd9e9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_6cc56216-c92a-fbdf-e23c-012c1f6bfa18-1edd9e9c {
    justify-self: center;
  }

  #w-node-_88750f72-c848-c25f-d717-cae15a707b09-1edd9e9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_184117d9-d3c3-a2c7-c8eb-b80541c7b565-1edd9e9c {
    place-self: center;
  }

  #w-node-_02ebabed-2ece-bfa5-2de3-e1abe967ea86-1edd9e9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Sourcecodepro Variablefont Wght';
  src: url('../fonts/SourceCodePro-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcecodepro Variablefont Wght';
  src: url('../fonts/SourceCodePro-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}