:root {
  --dark-purple: #27232d;
  --light-green: #c5dfd6;
  --g_black: #222831;
  --cyan: #0caeb5;
  --white: white;
  --off-white: #e3edec;
  --dark-slate-grey: #393e46;
  --dark-green: #2e4a45;
  --bright-green: #71ebc6;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--dark-purple);
  color: var(--light-green);
  letter-spacing: 0;
  font-family: Roobert, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  transition: color .6s, background-color .6s;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.56em;
  font-weight: 500;
  line-height: 1.07619;
}

h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 84.75em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 1.88em;
}

.container.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is-home-hero {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 7.08em;
  display: flex;
}

.container.is-home-brands.vorstellung {
  display: none;
}

.container.is-home-quote {
  padding-bottom: 10em;
}

.container.is-work-hero-copy {
  padding-top: 0;
}

.container.is-work-hero-copy.invis {
  display: none;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global_symbol {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  z-index: 10000;
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.text-size-h2 {
  letter-spacing: -.04em;
  font-size: 5.5em;
  line-height: 1.05682;
}

.text-size-h2.is-home-brands {
  width: 100%;
  max-width: 10em;
}

.text-size-h5 {
  font-size: 2.69em;
  font-weight: 400;
  line-height: 1.30233;
}

.text-size-h6 {
  letter-spacing: -.02em;
  align-self: flex-start;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3125;
}

.nav_component {
  z-index: 1000;
  width: 100%;
  background-color: var(--g_black);
  transition: background-color .6s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_logo-embed {
  width: 7.4em;
  height: 1.5em;
}

.nav_link {
  justify-content: center;
  align-items: center;
  padding-left: 1.41em;
  padding-right: 1.41em;
  display: flex;
}

.nav_button {
  color: var(--dark-purple);
  background-color: #0caeb5;
  padding: 1.38em 2.69em;
  transition: color .6s, background-color .6s;
}

.nav_button:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .09), rgba(255, 255, 255, .09));
}

.nav_button.w--current {
  background-color: var(--cyan);
  color: var(--light-green);
  transition: color .6s, background-color .6s;
}

.nav_button.w--current:hover {
  background-image: linear-gradient(rgba(57, 62, 70, .59), rgba(57, 62, 70, .59));
}

.nav_link-text {
  font-size: 1.06em;
  font-weight: 600;
  line-height: 1;
}

.nav_link-text.extra {
  color: var(--off-white);
}

.nav_menu-content {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.home-hero_heading {
  width: 100%;
  max-width: 7.7em;
  font-size: 5.6em;
}

.home-about_layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-about_photo-height {
  background-image: url('../images/guz_zsm-min.png');
  background-position: 45%;
  background-size: cover;
  padding-top: 138.17%;
  position: relative;
}

.home-about_content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.home-about_content {
  width: 39.69em;
  max-width: 100%;
  grid-column-gap: 20em;
  grid-row-gap: 20em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c_subtitle_wrap {
  grid-column-gap: 1.69em;
  grid-row-gap: 1.69em;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3.44em;
  display: flex;
}

.c_subtitle_line {
  width: 5.19em;
  height: 1px;
  min-width: 2em;
  background-color: var(--light-green);
  flex: 0 auto;
}

.c_subtitle_text {
  width: 100%;
  font-size: 1.19em;
  font-weight: 600;
  line-height: 1;
}

.c_button_wrapper {
  padding-top: 2.25em;
}

.c_button_link {
  background-color: var(--cyan);
  color: var(--dark-purple);
  padding: 1.25em 2.69em;
  transition: color .6s, background-color .6s;
}

.c_button_link:hover {
  background-color: var(--white);
}

.c_button_text {
  font-size: 1.06em;
  font-weight: 600;
  line-height: 1;
}

.home-brands_section.ext {
  display: block;
}

.home-brands_sub-wrap {
  padding-top: 1.69em;
}

.home-quote_layout {
  width: 49.75em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-quote_icon {
  width: 3.63em;
  height: 3.63em;
  opacity: .1;
  margin-bottom: 1.44em;
}

.home-quote_person {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  border-top-style: solid;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.69em;
  padding-top: 2.81em;
  display: flex;
}

.home-quote_name {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-quote_text {
  font-size: 1.19em;
  line-height: 1.3;
}

.home-quote_text.is-bold {
  font-weight: 600;
}

.mode-2 {
  color: var(--light-green);
}

.mode-2.is--work {
  overflow: visible;
}

.mode-2.is--work.projects {
  overflow: hidden;
}

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

.fs_starrating-2_icon {
  width: 2.5rem;
  opacity: .8;
  filter: grayscale();
  color: #f5f5f5;
  position: relative;
}

.fs_starrating-2_icon.is-active-starrating {
  opacity: 1;
  filter: grayscale(0%);
  color: #ffc800;
}

.fs_starrating-2_label {
  display: none;
}

.banner_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.fs_starrating-2_wrapper {
  display: flex;
}

.fs_range-slider-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.fs_checkbox-3_mask {
  z-index: 1;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_range-slider-2_handle-text {
  text-align: center;
  font-size: 1.25rem;
  position: relative;
}

.fs_range-slider-2_handle-text:hover {
  color: var(--cyan);
}

.form_toggle-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs_range-slider-2_input {
  display: none;
}

.fs_checkbox-3_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_form {
  min-height: 100vh;
  background-color: var(--cyan);
  padding: 8vh 8vh 0;
}

.fs_checkbox-5_button {
  width: 85%;
  height: 85%;
  border-radius: 999rem;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.fs_checkbox-5_button:focus-visible {
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_checkbox-5_mask {
  z-index: 1;
  background-color: #727272;
  border-radius: 999rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_block {
  margin-bottom: 0;
}

.fs_range-slider-2_wrapper {
  width: 100%;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .5rem;
  display: block;
  position: relative;
}

.fs_checkbox-5_dot {
  z-index: 2;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  display: block;
  position: relative;
}

.fs_range-slider-2_track {
  height: .25rem;
  background-color: #f5f5f5;
  border-radius: 999rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs_checkbox-3_field {
  color: #727272;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
}

.fs_checkbox-3_field:hover {
  color: #272b4a;
  border-color: #272b4a;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form_label {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.form_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.fs_checkbox-3_block-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs_inputcounter-1_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h1 {
  color: #272b4a;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

.fs_range-slider-2_handle-right {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  border: 3px solid var(--cyan);
  cursor: grab;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.fs_range-slider-2_handle-right:hover {
  background-color: var(--g_black);
}

.fs_range-slider-2_handle-right:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_range-slider-2_handle-right[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.form_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.clone_button {
  width: 8rem;
  height: 8rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  background-color: #626dbb;
  border-radius: 999rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: -3rem;
  margin-right: -1rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.clone_button:hover {
  background-color: #6069b3;
}

.form_input {
  min-height: 4rem;
  color: var(--cyan);
  background-color: #fff;
  border: 1px solid #272b4a;
  border-radius: .25rem;
  margin-bottom: 0;
  padding: .55rem 1.5rem .5rem;
  font-size: 1.125rem;
}

.form_input:focus {
  border-color: var(--cyan);
  color: var(--cyan);
}

.form_input:focus-visible {
  outline-offset: 0px;
  color: var(--cyan);
  outline: 1px solid #7782d4;
}

.form_input[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--cyan);
  outline: 1px solid #7782d4;
}

.form_input::-ms-input-placeholder {
  color: var(--g_black);
}

.form_input::placeholder {
  color: var(--g_black);
}

.form_input.is-counter {
  max-width: 5rem;
  padding-top: .75rem;
}

.banner_link_component {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #3f4ebd;
  border-bottom: 1px solid #626dbb;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.banner_component {
  z-index: 999;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .7);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  position: absolute;
  top: auto;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
}

.form_message-success {
  background-color: var(--cyan);
  color: #fff;
  padding: 2rem;
}

.fs_starrating-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.fs_starrating-2_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.fs_starrating-2_item {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.fs_starrating-2_item:hover {
  transform: translate(0, -2px);
}

.fs_checkbox-3_icon {
  z-index: 2;
  color: #272b4a;
  margin-bottom: .5rem;
  position: relative;
}

.form_content {
  min-height: 84vh;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border-top-right-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 7rem 5rem 6rem;
  display: grid;
  position: relative;
}

.fs_range-slider-2_fill {
  width: 20%;
  height: 100%;
  background-image: linear-gradient(to right, #272b4a, var(--cyan));
  border-radius: 999rem;
  position: absolute;
}

.form_circle-layer {
  z-index: 99;
  width: 20rem;
  height: 20rem;
  background-color: #fac594;
  border-radius: 999rem;
  margin-top: -10rem;
  margin-left: -10rem;
  position: absolute;
  top: -10vh;
  bottom: auto;
  left: 0%;
  right: auto;
}

.fs_checkbox-3_group {
  min-height: 3rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: radial-gradient(circle, #f6f6f6, #fff 55%);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: start;
  align-items: stretch;
  padding: 1rem;
  display: grid;
}

.fs_checkbox-5_wrapper {
  width: 2.5rem;
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.fs_checkbox-3_button {
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 0;
  margin: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_checkbox-3_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.fs_checkbox-3_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.fs_starrating-2_radio-button {
  width: 100%;
  height: 100%;
  border-style: none;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_starrating-2_radio-button.w--redirected-focus {
  box-shadow: none;
}

.fs_starrating-2_radio-button.w--redirected-focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_inputcounter-1_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.fs_inputcounter-1_button {
  width: 3rem;
  height: 3rem;
  background-color: var(--g_black);
  color: #fff;
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.fs_inputcounter-1_button:hover {
  background-color: var(--cyan);
}

.fs_inputcounter-1_button:focus-visible {
  background-color: var(--cyan);
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.fs_inputcounter-1_button[data-wf-focus-visible] {
  background-color: var(--cyan);
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.fs_range-slider-2_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.fs_range-slider-2_left {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  cursor: grab;
  background-color: #fff;
  border: 3px solid #272b4a;
  border-radius: 999rem;
  flex: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.fs_range-slider-2_left:hover {
  background-color: #77d4c3;
}

.fs_range-slider-2_left:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_range-slider-2_left[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

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

.form_field-block {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_checkbox-3_block {
  z-index: 3;
  background-color: var(--cyan);
  color: #fff;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: .75rem;
  margin-right: .75rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form_image-block {
  min-height: 84vh;
  background-color: #deff7c;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 8vh;
}

.form_submit {
  min-height: 4rem;
  background-color: var(--cyan);
  color: #fff;
  border-radius: 999rem;
  margin-top: 3rem;
  padding: 1.25rem 4rem 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.form_submit:hover {
  background-color: var(--g_black);
}

.form_submit:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.form_submit[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.banner_text {
  color: #272b4a;
  font-size: 1.25rem;
}

.fs_checkbox-5_label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #e7e7e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.fs_checkbox-3_label {
  z-index: 2;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.c-project_wrap {
  justify-content: center;
  align-items: center;
  padding-bottom: 2.1em;
  padding-left: 16.6vw;
  padding-right: 16.6vw;
  overflow: hidden;
}

.c-hero_trigger-circle {
  width: 3.1em;
  height: 3.1em;
  max-height: 3.1em;
  max-width: none;
  color: var(--g_black);
  font-size: 1.08em;
  line-height: 1.7;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transform: scale(1);
}

.c-prev {
  z-index: 50;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-hero_circle {
  width: 66vw;
  height: 66vw;
  max-width: none;
  border: .2em solid var(--cyan);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 102000vw;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.c-hero_trigger {
  z-index: 40;
  width: 7em;
  cursor: grabbing;
  background-color: #fff;
  border-radius: 100vw;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .4em;
  display: flex;
}

.c-next {
  z-index: 50;
  width: 25%;
  height: 100%;
  font-size: 1.08em;
  line-height: 1.7;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-hero_trigger-contain {
  z-index: 40;
  margin-top: 1.8em;
  margin-right: 2em;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 6.4em;
  display: block;
}

.c-section.is--projects {
  z-index: 10;
  min-height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5.6em 0 4em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-section.is--hero {
  z-index: 3;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 5.6em 0 4em;
  display: flex;
  position: relative;
}

.c-project_item {
  width: 62.3vw;
  min-width: 62.3vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: block;
}

.c-project_item.invi {
  display: none;
}

.c-hero_circle-contain {
  z-index: -1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-project_list {
  width: 100%;
  height: 38.5vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.is--top {
  color: #bdbdbd;
  font-size: 3.6em;
  line-height: 1.15;
}

.is--tag {
  text-transform: uppercase;
  margin-right: 1.4em;
}

.c-form_button {
  width: 8em;
  height: 8em;
  background-color: #ff3e3e;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  font-weight: 500;
  display: flex;
}

.c-form_button.is--dark {
  background-color: var(--g_black);
  color: var(--white);
  text-align: center;
  line-height: 1.2;
}

.c-contact_top-line {
  width: 100%;
  height: .17em;
  background-color: #bdbdbd;
  margin-left: 1.2em;
}

.c-projects_star2 {
  width: 4em;
  margin-top: 9.9em;
  margin-left: 28em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-form_button-contact {
  z-index: 20;
  margin-bottom: -9.1em;
  margin-left: -5.7em;
  padding: 2.2em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-form_button-contact.is--project {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  display: flex;
  position: relative;
}

.c-projects_bg {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-projects_video-contain {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 9.5em;
  padding-right: 9.5em;
  display: block;
  position: relative;
}

.c-bullet_star {
  width: 1.6em;
  max-width: none;
  min-width: 1.6em;
  margin-right: 1em;
}

.c-projects_star1 {
  width: 5.5em;
  margin-top: 4.1em;
  margin-left: 38.6em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-projects_last-heading {
  width: 32em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c-projects_circle {
  width: 75em;
  margin-left: 10em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-projects_wrap {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6.4em;
  padding-right: 6.4em;
  display: flex;
  position: relative;
  overflow: visible;
}

.c-projects_hero {
  width: 35.8em;
  min-width: 35.8em;
  display: block;
}

.c-projects_hero.is--last {
  width: 63em;
  min-width: 63em;
  justify-content: space-between;
  align-items: center;
  padding-right: 14em;
  display: flex;
}

.c-bullet {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1em;
  font-size: 1.08vw;
  line-height: 1.7;
  display: flex;
}

.is--description {
  margin-left: 1em;
  font-weight: 300;
}

.c-contact_top {
  width: 100%;
  transform-origin: 0%;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.8em;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.c-projects_bottom {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.8em;
  display: flex;
}

.c-projects_bottom.is--bullets {
  flex-direction: column;
  align-items: flex-start;
}

.c-overflow {
  width: 100%;
  overflow: hidden;
}

.c-sticky_contain {
  height: 400vh;
}

.heading-2 {
  font-size: 3.6em;
  line-height: 1.15;
}

.heading-3 {
  font-size: 2.5em;
  line-height: 1.3;
}

.heading-4 {
  color: var(--dark-slate-grey);
  font-size: 2.5em;
  line-height: 1.3;
}

.c-project_vid {
  z-index: 3;
  width: 100%;
  height: 33em;
  border-radius: .6em;
  transition: box-shadow .6s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

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

.c-styles {
  z-index: 8000;
  background-color: #fff;
  padding: 4em;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.c-projects_video {
  width: 45em;
  height: 33em;
  border-radius: .6em;
  box-shadow: 1px 1px 4em .7em rgba(0, 0, 0, .11);
}

.c-transition {
  z-index: 2900;
  width: 100%;
  height: 100vh;
  background-color: #1b1b1b;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-project_link {
  width: 100%;
  cursor: grab;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  transform: scale(.8);
}

.html {
  background-color: #bdbdbd;
  border-radius: .6em;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.c-project_title {
  z-index: 2;
  opacity: 1;
  color: var(--g_black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2em;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  transform: translate(0);
}

.c-project_contain {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-project_name {
  z-index: auto;
  color: var(--g_black);
  text-transform: uppercase;
  font-family: Roobert, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.7;
}

.c-project_arrow {
  width: 1.7em;
  max-width: none;
  color: var(--g_black);
  margin-left: 1em;
}

.c-project_type {
  text-align: right;
  text-transform: uppercase;
  font-size: 1.08em;
  line-height: 1.7;
}

.c-logo {
  width: 6.2em;
  margin-top: 3em;
  margin-left: 2.8em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-navbar_social {
  width: 100%;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  padding: 1.2em 0 0;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-navbar_link {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.9em;
  padding-right: .1em;
  font-size: 1.25em;
  font-weight: 400;
  transition: all .1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.c-hero_trigger-2, .c-hero_trigger-3 {
  z-index: 40;
  width: 7em;
  cursor: grabbing;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .4em;
  display: flex;
}

.body-4 {
  background-color: rgba(0, 0, 0, 0);
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.c-hero_trigger-4 {
  z-index: 40;
  width: 7em;
  cursor: grabbing;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .4em;
  display: flex;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.footer-dark {
  border-top: 2px solid var(--g_black);
  background-color: var(--off-white);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 15px 1.88em;
  display: flex;
  position: relative;
}

.footer-copyright-center {
  color: var(--g_black);
  margin-left: 1.88em;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sticky_menu_item {
  color: #696969;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s;
}

.sticky_menu_item:hover {
  color: var(--cyan);
}

.sticky_menu_item.w--current {
  cursor: pointer;
}

.sticky_menu_wrapper {
  z-index: 0;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-bottom: 0;
  padding: 0 24px 0 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 182px;
  overflow: scroll;
}

.legal_bases_meaning_wrapper {
  height: auto;
  flex: 1;
  margin-top: 0;
  padding-left: 24px;
  overflow: hidden;
}

.datatable_line_atom {
  width: 20%;
  height: auto;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.datatable_line_atom.data_collect {
  width: 25%;
  justify-content: center;
  align-items: center;
}

.datatable_line_atom.service_provider {
  width: 18%;
  flex-direction: column;
}

.datatable_line_atom.place_processing {
  width: 22%;
}

.datatable_line_atom.data_give {
  width: 25%;
  justify-content: center;
  align-items: center;
}

.datatable_line_atom.key_cookies {
  width: 30%;
}

.datatable_line_atom.purpose {
  width: 50%;
}

.datatable_line_atom.purpose.third_party {
  width: 34%;
}

.datatable_line_atom.data_collected_shared {
  width: 26%;
}

.read_more_line {
  width: 8px;
  object-fit: none;
  object-position: 100% 0%;
  background-color: #effbff;
  border-radius: 16px;
  flex: 0 auto;
  margin-left: 16px;
  display: flex;
  overflow: hidden;
}

.paragraph_centered {
  text-align: center;
}

.data_reason_wrapper {
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.privacy_grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-template: "Lateral-Menu Content"
  / .5fr 1.25fr;
  justify-content: stretch;
}

.read_more_content_wrapper {
  flex: 1;
  padding-left: 24px;
  overflow: hidden;
}

.legal_basis_text {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: 700;
  line-height: 1.6;
}

.datatable_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.small_data_table {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h5_alt {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.intro_wrapper {
  text-align: center;
}

.datatable_mobile {
  display: none;
}

.datatable_text {
  color: #696969;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
}

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

.check {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.check.off {
  width: 14px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.check.on {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(105, 105, 105, .15);
  border-radius: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.datatable {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion_trigger {
  cursor: pointer;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.list_item_privacy {
  color: #696969;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.list_item_privacy.datatable_text {
  font-size: 12px;
  line-height: 1.8;
}

.datatable_line {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.legal_bases_meaning_tilte_wrapper {
  margin-bottom: 22px;
}

.datatable_header {
  width: 100%;
  height: 32px;
  background-color: rgba(105, 105, 105, .1);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.small_datatable_line {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.item_icon_wrapper {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.item_icon_text {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.data_storage, .privacy-bloc.our-role, .privacy-bloc.making_policy_great, .privacy-bloc.privacy_choices_rights, .privacy-bloc.how_and_why, .privacy-bloc.datatype {
  flex-direction: column;
}

.privacy-bloc.collect-data {
  flex-direction: column;
  align-items: flex-start;
}

.privacy-bloc.third_parties, .privacy-bloc.cookies {
  flex-direction: column;
}

.header_section_wrapper {
  align-items: flex-start;
  display: flex;
}

.read_more_data_wrapper {
  flex: 1;
  padding-left: 24px;
  display: block;
}

.small_dt_header {
  width: 100%;
  background-color: rgba(105, 105, 105, .1);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small_datatable_line_atom {
  width: 25%;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.small_datatable_line_atom.action {
  width: 50%;
  justify-content: flex-start;
}

.datatable_category_name {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.arrow {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  transform: rotate(0);
}

.read_more_text {
  color: var(--cyan);
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.list_datatable {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
}

.item_icon_header {
  flex-direction: row-reverse;
  align-items: flex-start;
  display: flex;
}

.small_datatable_header_atom {
  width: 25%;
  justify-content: center;
  padding: 8px;
  display: flex;
}

.small_datatable_header_atom.action {
  width: 50%;
  justify-content: flex-start;
  padding: 16px;
}

.privacy_section {
  width: 100%;
  background-color: rgba(239, 242, 255, 0);
  padding: 100px 1.88em 50px;
}

.privacy_icon {
  width: auto;
  height: auto;
  max-height: 32px;
  max-width: 32px;
  margin-right: 16px;
}

.privacy_icon.top-margin {
  margin-top: 6px;
}

.privacy_icon.top-margin.big {
  margin-top: 10px;
}

.accordion_content {
  height: auto;
  flex-direction: row-reverse;
  align-items: stretch;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.mini_button {
  background-color: var(--cyan);
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1.4;
  transition: background-color .2s, color .2s;
}

.mini_button:hover {
  color: var(--cyan);
  background-color: #eff2ff;
}

.mini_button.privacy_policy {
  background-color: var(--cyan);
  margin-top: 4px;
  margin-left: 0;
  margin-right: 0;
}

.mini_button.privacy_policy:hover {
  background-color: var(--off-white);
  color: var(--cyan);
}

.legal_basis_wrapper {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid rgba(105, 105, 105, .1);
  border-radius: 20px;
  margin-left: 10px;
  padding: 24px 40px;
  overflow: visible;
}

.datatable_header_atom {
  width: 22%;
  height: 100%;
  align-items: center;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.datatable_header_atom.purpose {
  width: 50%;
  height: 100%;
}

.datatable_header_atom.purpose.third_party {
  width: 34%;
}

.datatable_header_atom.key_cookie {
  width: 30%;
  height: 100%;
}

.datatable_header_atom.data_collect {
  width: 25%;
  justify-content: center;
}

.datatable_header_atom.data_collected_shared {
  width: 26%;
}

.datatable_header_atom.service_provider {
  width: 20%;
  height: 100%;
}

.datatable_header_atom.service_provider.third_party {
  width: 18%;
}

.datatable_header_atom.data_give {
  width: 25%;
  justify-content: center;
}

.home-about_photo-height-_2 {
  height: 750px;
  margin-top: -300px;
  margin-left: -50px;
  display: block;
  position: relative;
}

.container_2 {
  width: 100%;
  max-width: 84.75em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 1.88em;
}

.container_2.is-home-brands_2 {
  padding-top: 0;
}

.c_subtitle_wrap-copy {
  grid-column-gap: 1.69em;
  grid-row-gap: 1.69em;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3.44em;
  display: flex;
}

.html-embed-4-copy {
  background-image: url('../images/Logo-Sketch-Mockup-min-1.png');
  background-size: cover;
  border-radius: 8px;
}

.html-embed-4-copy-copy {
  background-image: url('../images/Free_Business_Card_Mockup_3-min-1.jpg');
  background-position: 60%;
  background-size: cover;
  border-radius: 8px;
}

.abstand {
  padding-left: 10em;
  padding-right: 10em;
}

.html-embed-4_instagram {
  background-image: url('../images/Free_MacBook_Pro_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.html-embed-4_instagram2 {
  background-image: url('../images/Free_iPhone_12_Mockup_3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.html-embed-4_hof {
  background-image: url('../images/tablet_laptop_and_smartphone_mockup-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 8px;
}

.html_festzeitschrift {
  background-image: url('../images/Perfect_Binding_Brochure_Mockup_4.png');
  background-position: 50%;
  background-size: 1500px;
  border-radius: 8px;
}

.c-projects_video-contain_or {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 9.5em;
  display: block;
  position: relative;
}

.c-projects_video-contain_orx {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-right: -5em;
  padding-left: 9.5em;
  display: block;
  position: relative;
}

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

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

.heading-xxl {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

.matrix-text_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section_tip {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-wrapper-2 {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.page-wrapper-3 {
  overflow: hidden;
}

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.matrix-animation_component {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-circle {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .6;
  filter: blur(30px);
  background-color: #000;
  border-radius: 100%;
  position: absolute;
}

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

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

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

.button {
  background-color: var(--cyan);
  color: #fff;
  text-align: center;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button:hover {
  opacity: .8;
}

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

.submit-button {
  background-color: var(--cyan);
}

.text-block {
  color: var(--dark-purple);
}

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

.code2 {
  color: #0eec45;
  font-size: .875rem;
  font-weight: 400;
}

.tip-wrapper {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  overflow: auto;
}

.terminal_top-bar {
  width: 100%;
  text-align: center;
  background-color: #b3b3b3;
  background-image: linear-gradient(#e6e5e5, #cdcdcc);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: .375rem;
  padding-bottom: .375rem;
  display: block;
  position: relative;
  box-shadow: inset 0 1px rgba(255, 255, 255, .6), 0 1px #a8a7a7, 0 1px #bdbebe;
}

.terminal_content {
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 1rem;
}

.terminal_text {
  color: rgba(76, 76, 76, .85);
  text-shadow: none;
  align-self: center;
  font-size: .75rem;
  line-height: 1.2;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.terminal_text.is-terminal {
  text-shadow: 0 1px #fbf9fc;
}

.terminal_component {
  width: 70%;
  height: 70%;
  max-height: 37rem;
  max-width: 60rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.5rem;
  display: flex;
  position: static;
  overflow: visible;
}

.terminal_component.draggable {
  box-shadow: 0 -1px 30px 4px rgba(0, 0, 0, .4);
}

.page-wrapper-4 {
  overflow: hidden;
}

.terminal_text-container {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.terminal_button {
  width: .75rem;
  height: .75rem;
  background-color: #ed6a5e;
  border: .5px solid #ce5347;
  border-radius: 100%;
}

.terminal_button:hover {
  border-style: none;
}

.terminal_button.expand {
  background-color: #62c554;
  border-color: #58a942;
}

.terminal_button.minimize {
  background-color: #f6be4f;
  border-color: #d6a243;
}

.terminal_content-wrapper {
  width: 100%;
  height: 100%;
  opacity: .95;
  background-color: #181818;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  flex-flow: column;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.terminal_buttons-wrapper {
  width: auto;
  height: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px #000;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
}

.section-terminal {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-terminal.is-image {
  background-image: url('../images/tyler-lastovich-VuRQP-kOYbc-unsplash-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.heading-type {
  color: rgba(0, 0, 0, .53);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 200;
}

.card-img {
  background-color: var(--cyan);
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.image-3 {
width: 100%;
border-radius: 10px ;
}

.card_cta {
  width: 2.25rem;
  height: 2.25rem;
  background-color: #080808;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: .25rem;
  display: flex;
}

.card_side {
  background-color: var(--light-green);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--g_black);
  border: 1px solid #191819;
  border-radius: 2rem;
  padding: 4rem 1.75rem 1.75rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_side.is-front {
  grid-row-gap: 2.5rem;
  background-color: var(--light-green);
  color: var(--dark-purple);
  flex-direction: column;
  padding-top: 5rem;
  display: block;
}

.card_side.is-back {
  transform-style: preserve-3d;
  padding-top: 9rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_cta-wrapper {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.card_cta-wrapper.is-back {
  bottom: 1.5rem;
  left: 1.5rem;
}

.card_main-text {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 1.5rem;
  display: flex;
}

.card_stamp-wrapper {
  width: 5.5rem;
  opacity: .5;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 1rem;
  transform: rotate(29deg);
}

.card_cta-icon {
  width: 1rem;
  height: 1rem;
  color: var(--dark-purple);
  justify-content: center;
  align-items: center;
}

.card_hole {
  width: 6rem;
  height: .75rem;
  background-color: #080808;
  border-radius: 100rem;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content-type {
  font-size: .875rem;
}

.card_wrapper {
  width: 24rem;
  height: 35rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.card_component {
  perspective: 1000px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.card_traits-icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
}

.heading-6 {
  line-height: 1.2;
}

.card_traits-content {
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

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

.page-padding-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
}

.card_traits {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.card_traits-icon {
  height: 100%;
  color: var(--cyan);
}

.card_traits-item {
  grid-column-gap: 1.125rem;
  align-items: center;
  display: flex;
}

.heading-7 {
  line-height: 1.2;
}

.page-padding-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
}

.html-embed_tg {
  background-image: url('../images/PSD-2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.html-embed_tg2 {
  background-image: url('../images/PSD-4ada.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.html-embed-_ulfekicker {
  background-image: url('../images/ulfekicker1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.html-embed_ulfekicker2 {
  background-image: url('../images/ulfekicker2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.html-embed_richardt {
  background-image: url('../images/r_relaunch_mockup_v1.png');
  background-position: 50%;
  background-size: 1000px;
  background-attachment: scroll;
  border-radius: 8px;
}

.html-embed_richardt2 {
  background-image: url('../images/richardt2.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 8px;
}

.container2 {
  width: 100%;
  max-width: 84.75em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 1.88em;
}

.container2.is-work-hero {
  padding-top: 11.1em;
  padding-bottom: 14.7em;
}

.c_button_wrapper-copy {
  padding-top: 8em;
}

.p_bottom_m {
  margin-bottom: 17px;
}

.privacy_content_wrapper_2 {
  background-color: #fff;
  border: 1px solid rgba(105, 105, 105, .1);
  border-radius: 20px;
  margin-left: 10px;
  padding: 24px 40px;
  overflow: visible;
}

.privacy_grid_2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-template: "Lateral-Menu Content"
  / .5fr 1.25fr;
  justify-content: stretch;
  display: block;
}

.c-projects_video-contain_adhzv {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 9.5em;
  padding-right: 9.5em;
  display: block;
  position: relative;
}

.c-projects_video-contain_or-_ulfekicker {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 9.5em;
  display: block;
  position: relative;
}

.c-projects_hero_2jfv {
  width: 35.8em;
  min-width: 35.8em;
  display: block;
}

.c-projects_hero_2jfv.is--last {
  width: 63em;
  min-width: 63em;
  justify-content: flex-start;
  align-items: center;
  margin-left: 9.5em;
  display: flex;
}

.c-contact_top_b {
  width: 100%;
  transform-origin: 0%;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.8em;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.is--description_b {
  margin-left: 1em;
  font-weight: 300;
}

.c-contact_top-line_b {
  width: 100%;
  height: .17em;
  background-color: #bdbdbd;
  margin-left: 1.2em;
}

.c-projects_video-contain_ob {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 9.5em;
  display: block;
  position: relative;
}

.html-embed_empty {
  background-image: url('../images/paul-winwar-eDKeX0I2SrE-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.html-embed_empty2 {
  background-image: url('../images/toa-heftiba-FV3GConVSss-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

@media screen and (min-width: 1920px) {
  .c-project_wrap {
    margin-top: 80px;
  }

  .c-hero_trigger-circle {
    width: 3.5em;
    height: 3.5em;
    max-height: 3.5em;
  }

  .c-hero_trigger {
    width: 10em;
    padding: 1em;
  }

  .c-project_title {
    font-size: 1.5em;
  }

  .home-about_photo-height-_2 {
    height: 750px;
    margin-top: -200px;
    margin-left: -300px;
  }

  .html-embed-4-copy {
    background-image: url('../images/Logo-Sketch-Mockup-min-1.png');
    background-position: 60%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 8px;
  }

  .html-embed-4_hof {
    border-radius: 8px;
  }

  .c-projects_video-contain_orx {
    margin-right: -2.8em;
  }

  .matrix-text_component {
    display: flex;
    position: static;
  }

  .bg-circle {
    width: 20vw;
    height: 20vw;
  }

  .html-embed_tg, .html-embed_tg2, .html-embed-_ulfekicker, .html-embed_ulfekicker2, .html-embed_richardt, .html-embed_richardt2 {
    border-radius: 8px;
  }

  .container2.is-work-hero {
    padding-bottom: 20.9em;
  }

  .c_button_wrapper-copy {
    padding-top: 22.55em;
  }

  .c-projects_hero_2jfv.is--last {
    width: 25em;
    min-width: 25em;
  }

  .html-embed_empty, .html-embed_empty2 {
    border-radius: 8px;
  }
}

@media screen and (max-width: 991px) {
  .text-size-h2.is-home-brands {
    font-size: 4em;
  }

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

  .nav_link {
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    justify-content: flex-start;
    padding: 1.5em 0;
  }

  .nav_button {
    margin-top: 2.3em;
  }

  .nav_button.w--current {
    background-color: var(--cyan);
    color: var(--light-green);
  }

  .nav_button.w--current:hover {
    background-image: linear-gradient(rgba(12, 174, 181, .76), rgba(12, 174, 181, .76));
  }

  .nav_link-text {
    font-size: 1.7em;
  }

  .nav_link-text.extra {
    color: var(--light-green);
  }

  .nav_menu {
    z-index: 1;
    width: 100%;
    height: 150vh;
    background-color: var(--dark-purple);
    color: var(--light-green);
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav_menu-content {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 5.4em 1.88em 5.7em;
    overflow: scroll;
  }

  .nav_hamburger {
    z-index: 3;
    background-color: var(--cyan);
    color: var(--dark-purple);
    margin-right: 0;
    padding: 1em;
    position: relative;
  }

  .nav_hamburger.w--open {
    background-color: var(--cyan);
    color: var(--dark-purple);
  }

  .nav_hamburger-icon {
    font-size: 1.5em;
  }

  .home-hero_heading {
    font-size: 5em;
  }

  .home-about_layout {
    grid-column-gap: 3.75em;
    grid-row-gap: 3.75em;
    grid-template-columns: 100%;
  }

  .home-about_photo {
    width: 39.69em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-about_content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home-about_content {
    grid-column-gap: 4.25em;
    grid-row-gap: 4.25em;
  }

  .mode-2.is--work.projects {
    overflow: visible;
  }

  .section_form {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .form_grid {
    grid-template-columns: 1fr;
  }

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

  .fs_range-slider-2_handle-right {
    width: 2rem;
    height: 2rem;
  }

  .clone_button {
    display: none;
  }

  .form_content {
    padding: 5rem;
  }

  .fs_checkbox-3_group {
    grid-template-columns: 1fr 1fr;
  }

  .fs_range-slider-2_left {
    width: 2rem;
    height: 2rem;
  }

  .form_field-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .form_image-block {
    display: none;
  }

  .c-project_wrap {
    padding: 4.2em 4.6vw 0;
    overflow: hidden;
  }

  .c-hero_trigger-contain {
    display: none;
  }

  .c-section.is--projects {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 12.6em;
    position: relative;
  }

  .c-section.is--hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .c-project_item {
    width: 100%;
    min-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .c-project_list {
    height: auto;
    flex-flow: column;
    overflow: visible;
  }

  .c-form_button-contact {
    margin-bottom: -9.4em;
    margin-left: -6.6em;
  }

  .c-projects_video-contain {
    padding: 5.9em 0;
  }

  .c-projects_last-heading {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .c-projects_wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: block;
    overflow: visible;
  }

  .c-projects_hero {
    width: 100%;
    min-width: 100%;
  }

  .c-projects_hero.is--last {
    width: 100%;
    min-width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .c-bullet {
    font-size: 2.3vw;
  }

  .c-sticky_contain {
    height: auto;
  }

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

  .c-project_vid {
    height: 48vw;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0);
  }

  .c-project_link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    display: inline-block;
    transform: scale(.8);
  }

  .html {
    opacity: 1;
    box-shadow: 1px 1px 20px 6px rgba(0, 0, 0, .16);
  }

  .c-project_title {
    opacity: 1;
    transform: translate(0);
  }

  .c-project_contain {
    opacity: 1;
  }

  .c-navbar_social {
    padding-top: 1.6em;
  }

  .sticky_menu_wrapper {
    height: auto;
    flex-direction: row;
    display: none;
  }

  .datatable_line_atom {
    width: 24%;
  }

  .datatable_line_atom.service_provider {
    width: 26%;
  }

  .datatable_line_atom.place_processing {
    width: 18%;
  }

  .datatable_line_atom.purpose {
    width: 46%;
  }

  .datatable_line_atom.purpose.third_party {
    width: 30%;
  }

  .privacy_grid {
    grid-template: "Lateral-Menu"
                   "Content"
                   / 1fr;
    display: flex;
  }

  .small_data_table, .datatable_mobile {
    display: none;
  }

  .datatable_header {
    height: auto;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
  }

  .datatable_category_name {
    flex-wrap: nowrap;
    font-size: 10px;
    line-height: 12px;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .privacy_section {
    margin-top: 0;
    padding: 50px 20px 0;
  }

  .privacy_icon.top-margin {
    margin-top: 8px;
  }

  .privacy_content_wrapper {
    margin-left: 0;
  }

  .datatable_header_atom.purpose {
    width: 46%;
  }

  .datatable_header_atom.purpose.third_party {
    width: 30%;
  }

  .datatable_header_atom.place_processing {
    width: 18%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .datatable_header_atom.data_collected_shared {
    width: 26%;
    align-items: center;
  }

  .datatable_header_atom.service_provider {
    width: 24%;
  }

  .datatable_header_atom.service_provider.third_party {
    width: 26%;
    flex-wrap: wrap;
    overflow: visible;
  }

  .home-about_photo-height-_2 {
    display: none;
  }

  .c-projects_video-contain_or {
    padding-top: 5.3em;
    padding-left: 0;
  }

  .c-projects_video-contain_orx {
    margin-right: 0;
    padding-top: 5.3em;
    padding-bottom: 5.3em;
    padding-left: 0;
  }

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

  .button {
    white-space: nowrap;
  }

  .terminal_component {
    width: 80%;
  }

  .card_side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .card_traits-list {
    grid-row-gap: 2rem;
  }

  .home-about_photo2 {
    width: 39.69em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .privacy_content_wrapper_2 {
    margin-left: 0;
  }

  .privacy_grid_2 {
    grid-template: "Lateral-Menu"
                   "Content"
                   / 1fr;
    display: flex;
  }

  .c-projects_video-contain_adhzv {
    padding-top: 5.3em;
    padding-left: 0;
    padding-right: 0;
  }

  .c-projects_video-contain_or-_ulfekicker {
    padding-top: 5.3em;
    padding-left: 0;
  }

  .c-projects_hero_2jfv.is--last {
    width: 100%;
    min-width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
  }

  .c-projects_video-contain_ob {
    padding-top: 5.9em;
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .text-size-h2.is-home-brands {
    font-size: 3em;
  }

  .nav_button.w--current {
    color: var(--light-green);
  }

  .nav_button.w--current:hover {
    color: var(--light-green);
    background-image: linear-gradient(rgba(12, 174, 181, .76), rgba(12, 174, 181, .76));
  }

  .nav_link-text.extra {
    color: var(--light-green);
  }

  .nav_hamburger, .nav_hamburger.w--open {
    background-color: var(--cyan);
  }

  .home-hero_heading {
    font-size: 4em;
  }

  .mode-2.is--work.projects {
    overflow: visible;
  }

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

  .form_toggle-wrapper {
    flex-direction: column;
  }

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

  .form_content {
    padding: 3rem;
  }

  .form_circle-layer {
    width: 12rem;
    height: 12rem;
    margin-top: -5rem;
    margin-left: -5rem;
  }

  .fs_checkbox-3_group {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .fs_checkbox-5_wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .c-project_wrap {
    padding-top: 4.2em;
  }

  .c-hero_circle {
    width: 100vw;
    height: 100vw;
    margin-top: 10vw;
    margin-left: -7vw;
  }

  .c-hero_trigger-contain {
    margin-right: 0;
  }

  .c-section.is--projects {
    align-items: flex-start;
    padding-top: 11.5em;
  }

  .c-project_item {
    width: 100%;
    min-width: 100%;
  }

  .c-hero_circle-contain {
    position: fixed;
  }

  .c-project_list {
    height: auto;
    flex-direction: column;
  }

  .c-form_button-contact {
    margin-bottom: -10.4em;
    margin-left: -6em;
    font-size: 1.4em;
  }

  .c-projects_video-contain {
    padding: 5.9em 0;
  }

  .c-projects_last-heading {
    max-width: 100%;
  }

  .c-projects_wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 2.9em;
    padding-right: 2.9em;
    display: block;
    overflow: visible;
  }

  .c-projects_hero {
    width: 100%;
    min-width: 100%;
  }

  .c-projects_hero.is--last {
    width: 100%;
    min-width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .c-projects_video {
    width: 100%;
    height: 60vw;
  }

  .c-project_link {
    margin-bottom: 3.6em;
    transform: scale(1);
  }

  .c-project_title {
    opacity: 1;
    transform: translate(0);
  }

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

  .legal_bases_meaning_wrapper {
    padding-left: 16px;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .read_more_content_wrapper {
    padding-left: 16px;
  }

  .datatable_wrapper {
    display: none;
  }

  .small_data_table, .datatable_mobile {
    width: 100%;
    display: block;
  }

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

  .small_datatable_line {
    justify-content: space-between;
    display: flex;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .read_more_data_wrapper {
    padding-left: 16px;
  }

  .h5_top_margin {
    margin-top: 24px;
  }

  .small_dt_header {
    background-color: rgba(105, 105, 105, .1);
    border-radius: 8px;
    justify-content: space-between;
    display: flex;
  }

  .small_datatable_line_atom {
    width: 25%;
    justify-content: center;
    align-items: center;
    padding: 16px;
    display: flex;
  }

  .small_datatable_line_atom.action {
    width: 50%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .datatable_category_name.mobile {
    margin-top: 8px;
    margin-bottom: 8px;
  }

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

  .small_datatable_header_atom {
    width: 25%;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    padding: 8px 16px;
    display: flex;
  }

  .small_datatable_header_atom.action {
    width: 50%;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .privacy_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy_icon {
    width: auto;
    max-height: 24px;
    max-width: 24px;
  }

  .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .datatable_header_mobile {
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .c-projects_video-contain_or, .c-projects_video-contain_orx {
    padding: 5.9em 0;
  }

  .heading-xxl {
    font-size: 6rem;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }

  .main-wrapper-2 {
    width: 100%;
    grid-template-columns: 100%;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .tip-wrapper {
    width: 100%;
  }

  .terminal_component {
    min-height: 18rem;
  }

  .section-terminal {
    align-items: center;
  }

  .page-padding-3, .page-padding-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .privacy_content_wrapper_2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy_grid_2 {
    margin-top: 0;
    display: flex;
  }

  .c-projects_video-contain_adhzv, .c-projects_video-contain_or-_ulfekicker {
    padding: 5.9em 0;
  }

  .c-projects_hero_2jfv {
    width: 100%;
    min-width: 100%;
  }

  .c-projects_hero_2jfv.is--last {
    width: 100%;
    min-width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .c-projects_video-contain_ob {
    padding: 5.9em 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: .88em;
    padding-right: .88em;
  }

  .text-size-h2.is-home-brands {
    font-size: 2.3em;
  }

  .text-size-h5 {
    font-size: 1.9em;
  }

  .text-size-h6 {
    font-size: 1.7em;
  }

  .nav_logo, .nav_link {
    margin-left: 3px;
  }

  .nav_button.w--current {
    background-color: var(--cyan);
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .nav_button.w--current:hover {
    background-image: linear-gradient(rgba(12, 174, 181, .67), rgba(12, 174, 181, .67));
  }

  .nav_link-text {
    color: var(--light-green);
    text-align: center;
  }

  .nav_link-text.extra {
    color: var(--off-white);
  }

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

  .nav_menu {
    background-color: var(--g_black);
  }

  .nav_menu-content {
    padding-left: .88em;
    padding-right: .88em;
  }

  .nav_hamburger, .nav_hamburger.w--open {
    background-color: var(--cyan);
  }

  .home-hero_heading {
    font-size: 3em;
  }

  .mode-2.is--work.projects {
    overflow: visible;
  }

  .section_form {
    margin-top: 82px;
    padding-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .form_message-success {
    background-color: var(--cyan);
  }

  .form_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 3rem 2rem;
  }

  .form_image-block {
    display: none;
  }

  .form_submit {
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }

  .form_header {
    padding-bottom: 2rem;
  }

  .c-hero_circle {
    margin-left: 0;
  }

  .c-section.is--projects {
    padding-top: 12.6em;
  }

  .c-section.is--hero {
    margin-top: -12%;
  }

  .c-project_item {
    width: 100%;
    min-width: 100%;
  }

  .c-hero_circle-contain {
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .is--top {
    font-size: 3em;
  }

  .is--tag {
    margin-bottom: 1em;
    font-size: .7em;
    display: inline-block;
  }

  .c-form_button.is--dark {
    font-size: 1em;
  }

  .c-projects_star2 {
    margin-top: 8.2em;
    margin-left: 18em;
    display: inline-block;
  }

  .c-bullet_star {
    width: 1.4em;
    min-width: 1.4em;
    margin-top: .1em;
    margin-right: .5em;
  }

  .c-projects_star1 {
    margin-left: 22.3em;
  }

  .c-projects_circle {
    width: 46em;
    max-width: none;
    margin-left: -5.6em;
  }

  .c-projects_wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .c-bullet {
    font-size: 5vw;
  }

  .is--description {
    font-size: .7em;
  }

  .c-contact_top {
    flex-flow: row;
  }

  .c-projects_bottom {
    display: block;
  }

  .c-overflow {
    padding-right: 0;
  }

  .heading-2 {
    font-size: 3em;
  }

  .c-projects_video {
    height: 61vw;
  }

  .c-project_title {
    letter-spacing: normal;
    font-size: 3vw;
    line-height: 1.7;
  }

  .c-project_name {
    color: var(--g_black);
    font-size: 4.5vw;
  }

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

  .footer-copyright-center {
    font-size: .7em;
  }

  .div-block {
    justify-content: space-between;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 24px;
  }

  .read_more_line {
    margin-left: 0;
  }

  .privacy_grid {
    margin-top: -30px;
    display: flex;
  }

  .read_more_content_wrapper {
    padding-left: 24px;
  }

  .datatable_mobile {
    width: auto;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .read_more_data_wrapper {
    padding-left: 24px;
  }

  .datatable_category_name, .datatable_category_name.center {
    font-size: 9px;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .privacy_section {
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .privacy_icon {
    max-height: 16px;
    max-width: 16px;
    margin-right: 8px;
  }

  .privacy_icon.top-margin {
    margin-top: 12px;
  }

  .privacy_icon.top-margin.big {
    margin-top: 15px;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-about_photo-height-_2 {
    display: none;
  }

  .container_2 {
    padding-left: .88em;
    padding-right: .88em;
  }

  .html-embed-4-copy {
    background-position: 50%;
  }

  .html-embed-4-copy-copy {
    background-image: url('../images/Free_Business_Card_Mockup_3-min.png');
    background-position: 17.5%;
    background-size: cover;
  }

  .html_festzeitschrift {
    background-position: 50%;
    background-size: 650px;
  }

  .c-projects_video-contain_orx {
    margin-right: 0;
    padding-top: 0;
  }

  .section_tip {
    overflow: visible;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .terminal_top-bar {
    justify-content: flex-start;
    display: flex;
  }

  .terminal_text {
    line-height: 1;
    overflow: hidden;
  }

  .terminal_component {
    width: 100%;
    min-height: 0;
  }

  .terminal_text-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1rem;
  }

  .terminal_content-wrapper {
    display: flex;
  }

  .terminal_buttons-wrapper {
    margin-top: 0;
    position: static;
  }

  .section-terminal {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-type {
    font-size: .75rem;
  }

  .card-img {
    position: relative;
  }

  .card_side.is-front {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card_side.is-back {
    padding: 6rem 1.5rem 1.5rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card_cta-wrapper {
    top: auto;
    bottom: .5rem;
    left: .5rem;
    right: auto;
  }

  .card_cta-wrapper.is-back {
    bottom: 2rem;
    left: 1.5rem;
  }

  .card_main-text {
    margin-bottom: 1.5rem;
  }

  .card_stamp-wrapper {
    width: 4rem;
  }

  .card_wrapper {
    width: 19rem;
    height: 29.5rem;
  }

  .card_traits-icon-wrapper {
    display: none;
  }

  .card_traits-list {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
  }

  .page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card_traits {
    grid-row-gap: 1rem;
  }

  .card_traits-item {
    grid-column-gap: .5rem;
  }

  .page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph {
    font-size: .7em;
  }

  .html-embed_richardt {
    background-position: 52%;
    background-size: 450px;
  }

  .container2 {
    padding-left: .88em;
    padding-right: .88em;
  }

  .privacy_content_wrapper_2 {
    max-width: 100%;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .privacy_grid_2 {
    margin-top: -30px;
    display: flex;
  }

  .c-projects_video-contain_adhzv, .c-projects_video-contain_or-_ulfekicker {
    padding-bottom: 0;
  }

  .c-projects_hero_2jfv.is--last {
    margin-top: 2em;
    margin-left: 0;
  }

  .c-contact_top_b {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .is--description_b {
    margin-left: 0;
    font-size: .7em;
  }

  .c-contact_top-line_b {
    margin-top: 8px;
    margin-left: 0;
  }

  .c-projects_video-contain_ob {
    padding-bottom: 0;
  }
}

#w-node-_982fe4e6-0b0c-82d5-22dc-18b6a89fe8bd-fd4d7b91, #w-node-_49f6cd05-6a37-263a-b196-e7ceef27aa5c-fd4d7b91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebf5f3b8-7076-cd15-cdfd-e2561be4fc3e-fd4d7bca {
  grid-area: Lateral-Menu;
}

#w-node-ebf5f3b8-7076-cd15-cdfd-e2561be4fc55-fd4d7bca {
  grid-area: Content;
}

#w-node-_982fe4e6-0b0c-82d5-22dc-18b6a89fe8bd-fd4d7bcc, #w-node-_49f6cd05-6a37-263a-b196-e7ceef27aa5c-fd4d7bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e28c1e98-2060-9bdb-8edb-f3834555f66f-fd4d7bcc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_47d83d8b-bef3-6606-89fc-dd7f243c185a-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c1860-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c1862-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c1868-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c186a-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c1870-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c1872-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c1878-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c187a-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c1880-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c1882-fd4d7bcc, #w-node-_47d83d8b-bef3-6606-89fc-dd7f243c1888-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab761813-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab761819-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab76181b-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab761821-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab761823-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab761829-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab76182b-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab761831-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab761833-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab761839-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab76183b-fd4d7bcc, #w-node-_00fd0244-59ae-04d1-d59b-efb0ab761841-fd4d7bcc, #w-node-_92896c9f-9ae4-1c01-38da-9643be230292-fd4d7bcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebf5f3b8-7076-cd15-cdfd-e2561be4fc55-fd4d7bd0 {
  grid-area: Content;
}

#w-node-e3241429-914a-4a45-50c5-6d1a66940854-fd4d7bd3, #w-node-e3241429-914a-4a45-50c5-6d1a6694089e-fd4d7bd3, #name.w-node-e3241429-914a-4a45-50c5-6d1a669408a2-fd4d7bd3, #w-node-e3241429-914a-4a45-50c5-6d1a669408a4-fd4d7bd3, #email.w-node-e3241429-914a-4a45-50c5-6d1a669408a8-fd4d7bd3, #w-node-e3241429-914a-4a45-50c5-6d1a669408a9-fd4d7bd3, #w-node-e3241429-914a-4a45-50c5-6d1a669408aa-fd4d7bd3, #w-node-e3241429-914a-4a45-50c5-6d1a669408c0-fd4d7bd3, #w-node-e3241429-914a-4a45-50c5-6d1a669408c1-fd4d7bd3, #w-node-e3241429-914a-4a45-50c5-6d1a669408e2-fd4d7bd3, #w-node-e3241429-914a-4a45-50c5-6d1a669408e3-fd4d7bd3, #w-node-_6241f16b-1f6e-9a5b-5869-3d996df1122f-fd4d7bd3, #w-node-_6241f16b-1f6e-9a5b-5869-3d996df11230-fd4d7bd3, #Text.w-node-f79c5e74-ea4b-898d-8f70-6b0a7d619e4f-fd4d7bd3, #w-node-e3241429-914a-4a45-50c5-6d1a669408f8-fd4d7bd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3241429-914a-4a45-50c5-6d1a669408fa-fd4d7bd3 {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_92896c9f-9ae4-1c01-38da-9643be230292-fd4d7bcd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e28c1e98-2060-9bdb-8edb-f3834555f66f-fd4d7bcc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_92896c9f-9ae4-1c01-38da-9643be230292-fd4d7bcd {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Roobert';
  src: url('../fonts/RoobertPRO-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/RoobertPRO-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/RoobertPRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}