:root {
  --dark-blue: #00011b;
  --site-background: #0f161b;
  --light-color: white;
  --white: white;
  --black: black;
}

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

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

body {
  background-color: var(--dark-blue);
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Anton, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Anton, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Anton, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Anton, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Anton, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 24px;
}

a {
  color: #fff;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
}

img {
  max-width: 100%;
  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: 12px;
}

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

.border-container {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.border-top {
  background-color: #fff;
  height: 24px;
  position: absolute;
  inset: 0% 0% auto;
}

.border-bottom {
  background-color: #fff;
  height: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.border {
  background-color: #fff;
  position: absolute;
}

.border.border-top {
  z-index: 1000000000;
  width: 100%;
}

.border.border-top.content-border-top {
  z-index: 999;
  position: fixed;
}

.border.border-bottom {
  width: 100%;
  left: auto;
}

.border.border-bottom.content-border-bottom {
  z-index: 3;
  position: fixed;
}

.border.border-left {
  width: 24px;
  height: 100%;
  inset: auto auto 0 0%;
}

.border.border-right {
  width: 24px;
  height: 100%;
  inset: 0% 0% auto auto;
}

.content-container {
  z-index: 1;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.content-container.showreel-content-container {
  justify-content: flex-end;
  display: flex;
}

.content-container.personal-intro-content-container {
  position: static;
}

.section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.home-intro-section {
  padding-top: 196px;
  padding-bottom: 96px;
}

.section.contact {
  height: 46vh;
}

.container {
  width: 100%;
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.style-guide-container {
  text-align: center;
  max-width: 634px;
}

.container.style-guide-container.text-left {
  text-align: left;
}

.container.navigation-bar-container {
  z-index: -1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.footer-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.contact-container {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container.personal-title-container {
  flex-wrap: nowrap;
  align-items: center;
  max-width: 730px;
  display: flex;
}

.container.personal-title-container.center {
  justify-content: center;
  align-items: center;
}

.container.align-content-right {
  justify-content: flex-end;
  display: flex;
}

.container.project-title-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 446px;
  display: flex;
}

.container.fixed-project-title-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.blog-title-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 916px;
  display: flex;
}

.container.blog-article-container {
  max-width: 634px;
}

.container.demos-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.project-fullwidth-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.container.right-align {
  justify-content: flex-end;
  display: flex;
}

.container.contact {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-bar {
  background-color: #0000;
  padding-top: 72px;
  padding-bottom: 72px;
  display: block;
}

.menu-toggle {
  background-color: #0000;
  margin-left: 48px;
  padding: 0;
}

.menu-toggle.w--open {
  background-color: #0000;
}

.navigation-menu {
  z-index: 10;
  color: var(--dark-blue);
  background-color: #fff;
  justify-content: space-between;
  min-width: 614px;
  height: 100vh;
  max-height: 100vh;
  padding: 0;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.navigation-link {
  z-index: 99999999;
  opacity: .25;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  font-family: Anton, sans-serif;
  font-size: 72px;
  line-height: 80px;
  transition: transform .2s, opacity .2s;
}

.navigation-link:hover {
  opacity: 1;
  color: var(--dark-blue);
  transform: translate(5px);
}

.navigation-link.w--current {
  opacity: 1;
  color: var(--site-background);
}

.navigation-menu-container {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.style-guide-heading {
  margin-bottom: 72px;
}

.rich-text-block {
  text-align: left;
}

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

.rich-text-block ul {
  margin-top: 36px;
  margin-bottom: 48px;
}

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

.blockquote {
  border-left-style: none;
  margin-top: 24px;
  margin-bottom: 48px;
  padding: 0;
}

.blockquote.blockquote-narrow {
  z-index: 2;
  width: 100%;
  max-width: 566px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -72px;
  position: relative;
}

.underline-link {
  z-index: 1;
  position: relative;
}

.underline-link.underline-link-dark {
  color: var(--site-background);
}

.underline-link.personal-intro-email {
  margin-left: 24px;
}

.underline-link.light {
  opacity: .5;
}

.underline-link.block {
  display: block;
}

.underline-link.linkedin-contact, .underline-link.margin-bottom-12 {
  margin-bottom: 12px;
}

.underline-link-content {
  display: flex;
}

.underline-link-arrow {
  margin-left: 12px;
}

.underline-link-progress-container {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: relative;
}

.underline-link-progress-container.underline-link-dark-progress-container {
  background-color: #0f161b40;
}

.progress-link-progress-bar {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.progress-link-progress-bar.progress-link-progress-bar-dark {
  background-color: var(--site-background);
}

.navigation-right-content {
  align-items: center;
  display: flex;
}

.menu-toggle-container {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 48px;
  height: 12px;
  display: flex;
  position: relative;
}

.menu-toggle-line {
  z-index: 0;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.style-guide-colors {
  justify-content: center;
  display: flex;
}

.style-guide-color {
  border: 1px solid #ffffff40;
  min-width: 100px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 24px;
}

.style-guide-color.bg-light {
  background-color: var(--light-color);
  color: var(--site-background);
}

.blockquote-text {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Anton, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.blockquote-text-author {
  opacity: .5;
  text-align: left;
}

.blockquote-border {
  background-color: #fff3;
  width: 72px;
  height: 1px;
  margin-bottom: 48px;
}

.style-guide-buttons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.button {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff3;
  height: 60px;
  padding: 17px 36px;
  font-size: 13px;
  transition: background-color .2s, color .2s, border-color .2s;
}

.button:hover {
  color: var(--site-background);
  background-color: #fff;
}

.button.button-light {
  background-color: var(--light-color);
  color: var(--site-background);
}

.button.button-light:hover {
  background-color: var(--dark-blue);
  color: var(--light-color);
}

.button.style-guide-button {
  margin-left: 12px;
  margin-right: 12px;
}

.field-label {
  margin-bottom: 12px;
  font-weight: 500;
}

.form {
  text-align: left;
}

.form.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.input-field {
  background-color: #0000;
  border: 1px solid #fff3;
  height: 60px;
  margin-bottom: 24px;
  padding: 17px 24px;
  transition: border-color .2s;
}

.input-field:focus {
  border-color: #ffffff80;
}

.input-field::placeholder {
  color: #ffffff40;
}

.input-field.textarea-field {
  height: auto;
  min-height: 180px;
}

.badge {
  letter-spacing: .1em;
  text-transform: uppercase;
  height: auto;
  padding: 8px 24px;
  font-size: 13px;
  display: inline-block;
}

.badge.project-title-badge {
  margin-bottom: 36px;
}

.badge.project-title-badge.no-padding {
  padding-left: 0;
}

.badge.project-hover-badge {
  margin-bottom: 24px;
}

.badge.demos-badge {
  margin-bottom: 48px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-row {
  align-items: center;
  display: flex;
}

.text-row.showreel-subtitle {
  margin-bottom: 12px;
}

.text-row-text {
  margin-right: 0;
}

.social-list {
  align-items: center;
  margin-bottom: 0;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 0;
  display: flex;
}

.social-list.footer-social-list {
  margin-top: 0;
  margin-bottom: 24px;
}

.social-list.footer-social-list.top-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.social-list-item {
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .2s, opacity .2s;
}

.social-list-item:hover {
  transform: scale(1.2);
}

.footer-logo, .footer-logo.w--current {
  margin-bottom: 24px;
}

.footer-menu-container {
  display: flex;
}

.menu-list {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.menu-list.menu-list-last {
  margin-left: 20px;
}

.menu-list-item {
  margin-bottom: 12px;
}

.navigation-logo {
  z-index: 0;
}

.navigation-menu-content {
  z-index: 1000;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 72px;
  display: flex;
  position: relative;
}

.navigation-menu-lower {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-phone-number {
  margin-top: 12px;
  margin-bottom: 12px;
}

.showreel-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 72px;
  display: flex;
  position: fixed;
  left: 0;
}

.showreel-logo {
  margin-bottom: 48px;
}

.showreel-right {
  perspective: 1000px;
  width: 50%;
}

.showreel-image-container {
  perspective: none;
  perspective-origin: 50%;
  width: 100%;
  max-width: 446px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.showreel-image-link {
  padding-top: 12px;
  padding-bottom: 12px;
}

.showreel-brands {
  z-index: -1;
  opacity: .02;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

.showreel-brand-text {
  color: var(--light-color);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 300px;
  position: relative;
}

.flag-icon {
  margin-left: 4px;
}

.personal-intro {
  z-index: 2;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 96px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

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

.personal-portrait {
  max-width: 50%;
  max-height: 90%;
  position: absolute;
  inset: auto 24px 24px auto;
}

.personal-intro-text {
  z-index: 2;
  max-width: 864px;
  position: relative;
}

.personal-title-image {
  object-fit: fill;
  max-width: 446px;
  position: relative;
}

.personal-title-image.contact {
  object-fit: cover;
  height: 500px;
}

.personal-title-text {
  margin-left: -72px;
  position: relative;
}

.signature-small {
  max-height: 55px;
}

.text-block-right {
  border-left: 1px solid #fff3;
  max-width: 518px;
  padding-left: 72px;
}

.text-block-right.toolkit {
  min-width: 518px;
}

.text-block-right.contact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-title-section {
  display: flex;
}

.left-title-heading {
  margin-right: 96px;
}

.list-item {
  margin-bottom: 16px;
}

.about-image {
  max-width: 540px;
  max-height: 560px;
}

.about-image.bordered {
  border: 2px solid #fff;
}

.align-content-right {
  justify-content: flex-end;
  display: flex;
}

.image-caption {
  opacity: .5;
  margin-top: 12px;
}

.about-images {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.about-images.right-align {
  flex-direction: row;
}

.left-title-list {
  margin-left: 72px;
}

.right-title-section {
  justify-content: flex-end;
  display: flex;
}

.right-title-section.hide {
  display: none;
}

.about-image-wrapper {
  padding: 15px;
}

.quote-with-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-image {
  width: 100%;
  max-width: 446px;
}

.projects-grid {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.projects-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 96px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.projects-grid-item-image {
  z-index: 1;
  max-height: 490px;
  position: relative;
}

.project-grid-image-link {
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
  position: relative;
}

.project-grid-item-heading {
  margin-bottom: 12px;
}

.project-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 648px;
  margin-bottom: 96px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

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

.project-grid-item-heading-wrapper {
  position: relative;
}

.project-body {
  text-align: center;
  flex-direction: column;
  display: block;
}

.project-body blockquote {
  text-transform: uppercase;
  border-left-style: none;
  width: 100%;
  max-width: 670px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Anton, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.project-body h6 {
  opacity: .5;
}

.project-body figure {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
}

.project-body img {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

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

.main-project-image {
  max-height: 650px;
}

.main-project-image-wrapper {
  text-align: center;
  margin-bottom: 96px;
}

.project-wide-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
}

.project-wide-item-heading-container {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-right: 24px;
  display: flex;
}

.project-wide-link {
  text-align: right;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 550px;
  min-height: 680px;
}

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

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

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

.utility-page-text {
  margin-bottom: 24px;
}

.fixed-project-title {
  z-index: 999999999;
  background-color: var(--light-color);
  color: var(--site-background);
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
  inset: 0% 0% auto;
}

.fixed-project-heading {
  margin-bottom: 0;
  margin-right: 12px;
}

.blog-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  margin-bottom: 24px;
  padding: 96px 72px;
  display: flex;
  position: relative;
}

.blog-item-image {
  opacity: .1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.blog-item-heading {
  width: 100%;
  max-width: 352px;
  margin-top: 24px;
}

.blog-post-heading {
  margin-top: 36px;
  margin-bottom: 72px;
}

.article h3 {
  margin-top: 48px;
}

.article blockquote {
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 12px;
  padding: 24px 0 24px 24px;
  font-family: Anton, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.article h6 {
  opacity: .5;
  margin-bottom: 48px;
  padding-left: 36px;
}

.article figcaption {
  opacity: .5;
}

.article figure {
  margin-top: 72px;
  margin-bottom: 72px;
}

.blog-post-item-content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project-hover-item {
  perspective: 2000px;
  transform: ;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.project-hover-image {
  opacity: .4;
  max-height: 620px;
}

.project-hover-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-hover-title-container {
  text-align: center;
  background-color: #ffffff26;
  padding: 25px;
  position: absolute;
}

.home-intro-heading {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.screenshot-grid {
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}

.personal-intro-contacts {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.screenshot-grid-item {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.screenshot-grid-link {
  opacity: .5;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
}

.screenshot-grid-link:hover {
  opacity: 1;
}

.collection-list-wrapper {
  display: none;
}

.project-fullwidth-item {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-fullwidth-bg {
  opacity: .46;
  filter: blur(20px);
  background-image: url('../images/bling_savingtrees_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: -5% 0% 0% -5%;
}

.project-fullwidth-bg._02 {
  background-image: url('../images/thirtysix-cover_1.webp');
}

.project-fullwidth-bg._03 {
  background-image: url('../images/steinwender-cover_1.webp');
}

.project-fullwidth-bg._04 {
  background-image: url('../images/Bildschirmfoto-2024-12-19-um-19.13.50_1.webp');
}

.project-fullwidth-bg._05 {
  background-image: url('../images/wcm-cover_1.webp');
}

.project-fullwidth-image {
  max-width: 35vw;
  margin-right: 72px;
}

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

.form-success {
  background-color: #457c3a;
}

.form-error {
  background-color: #7c3a3b;
}

.body {
  background-color: var(--dark-blue);
}

.invert {
  filter: invert();
}

.text-block-2, .hide {
  display: none;
}

.no-margin {
  margin-bottom: 0;
}

.link-wrap {
  text-align: center;
  padding-top: 50px;
}

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

.link-hover {
  width: 15px;
  transition: opacity .3s;
}

.link-hover:hover {
  opacity: .7;
}

.hidden {
  display: none;
}

.toolstack-image {
  filter: contrast(200%) saturate(0%) invert(80%);
  justify-content: center;
  transition: filter .3s;
}

.toolstack-image:hover {
  filter: contrast(200%) saturate(0%) invert();
}

.toolstack-image.webflow, .toolstack-image.react {
  padding-left: 20px;
  padding-right: 20px;
}

.upper-toolstack-row {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.toolstack-wrapper {
  justify-content: center;
  padding-left: 72px;
  padding-right: 72px;
}

.mobile-divider-bar {
  display: none;
}

.link-block {
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.image {
  margin-left: 9px;
}

.german-flag {
  border-radius: 2.5px;
  margin-left: 7.5px;
}

.contact-info-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper-2, .collection-list-wrapper-3 {
  display: none;
}

.heading {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .border.border-top, .border.border-bottom {
    height: 12px;
  }

  .border.border-left, .border.border-right {
    width: 12px;
  }

  .content-container {
    padding: 12px;
  }

  .content-container.showreel-content-container {
    flex-direction: column;
  }

  .section.home-intro-section {
    padding-top: 120px;
  }

  .section.contact {
    height: 50vh;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navigation-menu {
    min-width: 490px;
  }

  .blockquote.blockquote-narrow {
    margin-right: -250px;
  }

  .blockquote-text {
    font-size: 36px;
    line-height: 40px;
  }

  .showreel-left, .showreel-right {
    width: 100%;
    position: relative;
  }

  .showreel-image-container {
    padding-top: 0;
    padding-bottom: 10vh;
  }

  .personal-intro {
    flex-direction: column;
    padding: 72px;
  }

  .text-block-right.toolkit {
    min-width: 327px;
    padding-left: 50px;
  }

  .about-images {
    flex-direction: column;
  }

  .about-image-wrapper {
    margin-bottom: 24px;
  }

  .projects-grid-item {
    width: 100%;
    margin-bottom: 72px;
  }

  .project-body figure {
    margin-bottom: 96px;
  }

  .project-wide-item {
    justify-content: space-around;
  }

  .project-wide-item-heading-container {
    max-width: 250px;
  }

  .project-wide-link {
    width: 50%;
    min-height: 510px;
  }

  .blog-item-wrapper {
    padding: 72px 48px;
  }

  .screenshot-grid {
    margin-left: -12px;
    margin-right: -12px;
  }

  .screenshot-grid-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .toolstack-image.webflow, .toolstack-image.react {
    padding-left: 15px;
    padding-right: 15px;
  }

  .upper-toolstack-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .toolstack-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 54px;
    line-height: 60px;
  }

  .content-container {
    padding: 12px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.home-intro-section {
    padding-top: 96px;
  }

  .section.toolkit {
    margin-bottom: 15px;
  }

  .container.footer-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .container.contact-container {
    flex-direction: column;
  }

  .container.personal-title-container {
    flex-direction: column-reverse;
  }

  .container.project-fullwidth-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-toggle {
    z-index: 2147483647;
  }

  .navigation-link {
    font-size: 40px;
    line-height: 48px;
  }

  .blockquote.blockquote-narrow {
    margin-top: -65px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .form.contact-form {
    margin-top: 24px;
  }

  .footer {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .footer-content-left {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
  }

  .navigation-menu-content, .showreel-left {
    padding: 48px;
  }

  .personal-title-text {
    margin-bottom: 24px;
    margin-left: 0;
  }

  .text-block-right {
    border-left-style: none;
    padding-left: 0;
  }

  .text-block-right.toolkit {
    border-left-style: none;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .left-title-section {
    flex-direction: column;
  }

  .left-title-heading.toolkit {
    text-align: center;
    margin-right: 0;
  }

  .about-image {
    width: 100%;
  }

  .about-images {
    flex-direction: column;
    align-items: center;
  }

  .right-title-section.toolkit {
    flex-direction: column-reverse;
    align-items: center;
  }

  .right-title-section.toolkit.contact {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-image-wrapper {
    margin-bottom: 24px;
  }

  .quote-with-image {
    flex-direction: column-reverse;
  }

  .project-body blockquote {
    font-size: 24px;
    line-height: 36px;
  }

  .project-body figure {
    margin-bottom: 48px;
  }

  .main-project-image-wrapper {
    margin-bottom: 72px;
  }

  .project-wide-item {
    flex-direction: column;
    margin-bottom: 72px;
  }

  .project-wide-item-heading-container {
    flex: 0 auto;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .project-wide-link {
    width: 50%;
    min-height: 350px;
    margin-top: 24px;
  }

  .blog-item-wrapper {
    margin-bottom: 12px;
    padding: 48px;
  }

  .blog-post-heading {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .project-hover-item {
    margin-bottom: 72px;
  }

  .screenshot-grid {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .screenshot-grid-item {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .project-fullwidth-image {
    max-width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .toolstack-image.webflow {
    padding-left: 45px;
    padding-right: 10px;
  }

  .toolstack-image.react {
    padding-left: 5px;
    padding-right: 35px;
  }

  .upper-toolstack-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 25px;
  }

  .lower-toolstack-row {
    grid-column-gap: 25px;
    grid-row-gap: 70px;
    padding-top: 0;
  }

  .toolstack-wrapper {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .toolstack-wrapper.contact {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 0;
  }

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

  .mobile-divider-bar {
    background-color: #fff3;
    width: 50%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .border.border-top, .border.border-bottom {
    height: 6px;
  }

  .border.border-left, .border.border-right {
    width: 6px;
  }

  .content-container {
    padding: 6px;
  }

  .section.home-intro-section {
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .container.navigation-bar-container {
    flex-direction: column;
  }

  .container.contact-container {
    align-items: flex-start;
    max-width: 352px;
  }

  .container.personal-title-container {
    flex-direction: column-reverse;
  }

  .navigation-bar {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .menu-toggle {
    margin-top: 36px;
    margin-left: 0;
  }

  .navigation-menu {
    width: 100%;
    min-width: auto;
  }

  .blockquote.blockquote-narrow {
    margin-top: -80px;
  }

  .underline-link.personal-intro-email {
    margin-top: 24px;
    margin-left: 0;
  }

  .navigation-right-content, .style-guide-buttons {
    flex-direction: column;
  }

  .button.style-guide-button {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .input-field {
    margin-bottom: 12px;
  }

  .badge.project-title-badge {
    margin-bottom: 24px;
  }

  .text-row {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .navigation-menu-content {
    padding: 24px;
  }

  .showreel-left {
    text-align: center;
    padding: 36px;
  }

  .showreel-image-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .flag-icon {
    display: none;
  }

  .personal-intro {
    padding: 36px;
  }

  .personal-portrait {
    display: none;
  }

  .personal-title-image {
    width: 100%;
  }

  .personal-title-text {
    text-align: center;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .text-block-right {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

  .about-image {
    width: 100%;
  }

  .left-title-list {
    margin-top: -24px;
    margin-left: 0;
  }

  .right-title-section {
    flex-direction: column;
  }

  .projects-grid-item {
    margin-bottom: 72px;
  }

  .project-image-wrapper, .project-body figure, .main-project-image-wrapper {
    margin-bottom: 24px;
  }

  .project-wide-item {
    flex-direction: column;
  }

  .project-wide-item-heading {
    margin-bottom: 12px;
  }

  .project-wide-item-heading-container {
    text-align: center;
    align-items: center;
    margin-right: 0;
  }

  .project-wide-link {
    width: 75%;
    min-height: 290px;
  }

  .utility-page-content {
    width: 90%;
  }

  .blog-item-wrapper {
    padding: 24px;
  }

  .blog-item-heading {
    margin-bottom: 12px;
  }

  .blog-post-heading {
    margin-bottom: 24px;
  }

  .project-hover-item {
    margin-bottom: 48px;
  }

  .personal-intro-contacts {
    flex-direction: column;
    align-items: flex-start;
  }

  .screenshot-grid-item {
    align-items: center;
    margin-bottom: 24px;
  }

  .screenshot-grid-link {
    margin-bottom: 12px;
  }

  .toolstack-image.webflow {
    padding-left: 40px;
  }

  .upper-toolstack-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 0;
  }

  .lower-toolstack-row {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-divider-bar {
    margin-bottom: 20px;
  }

  .contact-info-wrap {
    padding-left: 1px;
  }
}

#w-node-c92f19df-8b5d-cd8b-f6e8-5ad64ad5f4c2-57b2c77b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c92f19df-8b5d-cd8b-f6e8-5ad64ad5f4cc-57b2c77b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


