@font-face {
  font-family: Overusedgrotesk Book;
  src: url('../fonts/OverusedGrotesk-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/OverusedGrotesk-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk Book Italic;
  src: url('../fonts/OverusedGrotesk-BookItalic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

:root {
  --background-color--background-primary: var(--base-color-brand--yellow);
  --text-color--text-primary: var(--base-color-brand--white);
  --link-color--link-primary: var(--base-color-brand--yellow);
  --link-color--link-alternate: var(--base-color-brand--white);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-brand--black);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --base-color-brand--yellow: #f7ecbc;
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --background-color--background-alternate\<deleted\|relume-variable-background-color-4\>: var(--base-color-neutral--black);
  --background-color--background-success\<deleted\|relume-variable-background-color-6\>: var(--base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>);
  --text-color--text-success\<deleted\|relume-variable-text-color-4\>: var(--base-color-system--success-green\<deleted\|relume-variable-system-color-1\>);
  --background-color--background-error\<deleted\|relume-variable-background-color-8\>: var(--base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>);
  --text-color--text-error\<deleted\|relume-variable-text-color-5\>: var(--base-color-system--error-red\<deleted\|relume-variable-system-color-5\>);
  --base-color-brand--black: #000;
  --text-color--text-tertiary: var(--base-color-brand--yellow);
  --base-color-brand--dark-grey: #1f1f1f;
  --base-color-brand--white: white;
  --background-color--background-secondary: var(--base-color-brand--dark-grey);
  --background-color--black: var(--base-color-brand--black);
  --base-color-brand--bright-grey: #ddd;
  --background-color--background-tertiary: var(--base-color-brand--bright-grey);
  --background-color--bright-gre: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>: #ecfdf3;
  --base-color-system--success-green\<deleted\|relume-variable-system-color-1\>: #027a48;
  --base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>: #fef3f2;
  --base-color-system--error-red\<deleted\|relume-variable-system-color-5\>: #b42318;
}

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

a {
  color: var(--link-color--link-primary);
  text-transform: none;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 28px;
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 15rem;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--link-color--link-alternate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 5;
  transition: color .4s;
  display: flex;
  transform: translate(0, -70px);
}

.icon-embed-medium:hover {
  color: var(--link-color--link-primary);
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--text-color--text-secondary);
  color: var(--text-color--text-secondary);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #fff0;
  border-radius: 8em;
  padding: 0 1.2rem .125rem;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 28px;
  text-decoration: none;
  transition: background-color .4s;
}

.button:hover {
  background-color: #0000001a;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-yellow {
  border-color: var(--base-color-brand--yellow);
  color: var(--base-color-brand--yellow);
  background-color: #0000;
}

.button.is-yellow.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-yellow.is-icon {
  transition: background-color .4s;
  display: flex;
  position: static;
}

.button.is-yellow.is-icon:hover {
  background-color: #f7ecbc24;
}

.button.is-small {
  padding: .1rem .8rem;
  font-size: 15px;
}

.button.is-small.is-icon {
  transition: background-color .4s;
}

.button.is-small.is-icon:hover {
  background-color: #00000021;
}

.button.is-small.is-icon.is-secondary {
  border-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  -webkit-text-stroke-color: var(--base-color-neutral--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: background-color .4s;
}

.button.is-small.is-icon.is-secondary:hover {
  background-color: #ffffff1a;
}

.button.is-small.is-icon.invisible {
  display: none;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-family: Overusedgrotesk, sans-serif;
  font-weight: 400;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--text-color--text-primary);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .85rem;
  height: .85rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .85rem;
  height: .85rem;
  font-size: 1.8rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--base-color-neutral--black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: var(--text-color--text-primary);
  background-color: #000;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  border-style: solid;
  border-width: 1px;
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate\<deleted\|relume-variable-background-color-4\>);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|relume-variable-background-color-6\>);
  color: var(--text-color--text-success\<deleted\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|relume-variable-background-color-8\>);
  color: var(--text-color--text-error\<deleted\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.hero-section {
  z-index: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  color: var(--text-color--text-primary);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-container {
  display: inline-block;
  position: relative;
}

.heading-1a {
  text-transform: uppercase;
  word-break: keep-all;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 11em;
  font-weight: 400;
  line-height: .7;
  display: inline-block;
}

.heading-1a.b {
  margin-top: .125em;
}

.special-letter {
  font-family: Tenebras, sans-serif;
  font-size: .92em;
  line-height: 1.13;
}

.special-letter.special-text {
  line-height: .5;
  transform: translate(0);
}

.work-content-wrap {
  z-index: auto;
  text-align: left;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 25.9em;
  margin-right: 0;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.work-content-wrap.p-padding-right {
  z-index: 0;
  text-transform: uppercase;
  word-break: keep-all;
  width: auto;
  margin-left: 0;
  margin-right: 40px;
  font-size: 14px;
}

.work-content-wrap.p-margin-left {
  z-index: 0;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 14px;
  display: none;
}

.pagnation-hero {
  padding-bottom: 1.5em;
  padding-left: 3em;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 14px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: .8;
}

.headline {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: middle;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--base-color-brand--black);
  font-family: Overusedgrotesk Book, sans-serif;
}

.heading-4 {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.heading-4.work {
  font-size: 4em;
}

.heading-5 {
  text-transform: uppercase;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: .9;
}

.heading-6 {
  text-transform: uppercase;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: .9;
}

.heading-1 {
  letter-spacing: .001em;
  text-transform: uppercase;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 20em;
  font-weight: 400;
  line-height: .72;
  display: inline-block;
}

.heading-1.work-2 {
  margin-top: -.2em;
}

.number {
  font-size: 2.2rem;
}

.number.yellow {
  color: var(--text-color--text-tertiary);
  font-family: Overusedgrotesk Book, sans-serif;
}

.box_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-top: 3em;
  display: grid;
}

.skill-box {
  border: 1px solid var(--base-color-neutral--black);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 20px 20px 30px;
}

.number-small {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 14px;
}

.top-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  font-size: 1em;
  display: flex;
}

.line-black {
  background-color: var(--base-color-brand--black);
  height: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph {
  text-transform: none;
  margin-top: 10px;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph.work-subline {
  padding-left: 20px;
}

.paragraph.is-yellow {
  color: #f7ecbc;
}

.paragraph.credit {
  margin-top: 20px;
  font-family: Overusedgrotesk Book Italic, sans-serif;
  font-size: 14px;
  display: none;
}

.text-block {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.work-section {
  background-color: var(--base-color-brand--black);
  width: 100%;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  color: var(--text-color--text-primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.text-span {
  font-family: Overusedgrotesk Book Italic, sans-serif;
}

.button-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 40px;
  display: flex;
  position: static;
}

.portfolio-info {
  background-color: var(--base-color-brand--dark-grey);
  border-radius: 0 0 0 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

.image-small {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-top-left-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: transform .475s;
  overflow: hidden;
}

.image-small:hover {
  transform: scale(1.05);
}

.image-small.greta {
  object-fit: contain;
  background-color: #ff00c2;
}

.image-small.greta:hover {
  opacity: 1;
  transform: scale(1.03);
}

.white-line {
  background-color: var(--base-color-brand--white);
  width: 100%;
  height: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.white-line.menu-line {
  margin-top: -10px;
  margin-bottom: 5px;
  transform: translate(0, -70px);
}

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

.project {
  z-index: 3;
  background-color: var(--base-color-brand--black);
  width: 100vw;
  height: 100vh;
  color: var(--text-color--text-primary);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  grid-template-rows: 65%;
  grid-template-columns: .75fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 95vw;
  height: 85vw;
  max-height: 95vh;
  margin-bottom: 20px;
  display: grid;
  overflow: hidden;
}

.big-picture {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.small-picture {
  object-fit: cover;
  border-top-left-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.small-picture.greta {
  object-fit: contain;
  background-color: #ff00c2;
}

.spacer-20px {
  width: 100%;
  height: 20px;
  margin-top: 0;
  padding-bottom: 0;
}

.category {
  color: var(--base-color-brand--black);
  background-color: #3a3a3a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.category-text {
  color: var(--base-color-brand--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.categories {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.content-wrap {
  margin-top: 1.5em;
  padding-left: 3em;
  padding-right: 3em;
}

.heading-7 {
  letter-spacing: -.028em;
  text-transform: uppercase;
  margin-top: -12px;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 20em;
  font-weight: 400;
  line-height: .72;
}

.heading-7._2nd-line {
  letter-spacing: -.06em;
  line-height: .72;
}

.heading-7._2nd-line.hero-b {
  letter-spacing: .001em;
  margin-top: 0;
}

.subline_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.3em;
  display: flex;
  overflow: hidden;
}

.pagnation {
  padding-bottom: 0;
  padding-left: 3em;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 14px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.pagnation-wrapper-absolute {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 1em;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.project {
  z-index: 0;
  background-color: #0000;
  display: none;
  position: sticky;
  top: 0;
}

.project.invisible {
  display: none;
}

.service-section {
  z-index: 2;
  background-color: var(--background-color--background-primary);
  width: 100%;
  min-height: 100vh;
  color: var(--text-color--text-secondary);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5em 3em 3em;
  display: flex;
  position: relative;
}

.service-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 92%;
  display: flex;
}

.pagnation-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 8%;
  display: flex;
}

.menu {
  z-index: 99;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, -100vh);
}

.menu-background {
  z-index: 50;
  background-color: var(--base-color-brand--black);
  opacity: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.menu-card {
  z-index: 100;
  background-color: var(--background-color--background-secondary);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 85vh;
  margin-bottom: 1.5em;
  margin-right: 1.5em;
  padding: 30px;
  display: flex;
  position: relative;
}

.link-wrapper {
  z-index: 100;
  flex-flow: column;
  display: flex;
  position: relative;
}

.number-menu {
  z-index: 1000;
  color: var(--base-color-brand--yellow);
  font-size: 1.2rem;
  position: relative;
  transform: translate(0, -70px);
}

.link-menu {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  font-size: 5rem;
  transition: color .4s;
}

.link-menu:hover {
  color: var(--link-color--link-primary);
}

.link-menu.w--current {
  text-transform: uppercase;
  font-size: 5rem;
}

.link-line {
  z-index: 100;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
  display: flex;
  position: relative;
}

.menu-link-comment {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 29px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 4.8;
  display: flex;
  transform: translate(0, -70px);
}

.link-wrap {
  flex-flow: column;
  display: flex;
}

.left-align {
  display: flex;
}

.spacer-vertical-menu {
  width: 100px;
}

.contact-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.contact-wrap-menu {
  flex-flow: column;
  display: flex;
}

.social-media-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text-color--text-tertiary);
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  font-size: 1rem;
  display: flex;
}

.som-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.8rem;
  display: flex;
}

.menu-small-link {
  color: var(--text-color--text-tertiary);
  letter-spacing: 1.3px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.menu-small-link:hover {
  color: var(--link-color--link-alternate);
}

.menu-small-link:visited {
  color: var(--link-color--link-primary);
}

.menu-small-link.menu-contact {
  margin-top: 0;
}

.menu-toggle {
  z-index: 1000;
  border: 1px solid var(--base-color-brand--yellow);
  border-radius: 20em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 1em;
  margin-right: 3em;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.menu-toggle:hover {
  background-color: #ffffff1a;
}

.nav-m {
  color: var(--link-color--link-primary);
  margin-top: 8px;
  font-family: Tenebras, sans-serif;
  font-size: 42px;
  line-height: .3;
  display: block;
  position: absolute;
}

.nav-x {
  color: var(--link-color--link-primary);
  padding-top: 8px;
  font-family: Tenebras, sans-serif;
  font-size: 42px;
  line-height: .3;
  position: absolute;
}

.link-block-m {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .4s;
  display: flex;
  position: absolute;
}

.link-block-x {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  transform: translate(0, -60px);
}

.link-block-icon {
  margin-top: 10px;
}

.project-video {
  width: 100vw;
  height: 70vw;
  position: absolute;
}

.main-wrapper-styleguide {
  background-color: #ca2525;
  border-style: solid;
  border-width: 1px;
}

.type-container {
  justify-content: flex-start;
  align-items: flex-start;
  height: 16em;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.h2-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 8.5em;
  display: flex;
  overflow: hidden;
}

.heading-2a {
  text-transform: uppercase;
  word-break: keep-all;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 11em;
  font-weight: 400;
  line-height: .7;
  display: inline-block;
}

.heading-2a.b {
  margin-top: .125em;
}

.heading-3a {
  text-transform: uppercase;
  word-break: keep-all;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 11em;
  font-weight: 400;
  line-height: .7;
  display: inline-block;
}

.heading-3a.b {
  margin-top: .125em;
}

.heading-4a {
  text-transform: uppercase;
  word-break: keep-all;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 11em;
  font-weight: 400;
  line-height: .7;
  display: inline-block;
}

.heading-4a.b {
  margin-top: .125em;
}

.heading-5a {
  text-transform: uppercase;
  word-break: keep-all;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 11em;
  font-weight: 400;
  line-height: .7;
  display: inline-block;
}

.heading-5a.about, .heading-5a.b {
  margin-top: .125em;
}

.spacer {
  height: 100vh;
  display: block;
}

.hero-wrapper {
  margin-bottom: -70vw;
}

.project-wrapper {
  z-index: 3;
  position: relative;
}

.number-container {
  justify-content: flex-start;
  align-items: center;
  height: 4em;
  display: flex;
  overflow: hidden;
}

.about-content-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.about-wrapper {
  width: 45vw;
  margin-right: 40px;
}

.heading-8 {
  letter-spacing: -.028em;
  text-transform: uppercase;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 20em;
  font-weight: 400;
  line-height: .72;
  display: inline-block;
}

.heading-8.heading-work {
  font-size: 12em;
}

.susi-mobile {
  border-radius: 20em;
  width: 180px;
}

.headline-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: middle;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: flex;
}

.about-content-wrap-center {
  background-color: #1f1f1f;
  flex-flow: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 3em;
  display: flex;
}

.content-wrap-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 968px;
  margin-top: -18px;
  display: flex;
}

.about-section {
  z-index: 5;
  background-color: var(--background-color--background-secondary);
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.meet-mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.spacer-10px {
  width: 100%;
  height: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

.paragraph-about {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.button-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 8em;
  padding: 0 1.2rem .125rem;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 28px;
  text-decoration: none;
}

.button-2:hover {
  background-color: #0000001a;
}

.button-2.is-yellow {
  color: #f7ecbc;
  border-color: #f7ecbc;
}

.button-2.is-yellow:hover {
  background-color: #f7ecbc1a;
}

.headline-wrap-about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: block;
}

.footer {
  color: #000;
  background-color: #f7ecbc;
  border-bottom: 1px solid #e4ebf3;
  padding: 5.5em 3em 2em;
  display: block;
  position: relative;
}

.som {
  width: 2rem;
  height: 2rem;
  color: var(--base-color-brand--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  display: flex;
}

.som:hover {
  color: var(--base-color-neutral--white);
}

.social-media-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
  display: flex;
}

.container-right-footer {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 20vw;
  display: flex;
}

.content-left-footer {
  width: 50vw;
}

.heading-9 {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed {
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 8em;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 2em;
  text-decoration: none;
}

.code-embed.link-button {
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  margin-top: -5px;
  padding-bottom: .125px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 28px;
  transition: background-color .4s;
}

.code-embed.link-button:hover {
  background-color: #0000001a;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Overusedgrotesk Book, sans-serif;
  display: flex;
}

.spacer-50px {
  width: 100%;
  height: 50px;
  margin-top: 0;
  padding-bottom: 0;
}

.small-link {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.small-link:hover {
  color: #1a1b1fbf;
}

.line-black-2 {
  background-color: #000;
  height: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.work-anchor, .hero-anchor {
  height: 0;
}

.menu-underlay {
  z-index: 1000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 1em;
  margin-right: 3em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.work-headline-container {
  flex-flow: column;
  height: 16em;
  display: flex;
  overflow: hidden;
}

.subline-container {
  overflow: hidden;
}

.about-headline-container {
  justify-content: flex-start;
  align-items: flex-start;
  height: 10em;
  display: flex;
  overflow: hidden;
}

.footer-heading-wrap {
  overflow: hidden;
}

.spacer-30px {
  height: 30px;
}

.spacer-100px {
  width: 100%;
  height: 100px;
  margin-top: 0;
  padding-bottom: 0;
}

.imprint {
  z-index: 5;
  background-color: var(--background-color--background-secondary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.imprint-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-imprint {
  max-width: 672px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.project-intro {
  z-index: 2;
  background-color: var(--base-color-brand--black);
  flex-flow: column;
  width: 100vw;
  height: 70vw;
  padding: 1.5em 3em 3em;
  display: flex;
  position: relative;
}

.project-intro-wrap {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.project-description {
  width: 100%;
}

.client {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.paragraph-projectinfo {
  text-transform: uppercase;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-projectinfo.right {
  text-transform: none;
  width: 70%;
}

.about, .category-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.project-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-hero {
  z-index: 0;
  width: 100vw;
  height: 70vw;
  color: var(--text-color--text-primary);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.project-pictures {
  z-index: 2;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--base-color-brand--black);
  flex-flow: column;
  width: 100vw;
  padding: 3em;
  display: flex;
  position: static;
}

._2-pics {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 45vw;
  display: flex;
}

._2-pics.right {
  border-radius: 0 20px 20px 0;
}

._2-pics.small {
  height: 30vw;
}

._2-pics.small.contain-ilyvm {
  object-fit: contain;
  background-color: #2d3b37;
  padding-left: 25px;
  padding-right: 25px;
}

._2-pics-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobile-grid {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  background-color: #ddd;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10em 12em;
  display: grid;
}

.mobile-grid.greta {
  background-color: #ff00c2;
}

.mobile-grid.ilyvm {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: #c6bcb4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.mobile-grid.ilyvm-2 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: #c6bcb4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.mobile-grid.augenarzt {
  background-color: #bee4ff;
}

.mobile {
  border-radius: 20px;
}

.single-page {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  background-color: #ddd;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10em 12em;
  display: flex;
}

.single-page.ilyvm {
  background-color: #2d3b37;
}

.more-projects {
  z-index: 2;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--background-color--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  padding: 10em 3em;
  display: flex;
  position: static;
}

.more-projects-pictures {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3em;
  display: grid;
}

.more-pic {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.more-project._1 {
  height: 100%;
}

.portfolio-info-more {
  background-color: var(--base-color-brand--dark-grey);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

.bottom-wrap-more {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.top-wrap-more {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  font-size: 1em;
  display: flex;
}

.number-small-more {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 14px;
}

.spacer-project {
  height: 70vw;
}

.project-picture {
  background-image: url('../images/susannekomorek-branding-purefy-corporate-design-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 70vw;
  position: absolute;
}

.project-picture.augenarzt {
  background-image: url('../images/susannekomorek-augenarztpraxis-webdesign-corporate-identity-hero.jpg');
}

.project-picture.cargonexx {
  background-image: url('../images/Cargonexx.jpg');
}

._1-pic {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pic {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.image-big {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  height: 100%;
  transition: transform .475s;
}

.image-big:hover {
  transform: scale(1.03);
}

.small-pic {
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.big-pic {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.sticky-spacer {
  height: 40vh;
  display: block;
}

.hero-video {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.background-hero-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.project-picture-ilyvm {
  background-image: url('../images/susannekomorek-identity-branding-packaging-ilyvm-hero.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 70vw;
  position: absolute;
}

.collaboration {
  color: #929292;
  text-transform: none;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 16px;
}

.hero-home-wrapper {
  margin-bottom: -100vh;
}

.heading-10 {
  color: var(--base-color-brand--white);
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-block-3 {
  color: var(--base-color-brand--white);
  font-family: Overusedgrotesk Book, sans-serif;
}

._404 {
  color: var(--base-color-brand--yellow);
  letter-spacing: .1em;
  font-family: Tenebras, sans-serif;
  font-size: 20rem;
  font-weight: 400;
}

.body-2 {
  background-color: var(--background-color--background-secondary);
}

.yellow {
  color: var(--text-color--text-tertiary);
  letter-spacing: 1.1px;
}

.outline-btn {
  z-index: 20;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 8px 16px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-btn-text {
  z-index: 20;
  letter-spacing: 1.2px;
  font-size: 28px;
  font-weight: 400;
  position: relative;
}

.button-hover-circle {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.mail-wrap {
  border: 1px solid #000;
  border-radius: 2.8em;
}

.som-2 {
  width: 2rem;
  height: 2rem;
  color: var(--text-color--text-secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  display: flex;
}

.som-2:hover {
  color: var(--background-color--background-secondary);
}

.text-weight-semibold-parent.text-weight-semibold {
  font-weight: 600;
}

.work-card {
  z-index: 5;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  background-color: #15151b;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 820px) 400px;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: auto;
  max-width: none;
  min-height: calc(100vh - 4em);
  margin: 2em;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -20px 60px #00000073;
}

.card-text {
  z-index: 6;
  background-color: #0000;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  flex-flow: column;
  flex: 0 auto;
  grid-area: 1 / 1 / 2 / 2;
  align-items: stretch;
  min-width: 0;
  max-width: 660px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.card-text.smaller {
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 240px;
  max-width: 520px;
}

.mb-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mb-eyebrow {
  color: #f7ecbc;
  margin-bottom: 14px;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 32px;
  line-height: 1;
  display: block;
}

.card-title {
  color: #fff;
  text-transform: uppercase;
  overflow-wrap: break-word;
  width: 100%;
  min-width: 240px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 28px;
  font-weight: 400;
  line-height: .9;
}

.mb-title-serif {
  font-family: Tenebras, serif;
  font-weight: 400;
}

.mb-copy {
  width: 100%;
  max-width: none;
}

.mb-section-1 {
  background-color: #15151b;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.mb-card-1 {
  background-color: #0000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 34px;
}

.multibrand-buttons {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-area: 2 / 1 / 3 / 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  column-gap: 48px;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 48px 44px 0;
  display: grid;
}

.mb-controls {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-column-start: 1;
  align-content: flex-start;
  align-items: flex-start;
  column-gap: 28px;
  width: 100%;
  min-width: 320px;
  max-width: 520px;
  display: flex;
}

.mb-ctl-label {
  color: #f7ecbc;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.mb-brands {
  width: 100%;
  margin: 0;
  padding: 0;
}

.mb-bgrid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.mb-bopt {
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.mb-chip {
  grid-column-gap: 12px;
  grid-row-gap: 13px;
  color: #fff;
  border: 1px solid #2a2a2e;
  border-radius: 15px;
  align-items: center;
  column-gap: 12px;
  min-height: 46px;
  padding: 11px 15px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.mb-chip-on {
  color: #232014;
  background-color: #f6ebc0;
  border-color: #f6ebc0;
}

.mb-sw {
  flex: none;
  padding-left: 7px;
  display: flex;
}

.mb-dot {
  border-radius: 50%;
  width: 19px;
  height: 19px;
  margin-left: -7px;
  display: block;
  box-shadow: inset 0 0 0 1px #0006;
}

.mb-dot.inline-i-0 {
  background-color: #ecebe4;
}

.mb-dot.inline-i-1 {
  background-color: #9e4a38;
}

.mb-dot.inline-i-2 {
  background-color: #16f4d0;
}

.mb-dot.inline-i-3 {
  background-color: #262730;
}

.mb-dot.inline-i-4 {
  background-color: #f06a72;
}

.mb-dot.inline-i-5 {
  background-color: #d7c0d0;
}

.mb-dot.inline-i-6 {
  background-color: #0d0f0b;
}

.mb-dot.inline-i-7 {
  background-color: #c4f04e;
}

.mb-dot.inline-i-8 {
  background-color: #cbbef2;
}

.mb-dot.inline-i-9 {
  background-color: #efe9f4;
}

.mb-dot.inline-i-10 {
  background-color: #3e48d6;
}

.mb-dot.inline-i-11 {
  background-color: #171d1c;
}

.mb-dot.inline-i-12 {
  background-color: #10352e;
}

.mb-dot.inline-i-13 {
  background-color: #f7bfb4;
}

.mb-dot.inline-i-14 {
  background-color: #7daf9c;
}

.mb-nm {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: inherit;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.mb-kd {
  opacity: .6;
  color: inherit;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-left: auto;
  font-size: 11px;
  display: none;
}

.mb-a11y {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 12px;
  display: flex;
}

.mb-rcell {
  background-color: #27251e;
  border: 1px solid #43433e;
  border-radius: 14px;
  width: 150px;
  min-width: 0;
  padding: 13px 18px;
}

.mb-rk {
  color: #c2c0bb;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 6px;
  font-size: 11px;
}

.mb-rv {
  color: #fff;
  margin: 0;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.mb-badge {
  color: #f4efe0;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #f4efe0;
  border-radius: 5px;
  margin-left: .4em;
  padding: .2em .5em;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.card-p {
  color: #c3c1b8;
  letter-spacing: .05em;
  width: 100%;
  min-width: 240px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.mb-phone-col {
  flex-flow: row;
  grid-area: 1 / 2 / 3 / 3;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.accessibility.mobile {
  display: none;
}

.ab-section {
  background-color: #1f1f1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 96px 48px 72px;
  display: flex;
}

.ab-inner {
  width: 100%;
  max-width: 1624px;
}

.ab-head {
  margin-bottom: 56px;
}

.ab-eyebrow {
  color: #f7ecbc;
  margin: 0;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.ab-title {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(64px, 13vw, 200px);
  font-weight: 400;
  line-height: .9;
}

.ab-t-serif {
  font-family: Tenebras, serif;
  font-weight: 400;
}

.ab-media {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ab-line {
  background-color: #ffffff38;
  width: 100%;
  height: 1px;
}

.ab-row {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.ab-photo-2 {
  background-color: #5b6b74;
  background-image: url('../images/SusanneKomorek-web-round.jpg');
  background-position: 50%;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 180px;
  height: 180px;
}

.ab-vline {
  background-color: #ffffff38;
  align-self: stretch;
  width: 1px;
}

.ab-bio {
  color: #fff;
  column-count: 2;
  flex: 1 1 0;
  column-gap: 56px;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 22px;
  line-height: 1.4;
}

.ab-p {
  break-inside: avoid;
  margin-top: 0;
  margin-bottom: 16px;
}

.ab-stats-wrap {
  width: 100%;
  max-width: 1330px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

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

.ab-stat {
  grid-row-gap: 0px;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ab-num {
  color: #f6ebc0;
  letter-spacing: .04em;
  margin: 0;
  font-family: Tenebras, serif;
  font-size: 60px;
  line-height: .9;
}

.ab-num.inline-p-0 {
  font-size: 86px;
}

.ab-num.inline-p-1, .ab-num.inline-p-2 {
  letter-spacing: .04em;
  font-size: 86px;
}

.ab-label {
  color: #fff;
  letter-spacing: .15em;
  margin: 0;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.ab-label.tiny {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  font-family: Overusedgrotesk Book, sans-serif;
  font-weight: 300;
  display: flex;
}

.ab-vdiv {
  background-color: #ffffff38;
  flex: none;
  width: 1px;
  height: 141px;
}

.ab-pag {
  color: #fff;
  align-self: flex-start;
  margin-top: 56px;
  margin-bottom: 0;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 22px;
}

.ab-pag-b {
  font-family: Overusedgrotesk, sans-serif;
  font-weight: 700;
}

.about-inner {
  flex-flow: column;
  display: flex;
}

.logo-marquee {
  background-color: #0000;
  border-top: 1px solid #ffffff26;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  overflow: hidden;
}

.logo-track {
  flex-wrap: nowrap;
  flex: none;
  align-items: center;
  width: max-content;
  display: flex;
}

.logo-set {
  grid-column-gap: 80px;
  flex-shrink: 0;
  align-items: center;
  column-gap: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logo-item {
  object-fit: contain;
  flex-shrink: 0;
  width: auto;
  height: 32px;
}

.logo-item.wider {
  height: 46px;
}

.logo-item.smaller {
  height: 28px;
}

.logo-item.widest {
  height: 56px;
}

.logo-cargonexx {
  aspect-ratio: 173 / 28;
  object-fit: contain;
  width: auto;
}

.work-card-following {
  z-index: 6;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: auto;
  max-width: none;
  min-height: calc(100vh - 4em);
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding: @raw< | | > ;
  background-color: #15151b;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) 556px;
  place-content: center;
  place-items: center stretch;
  margin: 2em 2em 0;
  display: flex;
  position: sticky;
  top: 2em;
  overflow: hidden;
  box-shadow: 0 -1px 20px #00000073;
}

.eyebrow {
  color: #f6ebc0;
  letter-spacing: .18em;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 13px;
}

.rc-title {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.08;
}

.rc-serif {
  color: #fff;
  letter-spacing: .04em;
}

.rc-lead {
  color: #c3c1b8;
  margin: 0 0 24px;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 16.5px;
  line-height: 1.5;
}

.rc-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.rc-li {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #d8d6cc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 248px;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 13.5px;
  line-height: 1.4;
  display: grid;
}

.rc-mk {
  background-color: #f6ebc0;
  border-radius: 2px;
  width: 7px;
  height: 7px;
  margin-top: 6px;
}

.rc-b {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Overusedgrotesk, sans-serif;
  font-weight: 400;
}

.rc-widget {
  flex: 0 556px;
  align-self: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  padding-top: 20px;
  display: block;
}

.rc-title-1 {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: .9;
}

.rc-serif-1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Tenebras, serif;
}

.list-p {
  font-size: 14px;
}

.text-span-3 {
  font-size: 16px;
}

.rc-runway {
  pointer-events: none;
  width: 100%;
  height: 70vh;
  display: block;
}

.rc-glass {
  z-index: 1;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  pointer-events: none;
  background-color: #ecebe40d;
  height: 100vh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
}

.card-l {
  width: 620px;
}

.card-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-row: 1 / -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-self: stretch center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 520px;
  display: flex;
}

.spacer-200 {
  height: 200px;
}

.ab-photo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
}

.about-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .button {
    font-size: 1.6rem;
  }

  .button.is-yellow {
    overflow: hidden;
  }

  .button.is-yellow:hover {
    background-color: #f7ecbc1a;
  }

  .button.is-small {
    font-size: 1rem;
  }

  .logo-container {
    display: inline-block;
  }

  .heading-1a {
    white-space: nowrap;
    font-size: 9em;
  }

  .special-letter.special-text {
    white-space: nowrap;
    word-break: keep-all;
  }

  .work-content-wrap.p-padding-right, .pagnation-hero {
    font-size: 1rem;
  }

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

  .box_wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    width: 30vw;
  }

  .number-small {
    font-size: .9rem;
  }

  .paragraph {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .paragraph.credit {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Overusedgrotesk Book Italic, sans-serif;
  }

  .text-block {
    font-size: 1rem;
  }

  .button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .portfolio-info {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 30px;
  }

  .image-small {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .image-small.greta {
    width: auto;
    max-width: 100%;
  }

  .project-grid {
    grid-template-rows: 65% auto;
    overflow: hidden;
  }

  .big-picture {
    background-size: cover;
  }

  .category-text {
    font-size: .9rem;
  }

  .pagnation {
    font-size: 1rem;
  }

  .service-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .box-align {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

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

  .menu-card {
    display: none;
  }

  .social-media-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
  }

  .som-menu {
    width: 2rem;
    height: 2rem;
  }

  .main {
    overflow: visible;
  }

  .menu-small-link {
    font-size: 1rem;
  }

  .project-video {
    height: 100vh;
  }

  .h2-container {
    height: 7.2em;
  }

  .heading-2a, .heading-3a, .heading-4a, .heading-5a {
    white-space: nowrap;
    font-size: 9em;
  }

  .hero-wrapper {
    margin-bottom: -100vh;
  }

  .about-content-wrap-center {
    overflow: hidden;
  }

  .about-section {
    max-width: 100vw;
    overflow: visible;
  }

  .paragraph-about {
    font-size: 1.1rem;
  }

  .button-2 {
    font-size: 1.6rem;
  }

  .som {
    width: 2rem;
    height: 2rem;
  }

  .social-media-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
  }

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

  .paragraph-imprint {
    font-size: 1.1rem;
  }

  .project-intro-wrap {
    flex-flow: row;
  }

  .paragraph-projectinfo {
    font-size: 1.1rem;
  }

  .project-hero {
    height: 100vh;
  }

  ._2-pics, ._2-pics-wrapper, .mobile-grid, .single-page {
    flex-flow: row;
  }

  .more-pic {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .portfolio-info-more {
    padding: 30px;
  }

  .number-small-more {
    font-size: .9rem;
  }

  .spacer-project, .project-picture {
    height: 100vh;
  }

  ._1-pic, .pic {
    flex-flow: row;
  }

  .small-pic {
    min-width: 100%;
  }

  .project-picture-ilyvm {
    height: 100vh;
  }

  .hero-home-wrapper {
    margin-bottom: -100vh;
  }

  .som-2 {
    width: 2rem;
    height: 2rem;
  }

  .rc-title-1 {
    font-size: 90px;
  }

  .rc-glass {
    background-image: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  a {
    font-size: 20px;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .button {
    font-size: 20px;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .icon-embed-xsmall {
    width: .8rem;
    height: .8rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .heading-1a {
    font-size: 14em;
  }

  .work-content-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: 14px;
  }

  .pagnation-hero {
    padding-left: 20px;
    font-size: 14px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: .8;
  }

  .headline {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .heading-1 {
    font-size: 22em;
  }

  .number {
    font-size: 1.8rem;
  }

  .box_wrap {
    flex-flow: row;
    grid-template-rows: auto;
    justify-content: space-between;
  }

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

  .top-wrap {
    flex-flow: row;
  }

  .paragraph {
    padding-left: 0;
    font-size: 16px;
  }

  .button-wrap {
    margin-top: 15.8em;
    padding-left: 0;
  }

  .portfolio-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-small {
    object-fit: cover;
  }

  .white-line {
    margin-top: 20px;
  }

  .white-line.no-margin {
    margin-top: 10px;
  }

  .project {
    min-height: 100vh;
  }

  .project-grid {
    height: 95vw;
    max-height: 95vh;
  }

  .categories {
    display: none;
  }

  .contact-buttons {
    flex-flow: column;
    display: inline-block;
  }

  .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    font-size: 22em;
  }

  .pagnation {
    font-size: 14px;
  }

  .project {
    z-index: 4;
  }

  .service-section {
    color: var(--base-color-brand--black);
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .som-menu {
    width: 25px;
    height: 25px;
  }

  .project-video {
    height: 100vw;
  }

  .type-container {
    height: 17em;
  }

  .h2-container {
    height: 11em;
  }

  .heading-2a, .heading-3a, .heading-4a, .heading-5a {
    font-size: 14em;
  }

  .hero-wrapper {
    margin-bottom: -100vw;
  }

  .number-container {
    height: 6em;
  }

  .about-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .heading-8 {
    font-size: 22em;
  }

  .heading-8.heading-work {
    font-size: 17em;
  }

  .susi-mobile {
    width: 140px;
    margin-right: 0;
  }

  .headline-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .about-content-wrap-center {
    width: 100%;
  }

  .content-wrap-about {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .about-section {
    width: 100vw;
    height: 100vh;
  }

  .meet-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-2 {
    font-size: 20px;
  }

  .headline-wrap-about {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .footer {
    padding: 60px 20px 30px;
  }

  .som {
    width: 25px;
    height: 25px;
  }

  .container {
    max-width: 728px;
  }

  .code-embed.link-button {
    margin-top: 10px;
    font-size: 20px;
  }

  .work-headline-container {
    height: 17.5em;
  }

  .about-headline-container {
    height: 14em;
  }

  .spacer-100px {
    display: none;
  }

  .imprint {
    width: 100vw;
  }

  .imprint-text-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .paragraph-imprint {
    width: 100%;
  }

  .project-intro {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .project-intro-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .project-description {
    width: 100%;
    margin-right: 0;
  }

  .project-hero {
    height: 100vw;
  }

  .project-pictures {
    color: var(--base-color-brand--black);
  }

  .mobile-grid.ilyvm {
    grid-template-columns: 1fr 1fr;
  }

  .mobile {
    border-radius: 10px;
  }

  .portfolio-info-more {
    color: var(--text-color--text-primary);
    padding: 10px;
  }

  .bottom-wrap-more {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .top-wrap-more {
    flex-flow: column;
  }

  .number-small-more {
    font-size: 14px;
    display: none;
  }

  .spacer-project, .project-picture, .project-picture-ilyvm {
    height: 100vw;
  }

  .hero-home-wrapper {
    margin-bottom: -100vh;
  }

  .more-link {
    aspect-ratio: 1;
  }

  .som-2 {
    width: 25px;
    height: 25px;
  }

  .work-card {
    grid-column-gap: 32px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    min-height: auto;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .card-text {
    grid-row: auto;
    justify-content: center;
    align-items: center;
  }

  .card-text.smaller {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 380px;
  }

  .card-title {
    width: 100%;
  }

  .multibrand-buttons {
    grid-row: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mb-controls {
    flex-flow: row;
    flex: none;
  }

  .mb-bgrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: grid;
  }

  .mb-kd {
    display: none;
  }

  .mb-a11y {
    flex-flow: row;
  }

  .card-p {
    min-width: 400px;
  }

  .mb-phone-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-area: auto / 1 / auto / 2;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accessibility {
    display: block;
  }

  .accessibility.mobile {
    display: none;
  }

  .ab-section {
    padding: 64px 32px 48px;
  }

  .ab-head {
    margin-bottom: 36px;
  }

  .ab-row {
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ab-vline {
    display: none;
  }

  .ab-bio {
    column-count: 1;
    flex: none;
    width: 100%;
    font-size: 18px;
  }

  .work-card-following {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    position: relative;
  }

  .rc-list {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .rc-runway {
    height: 5vh;
    display: block;
  }

  .rc-glass {
    display: block;
  }

  .spacer-200 {
    display: none;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .pagnation-hero {
    position: relative;
  }

  .heading-4 {
    margin-top: -30px;
    font-size: 32px;
  }

  .heading-4.work {
    margin-top: 0;
    font-size: 3.2em;
  }

  .box_wrap {
    flex-flow: row;
  }

  .skill-box {
    padding: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

  .work-section {
    min-height: 150vw;
  }

  .portfolio-info {
    border-bottom-right-radius: 20px;
  }

  .image-small {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .project {
    height: auto;
    min-height: 100vw;
  }

  .project-grid {
    grid-template-rows: minmax(266px, max-content) minmax(min-content, max-content);
    grid-template-columns: 1.75fr;
    height: auto;
    max-height: none;
  }

  .big-picture {
    display: none;
  }

  .small-picture {
    border-top-right-radius: 20px;
  }

  .left-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-wrap {
    margin-top: 20px;
  }

  .pagnation {
    margin-top: 10px;
  }

  .project {
    min-height: 100vh;
  }

  .service-section {
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    min-height: 100vh;
    padding: 10px 10px 20px;
  }

  .service-content-wrap {
    margin-top: 20px;
  }

  .menu-card {
    height: auto;
    min-height: 85vh;
    margin-left: 1.5em;
  }

  .menu-link-comment {
    display: none;
  }

  .spacer-vertical-menu {
    width: 0;
    min-width: 0;
  }

  .menu-toggle {
    width: 60px;
    height: 60px;
  }

  .nav-m, .nav-x {
    font-size: 36px;
  }

  .project-video {
    overflow: hidden;
  }

  .type-container {
    height: 18em;
    display: flex;
  }

  .number-container {
    height: 7em;
  }

  .about-content-wrap-center {
    background-color: #1f1f1f;
    height: auto;
    min-height: 95vw;
    padding: 10px 10px 20px;
  }

  .about-section {
    height: auto;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-left-footer {
    width: auto;
  }

  .heading-9 {
    margin-top: -30px;
    font-size: 32px;
  }

  .footer-block {
    align-items: center;
  }

  .small-link:hover {
    color: #1a1b1fbf;
  }

  .menu-underlay {
    width: 60px;
    height: 60px;
  }

  .about-headline-container {
    height: 15em;
  }

  .footer-heading-wrap {
    justify-content: flex-start;
    align-items: flex-end;
    height: 6em;
    display: flex;
  }

  .imprint {
    height: auto;
  }

  .project-intro {
    justify-content: center;
    align-items: stretch;
    height: auto;
    padding: 10px 10px 20px;
  }

  .project-intro-wrap {
    margin-top: 20px;
  }

  .project-pictures {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    padding: 10px 10px 20px;
  }

  .mobile-grid.ilyvm {
    grid-template-columns: 1fr 1fr;
  }

  .more-projects {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .more-projects-pictures {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-info-more {
    border-bottom-right-radius: 20px;
  }

  .project-picture, .hero-video {
    overflow: hidden;
  }

  .background-hero-video {
    width: 200%;
    position: relative;
    transform: translate(-151px);
  }

  .project-picture-ilyvm {
    overflow: hidden;
  }

  ._404 {
    font-size: 10rem;
  }

  .work-card {
    grid-row-gap: 28px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .multibrand-buttons {
    flex-direction: column;
    row-gap: 26px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mb-controls {
    flex-direction: column;
    row-gap: 26px;
    width: 100%;
    display: flex;
  }

  .mb-brands {
    order: 0;
    width: 100%;
  }

  .mb-bgrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: grid;
  }

  .mb-kd {
    display: none;
  }

  .mb-a11y {
    flex-direction: row;
    width: 100%;
  }

  .mb-rcell {
    flex: 1 1 0;
  }

  .mb-phone-col {
    order: 0;
    justify-content: center;
  }

  .ab-stats {
    grid-row-gap: 28px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .ab-stat {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .ab-vdiv {
    width: 280px;
    height: 1px;
    display: block;
  }

  .work-card-following {
    padding-top: 40px;
  }
}

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

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

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .icon-embed-medium {
    width: 2rem;
    height: 2rem;
  }

  .work-content-wrap {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .work-content-wrap.p-padding-right {
    margin-right: 20px;
    padding-left: 0;
  }

  .pagnation-hero {
    padding-left: 10px;
    font-size: 12px;
  }

  .headline {
    margin-bottom: 20px;
  }

  .heading-4.work {
    margin-top: 10px;
    font-size: 2.8em;
  }

  .heading-1 {
    font-size: 26em;
  }

  .box_wrap {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 8em;
  }

  .work-section {
    min-height: 100vh;
  }

  .white-line.menu-line {
    margin-top: -5px;
  }

  .project {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  .project-grid {
    grid-template-rows: auto minmax(min-content, max-content);
    grid-auto-flow: row;
    height: 92vh;
    min-height: 80vh;
    max-height: 92vh;
    margin-bottom: 0;
  }

  .left-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-7 {
    font-size: 26em;
  }

  .pagnation {
    padding-left: 1em;
    font-size: 12px;
  }

  .project {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 20px;
  }

  .service-section {
    min-height: 95vh;
  }

  .service-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
  }

  .menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .menu-card {
    border-radius: 0;
    justify-content: flex-start;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
  }

  .link-wrapper {
    margin-top: 50px;
  }

  .number-menu {
    font-size: 1.1rem;
    display: flex;
  }

  .link-menu, .link-menu.w--current {
    font-size: 3rem;
  }

  .link-line {
    margin-top: -20px;
  }

  .contact-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .menu-toggle {
    margin-top: 10px;
    margin-right: 10px;
  }

  .type-container {
    height: 21em;
  }

  .number-container {
    height: 12em;
  }

  .heading-8 {
    font-size: 26em;
  }

  .heading-8.heading-work {
    font-size: 19em;
  }

  .about-content-wrap-center {
    min-height: 95vh;
  }

  .content-wrap-about {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .headline-wrap-about {
    overflow: hidden;
  }

  .footer {
    padding: 10px 10px 20px;
  }

  .container-right-footer {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
    max-width: none;
  }

  .footer-block {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .menu-underlay {
    margin-top: 10px;
    margin-right: 10px;
  }

  .work-headline-container {
    height: 21em;
  }

  .subline-container {
    margin-top: -12px;
  }

  .footer-heading-wrap {
    height: 10em;
  }

  .imprint-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-imprint {
    width: 100%;
  }

  .project-intro {
    flex-flow: row;
  }

  .project-intro-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .project-pictures {
    justify-content: flex-start;
  }

  ._2-pics {
    border-radius: 20px;
    width: 100%;
    height: 80vw;
  }

  ._2-pics.right {
    border-radius: 20px;
  }

  ._2-pics-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .mobile-grid {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 8em;
    padding-right: 8em;
  }

  .mobile-grid.ilyvm {
    grid-template-columns: 1fr 1fr;
  }

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

  .mobile {
    border-radius: 20px;
  }

  .single-page {
    padding: 8em;
  }

  .more-projects {
    padding-top: 14em;
    padding-bottom: 14em;
  }

  .more-projects-pictures {
    grid-template-columns: 1fr;
  }

  ._1-pic {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .pic {
    border-radius: 20px;
    width: 100%;
    height: 80vw;
  }

  .background-hero-video {
    transform: translate(-83px);
  }

  ._404 {
    font-size: 8rem;
  }

  .outline-btn {
    align-self: center;
    height: 45px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .work-card {
    grid-column-gap: 12px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-text.smaller {
    min-width: 300px;
  }

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

  .multibrand-buttons {
    padding-left: 18px;
    padding-right: 18px;
  }

  .card-p {
    min-width: 300px;
  }

  .mb-phone-col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 32px;
  }

  .accessibility {
    display: none;
  }

  .accessibility.mobile {
    display: block;
  }

  .ab-row {
    justify-content: flex-start;
    align-items: center;
  }

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

  .rc-list {
    flex-flow: wrap;
    display: flex;
  }
}

#w-node-c0b9dcae-db57-a0ce-5f1a-f520da398cb4-1dcd1ae5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dcebf7ec-be0c-1917-8b8d-b1602ef2e06f-1dcd1ae5 {
  align-self: center;
}

#w-node-cd716a71-486b-7d51-b3b4-b63bb76cbe2c-b76cbe13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dcebf7ec-be0c-1917-8b8d-b1602ef2e06f-1dcd1ae5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dcebf7ec-be0c-1917-8b8d-b1602ef2e06f-1dcd1ae5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Overusedgrotesk Book';
  src: url('../fonts/OverusedGrotesk-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk Book Italic';
  src: url('../fonts/OverusedGrotesk-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tenebras';
  src: url('../fonts/tenebras.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}