@font-face {
  font-family: "TapesFont";
  src: url(../fonts/InterVariable.ttf);
}
@font-face {
  font-family: "TapesFontItalic";
  src: url(../fonts/InterVariable-Italic.ttf);
}
html,
body {
  margin: 0px;
  padding: 0px;
}
body {
  margin: auto;
  background-color: #f0e6dc;
  font-size: large;
  overflow-x: clip;
  overflow-y: scroll;
  box-sizing: border-box;
}
@media screen and (max-width: 1836px) {
  body {
    font-size: small;
  }
}
@media screen and (max-width: 880px) {
  body {
    font-size: x-small;
  }
}
body main {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  min-height: 100vh;
}
body main.ready {
  opacity: 1;
}
body .assets--hidden {
  position: absolute;
  display: none;
}
body .section-logo {
  height: calc(100dvh);
  padding: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
body .section-logo svg {
  overflow: visible;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}
body .section-logo img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
}
body .section-light {
  position: relative;
  padding: 10%;
  overflow: visible;
}
body .section-light.section-right-before-footer {
  padding-bottom: 2em;
}
body .section-light::after {
  content: "";
  background-color: #f0e6dc;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  transform: var(--bg-transform, none);
}
body .section-light h1 {
  font-family: "TapesFont";
  font-size: 400%;
  font-style: normal;
  color: #28000f;
}
body .section-light h1 span {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
body .section-light h1 span.color-highlight {
  color: #ff7800;
}
body .section-light h1 i {
  font-style: normal;
  font-family: "TapesFontItalic";
}
body .section-light h2 {
  font-family: "TapesFont";
  font-size: 300%;
  font-style: normal;
  color: #28000f;
}
body .section-light h2 span {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
body .section-light h2 span.color-highlight {
  color: #ff7800;
}
body .section-light h2 i {
  font-style: normal;
  font-family: "TapesFontItalic";
}
body .section-light p,
body .section-light address,
body .section-light ul {
  font-family: "TapesFont";
  font-size: 200%;
  font-style: normal;
  color: #28000f;
  margin-block-start: 0.25em;
  margin-block-end: 1em;
}
body .section-light p.previous-work-paragraph,
body .section-light address.previous-work-paragraph,
body .section-light ul.previous-work-paragraph {
  font-size: 100%;
}
body .section-light p.previous-work-list-wrapper,
body .section-light address.previous-work-list-wrapper,
body .section-light ul.previous-work-list-wrapper {
  font-size: 80%;
  list-style: none;
}
body .section-light p.previous-work-list-wrapper a,
body .section-light address.previous-work-list-wrapper a,
body .section-light ul.previous-work-list-wrapper a {
  font-style: normal;
  text-decoration-line: none;
  color: #28000f;
  font-weight: bold;
  margin-right: 0.25rem;
  opacity: 0.75;
  transition: all 0.25s ease-out;
}
body .section-light p.previous-work-list-wrapper a:not(:last-child)::after,
body .section-light address.previous-work-list-wrapper a:not(:last-child)::after,
body .section-light ul.previous-work-list-wrapper a:not(:last-child)::after {
  content: " -";
  margin-left: 0.25rem;
}
body .section-light p.previous-work-list-wrapper a:visited,
body .section-light address.previous-work-list-wrapper a:visited,
body .section-light ul.previous-work-list-wrapper a:visited {
  font-style: normal;
  text-decoration-line: none;
  color: #28000f;
}
body .section-light p.previous-work-list-wrapper a:hover,
body .section-light address.previous-work-list-wrapper a:hover,
body .section-light ul.previous-work-list-wrapper a:hover {
  opacity: 1;
  color: #ff7800;
}
body .section-light p.previous-work-list-wrapper a .role,
body .section-light address.previous-work-list-wrapper a .role,
body .section-light ul.previous-work-list-wrapper a .role {
  font-style: italic;
  font-weight: normal;
}
body .section-light p.previous-work-list--backup,
body .section-light address.previous-work-list--backup,
body .section-light ul.previous-work-list--backup {
  font-size: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1 em;
}
body .section-light p.previous-work-list--backup li,
body .section-light address.previous-work-list--backup li,
body .section-light ul.previous-work-list--backup li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
body .section-light p.previous-work-list--backup li:hover a,
body .section-light address.previous-work-list--backup li:hover a,
body .section-light ul.previous-work-list--backup li:hover a {
  color: #ff7800;
}
body .section-light p.previous-work-list--backup .role,
body .section-light address.previous-work-list--backup .role,
body .section-light ul.previous-work-list--backup .role {
  font-size: 75%;
}
body .section-light p i,
body .section-light address i,
body .section-light ul i {
  font-style: normal;
  font-family: "TapesFontItalic";
}
body .section-light p a,
body .section-light address a,
body .section-light ul a {
  font-style: normal;
  text-decoration-line: none;
  color: #28000f;
  font-weight: bold;
}
body .section-light p a:visited,
body .section-light address a:visited,
body .section-light ul a:visited {
  font-style: normal;
  text-decoration-line: none;
  color: #28000f;
}
body .section-light p a:hover,
body .section-light address a:hover,
body .section-light ul a:hover {
  color: #ff7800;
}
body .section-light p:first-of-type,
body .section-light address:first-of-type,
body .section-light ul:first-of-type {
  margin-block-start: 1em;
}
body .section-light p:last-child,
body .section-light address:last-child,
body .section-light ul:last-child {
  margin-block-end: 1em;
}
body .section-light .founder-section-header {
  display: flex;
  flex-direction: row;
}
body .section-light .founder-section-header img.founder-portrait {
  border-radius: 50%;
  border-color: #f0e6dc;
  height: 8em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
  z-index: 2;
}
@media screen and (max-width: 686px) {
  body .section-light .founder-section-header img.founder-portrait {
    display: none;
  }
}
body .section-light .founder-section-header h1,
body .section-light .founder-section-header h2 {
  margin: 0;
}
body .section-light .founder-section-header h1 span,
body .section-light .founder-section-header h2 span {
  white-space: nowrap;
}
body .section-light div.copyright-footer {
  font-size: 50%;
  position: absolute;
  bottom: 1.8em;
}
body .section-light div.copyright-footer > p {
  margin: 0;
}
body .section-light.section--footer {
  overflow: hidden;
}
body .section-light.section--footer .section--footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 880px) {
  body .section-light.section--footer .section--footer__inner {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
    gap: 1em;
  }
}
body .section-light.section--footer .some {
  display: flex;
  align-items: center;
}
body .section-light.section--footer .some .some-icon {
  pointer-events: all;
  position: relative;
  aspect-ratio: 1 / 1;
  width: 4em;
  cursor: pointer;
  display: inline-block;
}
body .section-light.section--footer .some .some-icon:not(:last-child) {
  margin-right: 1rem;
}
body .section-light.section--footer .some .some-icon svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: visible;
  fill: #28000f;
  color: #28000f;
}
body .section-light.section--footer .some .some-icon svg use:nth-child(2) {
  filter: blur(0px);
  opacity: 0;
}
body .section-light.section--footer .some .some-icon--bluesky {
  width: 3.6em;
}
body .section-light .previous-work-list {
  list-style-type: none;
  padding-left: 0;
}
body .section-light .previous-work-list li {
  margin-bottom: 0.5em;
}
body .section-light .previous-work-list li .role {
  font-style: italic;
  font-family: "TapesFontItalic";
  color: #28000f;
}
body .section-dark {
  position: relative;
  padding: 10%;
  overflow: visible;
}
body .section-dark.section-right-before-footer {
  padding-bottom: 2em;
}
body .section-dark::after {
  content: "";
  background-color: #28000f;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  transform: var(--bg-transform, none);
}
body .section-dark h1 {
  font-family: "TapesFont";
  font-size: 400%;
  font-style: normal;
  color: #f0e6dc;
}
body .section-dark h1 span {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
body .section-dark h1 span.color-highlight {
  color: #ff7800;
}
body .section-dark h1 i {
  font-style: normal;
  font-family: "TapesFontItalic";
}
body .section-dark h2 {
  font-family: "TapesFont";
  font-size: 300%;
  font-style: normal;
  color: #f0e6dc;
}
body .section-dark h2 span {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
body .section-dark h2 span.color-highlight {
  color: #ff7800;
}
body .section-dark h2 i {
  font-style: normal;
  font-family: "TapesFontItalic";
}
body .section-dark p,
body .section-dark address,
body .section-dark ul {
  font-family: "TapesFont";
  font-size: 200%;
  font-style: normal;
  color: #f0e6dc;
  margin-block-start: 0.25em;
  margin-block-end: 1em;
}
body .section-dark p.previous-work-paragraph,
body .section-dark address.previous-work-paragraph,
body .section-dark ul.previous-work-paragraph {
  font-size: 100%;
}
body .section-dark p.previous-work-list-wrapper,
body .section-dark address.previous-work-list-wrapper,
body .section-dark ul.previous-work-list-wrapper {
  font-size: 80%;
  list-style: none;
}
body .section-dark p.previous-work-list-wrapper a,
body .section-dark address.previous-work-list-wrapper a,
body .section-dark ul.previous-work-list-wrapper a {
  font-style: normal;
  text-decoration-line: none;
  color: #f0e6dc;
  font-weight: bold;
  margin-right: 0.25rem;
  opacity: 0.75;
  transition: all 0.25s ease-out;
}
body .section-dark p.previous-work-list-wrapper a:not(:last-child)::after,
body .section-dark address.previous-work-list-wrapper a:not(:last-child)::after,
body .section-dark ul.previous-work-list-wrapper a:not(:last-child)::after {
  content: " -";
  margin-left: 0.25rem;
}
body .section-dark p.previous-work-list-wrapper a:visited,
body .section-dark address.previous-work-list-wrapper a:visited,
body .section-dark ul.previous-work-list-wrapper a:visited {
  font-style: normal;
  text-decoration-line: none;
  color: #f0e6dc;
}
body .section-dark p.previous-work-list-wrapper a:hover,
body .section-dark address.previous-work-list-wrapper a:hover,
body .section-dark ul.previous-work-list-wrapper a:hover {
  opacity: 1;
  color: #ff7800;
}
body .section-dark p.previous-work-list-wrapper a .role,
body .section-dark address.previous-work-list-wrapper a .role,
body .section-dark ul.previous-work-list-wrapper a .role {
  font-style: italic;
  font-weight: normal;
}
body .section-dark p.previous-work-list--backup,
body .section-dark address.previous-work-list--backup,
body .section-dark ul.previous-work-list--backup {
  font-size: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1 em;
}
body .section-dark p.previous-work-list--backup li,
body .section-dark address.previous-work-list--backup li,
body .section-dark ul.previous-work-list--backup li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
body .section-dark p.previous-work-list--backup li:hover a,
body .section-dark address.previous-work-list--backup li:hover a,
body .section-dark ul.previous-work-list--backup li:hover a {
  color: #ff7800;
}
body .section-dark p.previous-work-list--backup .role,
body .section-dark address.previous-work-list--backup .role,
body .section-dark ul.previous-work-list--backup .role {
  font-size: 75%;
}
body .section-dark p i,
body .section-dark address i,
body .section-dark ul i {
  font-style: normal;
  font-family: "TapesFontItalic";
}
body .section-dark p a,
body .section-dark address a,
body .section-dark ul a {
  font-style: normal;
  text-decoration-line: none;
  color: #f0e6dc;
  font-weight: bold;
}
body .section-dark p a:visited,
body .section-dark address a:visited,
body .section-dark ul a:visited {
  font-style: normal;
  text-decoration-line: none;
  color: #f0e6dc;
}
body .section-dark p a:hover,
body .section-dark address a:hover,
body .section-dark ul a:hover {
  color: #ff7800;
}
body .section-dark p:first-of-type,
body .section-dark address:first-of-type,
body .section-dark ul:first-of-type {
  margin-block-start: 1em;
}
body .section-dark p:last-child,
body .section-dark address:last-child,
body .section-dark ul:last-child {
  margin-block-end: 1em;
}
body .section-dark .founder-section-header {
  display: flex;
  flex-direction: row;
}
body .section-dark .founder-section-header img.founder-portrait {
  border-radius: 50%;
  border-color: #28000f;
  height: 8em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
  z-index: 2;
}
@media screen and (max-width: 686px) {
  body .section-dark .founder-section-header img.founder-portrait {
    display: none;
  }
}
body .section-dark .founder-section-header h1,
body .section-dark .founder-section-header h2 {
  margin: 0;
}
body .section-dark .founder-section-header h1 span,
body .section-dark .founder-section-header h2 span {
  white-space: nowrap;
}
body .section-dark div.copyright-footer {
  font-size: 50%;
  position: absolute;
  bottom: 1.8em;
}
body .section-dark div.copyright-footer > p {
  margin: 0;
}
body .section-dark.section--footer {
  overflow: hidden;
}
body .section-dark.section--footer .section--footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 880px) {
  body .section-dark.section--footer .section--footer__inner {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
    gap: 1em;
  }
}
body .section-dark.section--footer .some {
  display: flex;
  align-items: center;
}
body .section-dark.section--footer .some .some-icon {
  pointer-events: all;
  position: relative;
  aspect-ratio: 1 / 1;
  width: 4em;
  cursor: pointer;
  display: inline-block;
}
body .section-dark.section--footer .some .some-icon:not(:last-child) {
  margin-right: 1rem;
}
body .section-dark.section--footer .some .some-icon svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: visible;
  fill: #f0e6dc;
  color: #f0e6dc;
}
body .section-dark.section--footer .some .some-icon svg use:nth-child(2) {
  filter: blur(0px);
  opacity: 0;
}
body .section-dark.section--footer .some .some-icon--bluesky {
  width: 3.6em;
}
body .section-dark .previous-work-list {
  list-style-type: none;
  padding-left: 0;
}
body .section-dark .previous-work-list li {
  margin-bottom: 0.5em;
}
body .section-dark .previous-work-list li .role {
  font-style: italic;
  font-family: "TapesFontItalic";
  color: #f0e6dc;
}
body .section-orange {
  position: relative;
  padding: 10%;
  overflow: visible;
}
body .section-orange.section-right-before-footer {
  padding-bottom: 2em;
}
body .section-orange::after {
  content: "";
  background-color: #ff7800;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  transform: var(--bg-transform, none);
}
body .section-orange h1 {
  font-family: "TapesFont";
  font-size: 400%;
  font-style: normal;
  color: #f0e6dc;
}
body .section-orange h1 span {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
body .section-orange h1 span.color-highlight {
  color: #28000f;
}
body .section-orange h1 i {
  font-style: normal;
  font-family: "TapesFontItalic";
}
body .section-orange h2 {
  font-family: "TapesFont";
  font-size: 300%;
  font-style: normal;
  color: #f0e6dc;
}
body .section-orange h2 span {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
body .section-orange h2 span.color-highlight {
  color: #28000f;
}
body .section-orange h2 i {
  font-style: normal;
  font-family: "TapesFontItalic";
}
body .section-orange p,
body .section-orange address,
body .section-orange ul {
  font-family: "TapesFont";
  font-size: 200%;
  font-style: normal;
  color: #28000f;
  margin-block-start: 0.25em;
  margin-block-end: 1em;
}
body .section-orange p.previous-work-paragraph,
body .section-orange address.previous-work-paragraph,
body .section-orange ul.previous-work-paragraph {
  font-size: 100%;
}
body .section-orange p.previous-work-list-wrapper,
body .section-orange address.previous-work-list-wrapper,
body .section-orange ul.previous-work-list-wrapper {
  font-size: 80%;
  list-style: none;
}
body .section-orange p.previous-work-list-wrapper a,
body .section-orange address.previous-work-list-wrapper a,
body .section-orange ul.previous-work-list-wrapper a {
  font-style: normal;
  text-decoration-line: none;
  color: #28000f;
  font-weight: bold;
  margin-right: 0.25rem;
  opacity: 0.75;
  transition: all 0.25s ease-out;
}
body .section-orange p.previous-work-list-wrapper a:not(:last-child)::after,
body .section-orange address.previous-work-list-wrapper a:not(:last-child)::after,
body .section-orange ul.previous-work-list-wrapper a:not(:last-child)::after {
  content: " -";
  margin-left: 0.25rem;
}
body .section-orange p.previous-work-list-wrapper a:visited,
body .section-orange address.previous-work-list-wrapper a:visited,
body .section-orange ul.previous-work-list-wrapper a:visited {
  font-style: normal;
  text-decoration-line: none;
  color: #28000f;
}
body .section-orange p.previous-work-list-wrapper a:hover,
body .section-orange address.previous-work-list-wrapper a:hover,
body .section-orange ul.previous-work-list-wrapper a:hover {
  opacity: 1;
  color: #28000f;
}
body .section-orange p.previous-work-list-wrapper a .role,
body .section-orange address.previous-work-list-wrapper a .role,
body .section-orange ul.previous-work-list-wrapper a .role {
  font-style: italic;
  font-weight: normal;
}
body .section-orange p.previous-work-list--backup,
body .section-orange address.previous-work-list--backup,
body .section-orange ul.previous-work-list--backup {
  font-size: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1 em;
}
body .section-orange p.previous-work-list--backup li,
body .section-orange address.previous-work-list--backup li,
body .section-orange ul.previous-work-list--backup li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
body .section-orange p.previous-work-list--backup li:hover a,
body .section-orange address.previous-work-list--backup li:hover a,
body .section-orange ul.previous-work-list--backup li:hover a {
  color: #28000f;
}
body .section-orange p.previous-work-list--backup .role,
body .section-orange address.previous-work-list--backup .role,
body .section-orange ul.previous-work-list--backup .role {
  font-size: 75%;
}
body .section-orange p i,
body .section-orange address i,
body .section-orange ul i {
  font-style: normal;
  font-family: "TapesFontItalic";
}
body .section-orange p a,
body .section-orange address a,
body .section-orange ul a {
  font-style: normal;
  text-decoration-line: none;
  color: #28000f;
  font-weight: bold;
}
body .section-orange p a:visited,
body .section-orange address a:visited,
body .section-orange ul a:visited {
  font-style: normal;
  text-decoration-line: none;
  color: #28000f;
}
body .section-orange p a:hover,
body .section-orange address a:hover,
body .section-orange ul a:hover {
  color: #28000f;
}
body .section-orange p:first-of-type,
body .section-orange address:first-of-type,
body .section-orange ul:first-of-type {
  margin-block-start: 1em;
}
body .section-orange p:last-child,
body .section-orange address:last-child,
body .section-orange ul:last-child {
  margin-block-end: 1em;
}
body .section-orange .founder-section-header {
  display: flex;
  flex-direction: row;
}
body .section-orange .founder-section-header img.founder-portrait {
  border-radius: 50%;
  border-color: #ff7800;
  height: 8em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
  z-index: 2;
}
@media screen and (max-width: 686px) {
  body .section-orange .founder-section-header img.founder-portrait {
    display: none;
  }
}
body .section-orange .founder-section-header h1,
body .section-orange .founder-section-header h2 {
  margin: 0;
}
body .section-orange .founder-section-header h1 span,
body .section-orange .founder-section-header h2 span {
  white-space: nowrap;
}
body .section-orange div.copyright-footer {
  font-size: 50%;
  position: absolute;
  bottom: 1.8em;
}
body .section-orange div.copyright-footer > p {
  margin: 0;
}
body .section-orange.section--footer {
  overflow: hidden;
}
body .section-orange.section--footer .section--footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 880px) {
  body .section-orange.section--footer .section--footer__inner {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
    gap: 1em;
  }
}
body .section-orange.section--footer .some {
  display: flex;
  align-items: center;
}
body .section-orange.section--footer .some .some-icon {
  pointer-events: all;
  position: relative;
  aspect-ratio: 1 / 1;
  width: 4em;
  cursor: pointer;
  display: inline-block;
}
body .section-orange.section--footer .some .some-icon:not(:last-child) {
  margin-right: 1rem;
}
body .section-orange.section--footer .some .some-icon svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: visible;
  fill: #28000f;
  color: #28000f;
}
body .section-orange.section--footer .some .some-icon svg use:nth-child(2) {
  filter: blur(0px);
  opacity: 0;
}
body .section-orange.section--footer .some .some-icon--bluesky {
  width: 3.6em;
}
body .section-orange .previous-work-list {
  list-style-type: none;
  padding-left: 0;
}
body .section-orange .previous-work-list li {
  margin-bottom: 0.5em;
}
body .section-orange .previous-work-list li .role {
  font-style: italic;
  font-family: "TapesFontItalic";
  color: #28000f;
}
body .footer-wrapper {
  position: relative;
  overflow: hidden;
  perspective: 800px;
  z-index: -10;
}
@media screen and (max-width: 1330px) {
  body .two-column-layout {
    display: block;
  }
}
@media not screen and (max-width: 1330px) {
  body .two-column-layout {
    display: grid;
    column-gap: 3em;
    row-gap: 2em;
    grid-template-columns: 50% 50%;
  }
  body .two-column-layout > div:nth-child(2) {
    grid-row: span 2;
  }
  body .two-column-layout > div > p:first-child {
    margin-block-start: 0;
  }
  body .two-column-layout > div > p:last-child {
    margin-block-end: 0;
  }
  body .two-column-layout.founder-section-odd > div:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
