:root {
  --white: white;
  --black: black;
}

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

body {
  color: #fff;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.project-display-link {
  border-radius: .5rem;
  height: 100%;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.accordion-title-wapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}

.typed-output {
  min-width: 100%;
  min-height: 3rem;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 48px;
  line-height: 100%;
  overflow: visible;
}

.typed-output._2 {
  display: none;
}

.typed-output._2.theme-toggle {
  color: var(--white);
}

.typed-output.theme-toggle {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.hero-text {
  letter-spacing: -1px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 300px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 100%;
}

.clear {
  color: var(--black);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  font-style: normal;
  font-weight: 300;
}

.clear._2 {
  color: var(--white);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  font-size: 48px;
  font-weight: 400;
}

.beautiful {
  font-family: Pphatton, Georgia, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.beautiful._1 {
  color: var(--white);
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
}

.things {
  color: var(--white);
  font-size: 48px;
  font-weight: 300;
}

.nav-progress-indicator {
  z-index: 1;
  background-color: #dfeeff;
  width: 1px;
  height: 80px;
  margin-top: 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -1px;
}

.main-navbar {
  z-index: 3;
  background-color: #000;
  border-right: 1px solid #252525;
  width: 80px;
  height: 100%;
  margin-left: auto;
  padding-left: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-link {
  z-index: 1;
  grid-row-gap: 0%;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(239, 239, 239, 0);
  border-top: 1px #252525;
  border-bottom: 1px solid #252525;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 80px;
  min-height: 80px;
  font-size: 1.2em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  opacity: .55;
}

.nav-link.top {
  border-top-style: solid;
}

.nav-link.top.w--current:hover, .nav-link._2:hover, .nav-link._3:hover, .nav-link._4:hover {
  border-right: 1px solid #252525;
}

.vk-logo {
  z-index: 6;
  color: #fff;
  mix-blend-mode: normal;
  background-color: rgba(255, 115, 65, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 4em;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

.brand-wrapper {
  z-index: 7;
  color: #fff;
  border-right: 1px #252525;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  margin-top: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-link-text {
  z-index: 6;
  color: #dfeeff;
  -webkit-text-stroke-color: #dfeeff;
  font-family: Inter, sans-serif;
  font-size: 2vh;
  position: relative;
}

.nav-link-text.is-chapter {
  color: rgba(223, 249, 255, .5);
  text-align: center;
  letter-spacing: .1em;
  font-size: 1vh;
}

.nav-links-wrapper {
  z-index: 3;
  grid-row-gap: 0em;
  border-right: 1px #252525;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-container {
  z-index: 3;
  border-right: 1px #252525;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  margin-right: 1px;
  padding-top: 78px;
  display: flex;
  position: relative;
  bottom: auto;
  overflow: visible;
}

.nav-background {
  z-index: 0;
  background-color: #191919;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-02 {
  border-bottom: 1px solid #252525;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
  justify-content: center;
  align-items: center;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.section-01 {
  border: 1px solid #252525;
  justify-content: center;
  align-items: center;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  font-family: Inter, sans-serif;
}

.page-wrapper {
  padding-left: 80px;
}

.footer {
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
  max-width: 1272px;
  min-height: 10vh;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 60px 0;
  overflow: hidden;
}

.container {
  border-top: 1px solid #252525;
  min-height: 80vh;
}

.grid {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  grid-template-rows: auto;
  grid-template-columns: 3fr 7fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: space-between;
  max-width: 100%;
  min-height: 80vh;
  padding: 80px;
  display: grid;
}

.grid.body {
  z-index: 2;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  width: 100%;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.grid.body.tab {
  grid-template-columns: 3fr;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.grid.hero {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
}

.portrait {
  border-radius: 1000px;
  width: 240px;
}

.body-text {
  color: var(--white);
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
}

.body-text.sm {
  border-left: 1px solid #fff;
  margin-top: 20px;
  padding-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: none;
}

.body-text.m {
  font-size: 36px;
  font-weight: 300;
}

.work-experience {
  width: 100%;
  min-width: 100%;
}

.subheading {
  color: #848484;
  text-align: left;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.subheading.last {
  padding-left: 2.5rem;
}

.spacer {
  width: 20em;
  max-width: 100%;
}

.table-wrapper {
  width: 100%;
}

.table-background-top {
  background-color: #000;
  background-image: url('../images/project-future.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.table-background-top.fujifilm {
  background-image: url('../images/image-3.png');
  background-size: cover;
}

.table-background-top.tracesafe {
  background-image: url('../images/image-4.png');
  background-size: cover;
}

.table-background-top.airbeam {
  background-image: url('../images/tower.png');
  background-size: cover;
}

.table-background-top.nft {
  background-image: url('../images/gallery.png');
  background-size: cover;
}

.table-background-top.consensus {
  background-image: url('../images/image-7.png');
  background-size: cover;
  height: 100%;
}

.table-background-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.table-row {
  color: #000;
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.2em;
  padding-bottom: 2.2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.table-row.compact {
  background-image: linear-gradient(48deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .2));
  border-bottom-color: #252525;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  color: #fff;
  background-color: #146ef5;
  border: 1px solid #146ef5;
  border-radius: .5rem;
  margin-top: 20px;
  padding: .75rem 1rem;
  font-weight: 700;
  transition: background-color .3s;
}

.button:hover {
  background-color: #0257d5;
}

.button:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0954ff;
}

.button[data-wf-focus-visible] {
  outline-offset: 3px;
  outline: 3px solid #0954ff;
}

.html-embed {
  border-radius: .375rem;
  min-width: 500px;
  height: auto;
  min-height: 120vh;
  overflow: hidden;
}

.close {
  text-transform: capitalize;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #575757;
  border-radius: .375rem;
  margin: 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.close-wrapper {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80px;
  display: none;
  position: relative;
}

.cal-embed {
  justify-content: flex-start;
  align-items: flex-end;
  width: 600px;
  height: auto;
  min-height: auto;
  margin-left: 0;
  display: none;
  overflow: scroll;
}

.contact-form {
  z-index: 5;
  width: 100%;
  min-width: 80%;
  min-height: 200px;
  margin-left: 80px;
  padding-left: 80px;
  padding-right: 0;
  display: none;
  position: relative;
}

.form-block {
  z-index: 5;
  margin-top: 80px;
  position: relative;
}

.field, .textarea {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #252525;
  border-radius: .375em;
  font-family: Inter, sans-serif;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.typing-text-2 {
  min-width: auto;
}

.bullet {
  text-align: center;
  font-size: 64px;
  line-height: 50%;
  text-decoration: none;
}

.line {
  border: .5px solid var(--white);
  max-width: 1272px;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  box-shadow: 0 3px 30px 8px rgba(255, 255, 255, .2);
}

.line-container {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 1272px;
  max-width: 1272px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: auto;
  bottom: 1px;
  left: auto;
  right: auto;
  overflow: hidden;
}

.copyright-text {
  color: #848484;
  margin-left: 80px;
  font-family: Inter, sans-serif;
  font-size: .85rem;
}

.copyright {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.accordion-title-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-title-wrapper.space-between {
  flex: 1;
  justify-content: space-between;
}

.accordion-dropdown {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-top: 10px;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-item {
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  display: none;
}

.accordion-icon-image {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  display: flex;
}

.accordion-sign-wrapper {
  border: 1px solid #fff;
  border-radius: 80px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 7px;
  display: flex;
  position: relative;
}

.accordion-sign-wrapper.black-border {
  border-color: #000;
  width: 40px;
  height: 40px;
}

.accordion-toggle {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.accordion-heading-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.accordion-heading-text.medium-font-weight {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.flex-block {
  width: 100%;
}

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

.nav-sidebar {
  z-index: 0;
  background-color: #191919;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tab-content2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-underline-wrapper {
  background-color: rgba(70, 70, 70, 0);
  border-radius: 1.4em;
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
  overflow: scroll;
}

.tab-item {
  grid-column-gap: .5em;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tab-item:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tab-item.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tab-item._01 {
  color: rgba(223, 249, 255, .5);
}

.tab-item._01.w--current {
  color: #fff;
}

.tab-item._03 {
  font-size: .75rem;
}

.tab-item._04 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75rem;
}

.tab-item._05.w--current {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 400;
}

.tabs-nav-unterline {
  z-index: 0;
  background-color: #252525;
  border-radius: 0;
  height: 1px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-text {
  z-index: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75rem;
  position: relative;
}

.tab-row {
  border-top: 1px #505050;
  margin-top: 0;
  padding: 80px;
}

.freie-logo {
  background-image: url('../images/FU-Berlin-Seal-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  min-width: 36px;
  margin-left: 5px;
  padding-left: 27px;
}

.body.theme-toggle {
  background-color: var(--black);
  color: var(--white);
}

.logo-wrapper {
  background-image: linear-gradient(#f73a01, #f94509 20%, #ff6f27);
  border-radius: 999em;
  align-self: center;
}

.link-block {
  opacity: .5;
  width: 1rem;
}

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

@media screen and (min-width: 1280px) {
  .hero-text {
    letter-spacing: -1px;
    font-weight: 300;
  }

  .things {
    font-weight: 300;
  }

  .main-navbar {
    border-right-style: solid;
    display: flex;
  }

  .nav-link.top.w--current, .nav-link._2 {
    border-right: 1px #252525;
  }

  .vk-logo {
    color: #fff;
  }

  .brand-wrapper {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    border-right-style: none;
    min-height: 82px;
    margin-top: 0;
  }

  .nav-link-text {
    font-weight: 300;
  }

  .nav-links-wrapper {
    border-right-style: none;
    border-right-width: 0;
    margin-bottom: -80px;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
    min-width: 80px;
    min-height: 100%;
    padding-top: 80px;
    bottom: auto;
    overflow: visible;
  }

  .nav-background {
    width: 0;
  }

  .footer {
    min-height: 12vh;
  }

  .body-text {
    font-family: Inter, sans-serif;
    font-weight: 300;
  }

  .body-text.sm {
    font-weight: 300;
    display: none;
  }

  .subheading {
    font-weight: 300;
  }

  .table-background-top {
    background-image: url('../images/mb.png');
  }

  .table-background-top.fujifilm {
    background-image: url('../images/fujifilm.png');
  }

  .copyright-text {
    font-weight: 300;
  }

  .accordion-heading-text.medium-font-weight {
    margin-top: 0;
  }

  .light {
    font-style: italic;
    font-weight: 200;
  }

  .vertical-spacer {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero-text, .things {
    font-weight: 300;
  }

  .nav-progress-indicator {
    display: none;
  }

  .main-navbar {
    border-bottom: 1px solid rgba(255, 248, 223, .23);
    border-right-width: 0;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 2px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    transform: none;
  }

  .nav-link.top.w--current {
    border-top-style: none;
    border-right: 1px solid #252525;
    width: 80px;
    max-width: 80px;
  }

  .nav-link.top._1 {
    max-width: 80px;
  }

  .nav-link.top._1.w--current {
    border-left: 1px solid #252525;
  }

  .nav-link._2 {
    border-left: 1px #252525;
    border-right: 1px solid #252525;
    width: 80px;
    max-width: 80px;
  }

  .nav-link._3, .nav-link._4 {
    border-top-style: none;
    border-right: 1px solid #252525;
    width: 80px;
  }

  .vk-logo {
    height: 4em;
  }

  .brand-wrapper {
    width: auto;
    min-width: 80px;
    margin-top: -3px;
  }

  .nav-links-wrapper {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    min-height: 80px;
    display: flex;
  }

  .navbar-container {
    flex-direction: row;
    padding-top: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-background {
    display: none;
  }

  .section-02, .section-02.padding {
    margin-left: 80px;
    margin-right: 80px;
  }

  .section-01 {
    margin-top: 80px;
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 0;
  }

  .page-wrapper {
    padding-left: 0;
  }

  .footer {
    margin-left: 80px;
    margin-right: 80px;
    padding: 0;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .grid.body {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 30% 7fr;
  }

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

  .copyright {
    align-items: baseline;
  }

  .accordion-dropdown {
    width: 100%;
  }

  .vertical-spacer {
    display: none;
  }

  .tabs-menu-underline-wrapper {
    overflow: hidden;
  }

  .link-block {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .project-display-link {
    height: 55vw;
  }

  .nav-link {
    font-size: .8rem;
  }

  .nav-link.top.w--current {
    border-top-style: none;
    width: 25%;
    max-width: 25%;
  }

  .nav-link._2 {
    width: 25%;
    max-width: 25px;
  }

  .nav-link._3, .nav-link._4 {
    width: 25%;
    max-width: 25%;
  }

  .vk-logo {
    height: 4em;
  }

  .navbar-container {
    padding-top: 0;
  }

  .grid.body {
    grid-template-columns: 0%;
  }

  .grid.hero {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .body-text.m {
    font-size: 1.5rem;
  }

  .subheading.last {
    padding-left: 2.5rem;
  }

  .spacer, .table-background-wrapper {
    display: none;
  }

  .table-row {
    flex-direction: column;
    align-items: flex-start;
    min-height: 30em;
  }

  .table-row.compact {
    border-top: 1px solid #000;
    min-height: auto;
  }

  .bullet {
    font-size: 1.5rem;
  }

  .copyright {
    align-items: baseline;
  }

  .vertical-spacer {
    display: none;
  }

  .tabs-menu-underline-wrapper {
    overflow: scroll;
  }

  .tab-item._01 {
    padding-left: 0;
  }

  .tab-row.description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .typed-output, .typed-output._2 {
    font-size: 28px;
    font-weight: 400;
  }

  .typed-output.theme-toggle {
    font-family: Inter, sans-serif;
    font-size: 26px;
  }

  .hero-text {
    justify-content: flex-end;
    align-items: flex-start;
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

  .clear._2 {
    color: var(--black);
    -webkit-text-stroke-width: .5px;
    font-size: 38px;
  }

  .clear._2.theme-toggle {
    font-size: 26px;
  }

  .beautiful._1 {
    font-size: 28px;
  }

  .beautiful._1.theme-toggle {
    font-family: Pphatton, Georgia, sans-serif;
    font-size: 26px;
  }

  .things {
    font-size: 28px;
    font-weight: 400;
  }

  .things.theme-toggle {
    font-size: 26px;
  }

  .main-navbar {
    border-bottom-style: solid;
    border-bottom-color: #252525;
    min-width: 100%;
    display: flex;
    top: 0;
  }

  .nav-link.top {
    width: 25%;
    min-width: auto;
    max-width: 25%;
  }

  .nav-link.top.w--current {
    border-bottom-style: solid;
    border-right: 1px solid #252525;
    min-width: auto;
    max-width: 25%;
  }

  .nav-link.top.w--current:hover {
    border-bottom-style: solid;
  }

  .nav-link.top._1.w--current {
    border-left-width: .5px;
    border-right-width: .5px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .nav-link.top._1.w--current:visited {
    border-top-style: solid;
  }

  .nav-link._2 {
    border-bottom-style: solid;
    border-left-style: solid;
    border-left-width: .5px;
    border-right-width: .5px;
    width: 25%;
    min-width: auto;
    max-width: 25%;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .nav-link._2:hover {
    border-bottom-style: solid;
  }

  .nav-link._2:visited {
    border-top-style: solid;
  }

  .nav-link._3 {
    border-bottom-style: solid;
    border-left: .5px solid #252525;
    border-right-width: .5px;
    width: 25%;
    min-width: auto;
    max-width: 25%;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .nav-link._4 {
    border-bottom-style: solid;
    border-left: .5px solid #252525;
    border-right-width: 1px;
    width: 25%;
    min-width: auto;
    max-width: 25%;
    max-height: 80px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .vk-logo {
    background-image: linear-gradient(#ff7229, #f73a01 0%, #ff6f27);
    height: 4em;
  }

  .brand-wrapper {
    border-bottom: 1px solid #252525;
    border-left: 1px solid #252525;
    border-right-style: solid;
    border-right-width: .5px;
    min-width: 20%;
    max-width: 20%;
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
  }

  .nav-link-text {
    font-size: 5vw;
  }

  .nav-link-text.is-chapter {
    padding-top: 2px;
  }

  .nav-links-wrapper {
    border-right-style: none;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 80%;
    max-width: 80%;
    margin-top: 0;
    position: relative;
  }

  .navbar-container {
    border-top: 1px solid #252525;
    border-bottom: 0 solid #252525;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .nav-background {
    display: none;
  }

  .section-02 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section-01 {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .footer {
    border-bottom: 1px solid #252525;
    max-width: 1272px;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    min-height: 97vh;
    margin-top: 78px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 3fr;
    padding: 20px;
  }

  .grid.body {
    grid-column-gap: 0%;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(100%, 100%);
    grid-auto-columns: 100%;
  }

  .grid.body.tab {
    padding-left: 0;
    padding-right: 0;
  }

  .portrait {
    width: 50%;
    min-width: 120px;
    max-width: 50%;
  }

  .container-2 {
    max-width: 100%;
  }

  .body-text, .body-text.sm, .body-text.sm.ac {
    display: none;
  }

  .body-text.m {
    padding-bottom: 20px;
    font-size: 24px;
    display: block;
  }

  .body-text.main {
    font-family: Inter, sans-serif;
    display: flex;
  }

  .body-text.tab {
    display: flex;
  }

  .work-experience {
    display: none;
  }

  .work-experience.main {
    display: flex;
  }

  .subheading {
    margin-top: 0;
  }

  .subheading.last {
    padding-left: 0;
  }

  .spacer {
    display: none;
  }

  .table-background-top {
    height: auto;
  }

  .table-background-top.consensus {
    display: none;
  }

  .table-background-wrapper {
    padding: 20px;
    display: none;
  }

  .table-row.compact {
    min-height: auto;
  }

  .table-row.compact.last {
    border-bottom-style: none;
  }

  .html-embed {
    width: 100%;
    min-width: auto;
    height: 180svh;
    min-height: 180svh;
  }

  .close-wrapper.contact {
    margin-top: 100px;
    display: none;
  }

  .close-wrapper.meet {
    margin-top: 100px;
  }

  .cal-embed {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    overflow: hidden;
  }

  .contact-form {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block {
    width: 100%;
  }

  .bullet {
    font-size: 56px;
    display: none;
  }

  .line {
    order: 0;
    align-self: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .line-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0;
    right: auto;
    overflow: hidden;
  }

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

  .copyright {
    align-items: baseline;
  }

  .accordion-item {
    color: var(--white);
    flex-flow: column;
    display: flex;
  }

  .accordion-icon-image {
    filter: invert();
    width: 20px;
    height: 20px;
  }

  .accordion-sign-wrapper.black-border {
    border-color: var(--white);
    width: 30px;
    height: 30px;
  }

  .accordion-heading-text.medium-font-weight {
    color: var(--white);
    font-weight: 400;
  }

  .mobile-image {
    background-image: url('../images/mb.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100px;
    display: none;
  }

  .flex-block {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .vertical-spacer {
    display: none;
  }

  .nav-sidebar {
    width: 100%;
    height: 0;
    max-height: none;
    padding-top: 0;
    overflow: scroll;
  }

  .tabs-menu-underline-wrapper {
    box-sizing: border-box;
    padding: .8em 1em 1em 0;
    overflow: scroll;
  }

  .tab-item {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tab-item._01, .tab-item._01.w--current {
    padding-left: 0;
  }

  .tabs-nav-unterline {
    display: none;
  }

  .tab-row.description {
    padding: 20px;
  }

  .logo-wrapper {
    overflow: hidden;
  }

  .link-block {
    margin-right: 20px;
  }
}

#w-node-_9574ca5b-0fcc-70c2-e0eb-4d57001ae455-398cd3e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1465fb1b-20b9-7450-64ec-b88d8c2069e7-398cd3e2, #w-node-_253cb3d4-05c9-9ff6-34d2-f3d5822c6cf0-398cd3e2, #w-node-e6172afd-4ab1-9e87-73b2-df5eee80102f-398cd3e2, #w-node-c70874fc-b0b7-9009-539f-b182afe128da-398cd3e2, #w-node-d3485858-8da0-21ff-7d32-0ddac0f0bebb-398cd3e2, #w-node-a32c4dbb-839a-d8f8-3500-de99f92d0f84-398cd3e2, #w-node-_1e3565b5-fb24-5653-6ff3-ba3688a9ef79-398cd3e2, #w-node-_7bfb8bad-3b2c-2891-623e-0f079d23d759-398cd3e2, #w-node-_250adfb4-570c-4805-b5eb-579e5cc5a02b-398cd3e2, #w-node-_557972cf-afb0-1c72-5024-fda8419b2603-398cd3e2, #w-node-_8e6449aa-0e3b-6dd7-cb75-d1f5ccc710ed-398cd3e2, #w-node-b745b881-a8c4-39f2-831d-96a6f8483713-398cd3e2, #w-node-_7dde54fc-a1c9-d16f-e266-a89b8bbcf80e-398cd3e2 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-_1465fb1b-20b9-7450-64ec-b88d8c2069e6-398cd3e2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1465fb1b-20b9-7450-64ec-b88d8c2069e7-398cd3e2 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_253cb3d4-05c9-9ff6-34d2-f3d5822c6cf0-398cd3e2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e6172afd-4ab1-9e87-73b2-df5eee80102f-398cd3e2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7bfb8bad-3b2c-2891-623e-0f079d23d759-398cd3e2, #w-node-_250adfb4-570c-4805-b5eb-579e5cc5a02b-398cd3e2, #w-node-_557972cf-afb0-1c72-5024-fda8419b2603-398cd3e2, #w-node-_8e6449aa-0e3b-6dd7-cb75-d1f5ccc710ed-398cd3e2, #w-node-b745b881-a8c4-39f2-831d-96a6f8483713-398cd3e2, #w-node-_7dde54fc-a1c9-d16f-e266-a89b8bbcf80e-398cd3e2 {
    grid-column: 1 / 2;
  }
}


@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/PPNeueMontreal-BoldItalic.woff2') format('woff2'), url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2'), url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}