:root {
  --black: #141414;
  --white: white;
  --ben-blau: #4ba9ef;
  --white-smoke: #f7f7f7;
  --ben-orange: #ff5b00;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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-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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--black);
  background-color: #f7f7f7;
  font-family: Montserrat-Offline, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

strong {
  font-weight: bold;
}

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

.container.container-s {
  max-width: 1090px;
}

.container.container-s.clients-container {
  max-width: 1500px;
  overflow: hidden;
}

.container.container-triple {
  max-width: 1300px;
}

.container.container-ben {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: flex;
}

.navbar {
  z-index: 99;
  background-image: linear-gradient(#0000008c, #14141400);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  z-index: 9999;
  max-width: 260px;
}

.nav-menu-wrapper {
  z-index: 1;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.nav-menu-two-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-11 {
  margin-left: 30px;
}

.button-primary-2 {
  background-color: var(--ben-blau);
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  transition: transform 50ms, box-shadow .2s;
  box-shadow: 0 0 10px #4ba9ef00;
}

.button-primary-2:hover {
  box-shadow: 0 0 10px 0 var(--ben-blau);
  color: #fff;
}

.button-primary-2:active {
  transform: scale(.985);
}

.menu-button {
  z-index: 9999;
}

.menu-button.w--open {
  z-index: 99;
  background-color: #0000;
}

.video-section {
  justify-content: flex-start;
  align-items: flex-end;
  height: 95vh;
  padding-bottom: 150px;
  padding-left: 10vw;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 15px #00000080;
}

.hero-text-wrapper {
  z-index: 2;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  max-width: 960px;
  display: flex;
  position: relative;
}

.hero-heading {
  letter-spacing: 2px;
  text-shadow: 1px 1px 20px #0006;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-topline {
  opacity: .95;
  letter-spacing: 5px;
  text-shadow: 1px 1px 10px #000000a6;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.button {
  z-index: 1;
  background-color: var(--ben-blau);
  letter-spacing: .6px;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .15s, box-shadow .15s;
  position: relative;
  box-shadow: 0 0 15px #4ba9ef00;
}

.button:hover {
  background-color: #429bdd;
  box-shadow: 0 0 15px #4ba9ef99;
}

.logos-title-large {
  z-index: 2;
  filter: invert();
  padding: 20px 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.clients-title {
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.clients-wrapper {
  opacity: 1;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  filter: grayscale();
  mix-blend-mode: normal;
  width: 11%;
  padding-left: 20px;
  padding-right: 20px;
}

.clients-image.aht {
  object-fit: contain;
  height: 25px;
}

.text-section {
  padding: 100px 30px;
}

.text-section.gray {
  color: var(--white);
  background-color: #272727;
}

.topline {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}

.section-heading {
  z-index: 1;
  text-align: center;
  margin-top: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

.paragraph {
  font-size: 22px;
  line-height: 1.3;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 65px;
  display: grid;
}

.pricing-card {
  background-color: #ececec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 40px 30px;
  display: flex;
}

.pricing-card-text {
  font-size: 16px;
  line-height: 1.3;
}

.image-w-shadow {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 550px;
  box-shadow: 28px 28px 100px #00000026;
}

.bulletpoint-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.bulletpoint-grid.rows {
  grid-template-columns: 1fr;
  margin-bottom: 40px;
  font-size: 18px;
}

.ul {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.list-type {
  flex: none;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.icon {
  border-radius: 50%;
  width: 60px;
  box-shadow: 2px 2px 6px #0000001a;
}

.stroke-heading {
  position: relative;
}

.stroke {
  z-index: 0;
  opacity: 1;
  width: 320px;
  height: 17px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -9px;
}

.background-video-wrapper {
  position: absolute;
  inset: 0%;
}

.background-video--overlay {
  z-index: 1;
  background-image: linear-gradient(#000, #0000 0%, #0f0f0f);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-wrapper {
  margin-top: 30px;
}

.heading-triple {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.5;
}

.hero-button-wrapper {
  position: relative;
  overflow: hidden;
}

.button-hover {
  z-index: 0;
  background-color: var(--ben-blau);
  position: absolute;
  inset: 0%;
}

.logo-container {
  align-items: center;
  display: flex;
}

.logo-box-container {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  overflow: hidden;
}

.logo-box {
  border: 2px solid var(--white);
  border-radius: 1px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(12deg);
}

.logo-stroke {
  background-color: var(--white);
  border-radius: 1px;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
}

.burger {
  width: 30px;
  height: 24px;
  position: relative;
}

.burger-bar {
  background-color: var(--white);
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
}

.burger-bar.bar-1 {
  top: 0;
}

.burger-bar.bar-2 {
  top: 10px;
}

.burger-bar.bar-3 {
  top: 20px;
}

.full-screen-menu-overlay {
  color: var(--white);
  background-color: #141414f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.social-link {
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}

.uui-footer04_legal-link {
  color: #667085;
  letter-spacing: .5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: #475467;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-size: 14px;
}

.uui-text-size-small.text-color-gray500 {
  color: #667085;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid #eaecf0;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_social-link {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: #667085;
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: #344054;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-text {
  margin-bottom: 40px;
  font-size: 22px;
}

.testimonial-slider {
  background-color: #272727;
  height: auto;
  margin-top: 40px;
  padding-bottom: 50px;
}

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

.slide {
  vertical-align: middle;
}

.slider-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-vita {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  font-size: 15px;
  display: flex;
}

.testimonial-image {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-image-inner {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.testimonial-vita-heading {
  font-weight: 600;
}

.ben-image {
  flex: none;
  width: 400px;
  height: 500px;
  overflow: hidden;
}

.ben-text {
  padding-top: 50px;
}

.ben-subheading {
  margin-bottom: 50px;
}

.ben-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown {
  color: var(--white);
  margin-left: 0;
}

.dropdown-toggle {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-list {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #ddd0;
}

.dropdown-title {
  margin-right: 20px;
}

.hero-subheading {
  margin-bottom: 30px;
}

.column-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 65px;
  display: block;
}

.column-image {
  width: 100%;
  height: 100%;
}

.projekt-container {
  margin-top: 50px;
  margin-bottom: 120px;
}

.projekt-container.pc-last {
  margin-bottom: 0;
}

.projekt-heading {
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
}

.column-heading {
  font-size: 24px;
  font-weight: 600;
}

.proejct-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  overflow: hidden;
}

.project-grid-item {
  height: 400px;
}

.project-grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.projekt-tag {
  color: var(--ben-blau);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.projekt-video-container {
  width: 760px;
  max-width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.ben-portrait {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.mw-text {
  max-width: 860px;
}

.impressum-section {
  padding-top: 100px;
}

.impressum-container {
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.rich-text-block {
  max-width: 960px;
  padding-bottom: 20px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #ebf1f5;
  border-top: 1px #4353ff29;
  padding: 24px 32px;
  font-size: 16px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--ben-blau);
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--ben-blau);
  background-color: var(--ben-blau);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--ben-blau);
  color: var(--black);
  background-color: #f5f5f5;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.ba-container {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .container.container-ben {
    flex-flow: column-reverse;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
  }

  .video-section {
    height: 650px;
    padding-bottom: 50px;
    padding-left: 50px;
  }

  .hero-text-wrapper {
    width: 90%;
    max-width: 640px;
  }

  .hero-heading {
    font-size: 25px;
    line-height: 1.1;
  }

  .button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .text-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-section.gray.slider {
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading {
    font-size: 30px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .bulletpoint-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
  }

  .stroke {
    bottom: 68px;
    left: 105px;
  }

  .button-hover {
    display: none;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .slide {
    vertical-align: middle;
  }

  .slider-container {
    width: 90%;
  }

  .mask {
    margin-left: 34px;
    margin-right: 34px;
  }

  .ben-image {
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subheading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .column-image {
    display: none;
  }

  .project-grid-item {
    height: 280px;
  }

  .projekt-video-container {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .video-section {
    height: 650px;
  }

  .hero-text-wrapper {
    margin-top: 30px;
  }

  .hero-heading {
    line-height: 1.1;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    align-items: start;
    max-width: 200px;
  }

  .text-section {
    padding-left: 4vw;
    padding-right: 5vw;
  }

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

  .uui-footer04_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_social-link:hover {
    color: #98a2b3;
  }

  .uui-footer04_link:hover {
    color: #667085;
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  .container, .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .video-section {
    padding-bottom: 80px;
    padding-left: 5vw;
  }

  .hero-text-wrapper {
    margin-top: 0;
  }

  .hero-heading {
    letter-spacing: .5px;
    font-size: 20px;
    font-weight: 600;
  }

  .hero-topline {
    font-size: 14px;
  }

  .logos-title-large {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .clients-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
    position: relative;
  }

  .clients-image {
    object-fit: contain;
    width: 150px;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-heading {
    font-size: 24px;
  }

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

  .pricing-card {
    padding: 20px;
  }

  .bulletpoint-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .stroke {
    width: 230px;
    bottom: 43px;
    left: 68px;
  }

  .heading-triple {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .uui-footer04_logo-link {
    max-width: 260px;
  }

  .uui-page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .testimonial-slider {
    height: auto;
  }

  .slider-container {
    width: 90%;
  }

  .arrow {
    width: 40px;
  }

  .ben-image {
    width: auto;
  }

  .hero-subheading {
    display: none;
  }

  .column-box {
    margin-top: 30px;
  }

  .projekt-container {
    margin-bottom: 60px;
  }

  .projekt-heading {
    font-size: 18px;
  }

  .column-heading {
    margin-top: 0;
    font-size: 18px;
  }

  .proejct-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-grid-item {
    height: 27vw;
  }

  .project-grid-item.hide-mobile {
    display: none;
  }

  .projekt-video-container {
    margin-top: 2px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .ba-container {
    margin-top: 30px;
  }
}

#w-node-b9179c09-dbb5-0449-2370-e11d4b64a877-8ae49896, #w-node-b9179c09-dbb5-0449-2370-e11d4b64a880-8ae49896, #w-node-b9179c09-dbb5-0449-2370-e11d4b64a889-8ae49896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44dbc05b-80e7-7c39-3c75-97c51051edd4-8ae49896, #w-node-_4a0a4d53-e8ae-b6f6-806a-f4947bf948c7-8ae49896, #w-node-d9e3049e-daff-d377-6a00-f5b1118029fc-8ae49896 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48c2ad36-1c12-db48-e493-de4eca4610ba-8ae49896 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_48c2ad36-1c12-db48-e493-de4eca4610bc-8ae49896 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_48c2ad36-1c12-db48-e493-de4eca4610be-8ae49896, #w-node-_48c2ad36-1c12-db48-e493-de4eca4610c0-8ae49896 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48c2ad36-1c12-db48-e493-de4eca4610c2-8ae49896, #w-node-_48c2ad36-1c12-db48-e493-de4eca4610c4-8ae49896 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_48c2ad36-1c12-db48-e493-de4eca4610c6-8ae49896 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_342cd534-0093-b725-53d8-9e7bbb8c9ef0-8ae49896, #w-node-_342cd534-0093-b725-53d8-9e7bbb8c9ef2-8ae49896, #w-node-_342cd534-0093-b725-53d8-9e7bbb8c9ef4-8ae49896 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_342cd534-0093-b725-53d8-9e7bbb8c9ef6-8ae49896 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_342cd534-0093-b725-53d8-9e7bbb8c9ef8-8ae49896 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_342cd534-0093-b725-53d8-9e7bbb8c9efa-8ae49896, #w-node-e0f823ba-c972-b929-08e2-859c1bf7a3d2-8ae49896 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e0f823ba-c972-b929-08e2-859c1bf7a3d4-8ae49896, #w-node-e0f823ba-c972-b929-08e2-859c1bf7a3d6-8ae49896 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e0f823ba-c972-b929-08e2-859c1bf7a3d8-8ae49896 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e0f823ba-c972-b929-08e2-859c1bf7a3da-8ae49896, #w-node-e0f823ba-c972-b929-08e2-859c1bf7a3dc-8ae49896 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0f823ba-c972-b929-08e2-859c1bf7a3de-8ae49896 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2d2590aa-4150-4354-9963-92f20cda3e6e-8ae49896 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2d2590aa-4150-4354-9963-92f20cda3e70-8ae49896 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2d2590aa-4150-4354-9963-92f20cda3e72-8ae49896 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d2590aa-4150-4354-9963-92f20cda3e74-8ae49896 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2d2590aa-4150-4354-9963-92f20cda3e76-8ae49896 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d2590aa-4150-4354-9963-92f20cda3e78-8ae49896 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2d2590aa-4150-4354-9963-92f20cda3e7a-8ae49896 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-db078ec6-0ffe-4220-680b-d03d4d0d7b76-8ae49896, #w-node-_15514b8f-3511-3aea-5a01-cd210d9baff4-8ae49896 {
  justify-self: center;
}

#w-node-f1144d74-5634-f3f2-7d63-5f3f9581149b-8ae49896 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_321c357d-7d89-5bdc-5a20-6aa44b3c4072-8ae49896 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d7205bf9-5e67-1849-41ea-01a580c61423-8ae49896 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aec78c5c-36c5-be60-5f04-5f86534eadc7-8ae49896 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_16bad488-8660-264f-34f1-32be3e16458d-8ae49896 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7f24df0e-45e9-0648-1a5e-bf406a6b2819-8ae49896 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-dc962c1b-15c2-657a-32ec-9a877d07b4a5-8ae49896 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_35522af3-1cc9-5902-10c3-54eedaf47750-8ae49896 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_5a47ac46-5a2e-8361-5e7f-02c091fdfd4a-8ae49896 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d0d102a9-6cc9-3841-5566-a63b5c1ceb50-8ae49896, #w-node-d0d102a9-6cc9-3841-5566-a63b5c1ceb5c-8ae49896, #w-node-d0d102a9-6cc9-3841-5566-a63b5c1ceb64-8ae49896, #w-node-_2c6ac98a-66eb-8eff-0180-2a8894dfc0ee-8ae49896 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04c3-8ae49896, #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04c3-f90130a6, #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04c3-d8b14980, #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04c3-a6963117 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_44dbc05b-80e7-7c39-3c75-97c51051edd4-8ae49896, #w-node-_4a0a4d53-e8ae-b6f6-806a-f4947bf948c7-8ae49896, #w-node-d9e3049e-daff-d377-6a00-f5b1118029fc-8ae49896 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04c3-8ae49896, #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04c3-f90130a6, #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04c3-d8b14980, #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04c3-a6963117 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04a8-8ae49896, #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04a8-f90130a6, #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04a8-d8b14980, #w-node-a3b4ccb0-e0c9-b501-e247-5eaae89f04a8-a6963117 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48c2ad36-1c12-db48-e493-de4eca4610ba-8ae49896, #w-node-_48c2ad36-1c12-db48-e493-de4eca4610bc-8ae49896, #w-node-_48c2ad36-1c12-db48-e493-de4eca4610be-8ae49896, #w-node-_48c2ad36-1c12-db48-e493-de4eca4610c0-8ae49896, #w-node-_48c2ad36-1c12-db48-e493-de4eca4610c2-8ae49896, #w-node-_48c2ad36-1c12-db48-e493-de4eca4610c4-8ae49896, #w-node-_48c2ad36-1c12-db48-e493-de4eca4610c6-8ae49896, #w-node-_342cd534-0093-b725-53d8-9e7bbb8c9ef0-8ae49896, #w-node-_342cd534-0093-b725-53d8-9e7bbb8c9ef2-8ae49896, #w-node-_342cd534-0093-b725-53d8-9e7bbb8c9ef4-8ae49896, #w-node-_342cd534-0093-b725-53d8-9e7bbb8c9ef6-8ae49896, #w-node-_342cd534-0093-b725-53d8-9e7bbb8c9ef8-8ae49896, #w-node-_342cd534-0093-b725-53d8-9e7bbb8c9efa-8ae49896, #w-node-e0f823ba-c972-b929-08e2-859c1bf7a3d2-8ae49896, #w-node-e0f823ba-c972-b929-08e2-859c1bf7a3d4-8ae49896, #w-node-e0f823ba-c972-b929-08e2-859c1bf7a3d6-8ae49896, #w-node-e0f823ba-c972-b929-08e2-859c1bf7a3d8-8ae49896, #w-node-e0f823ba-c972-b929-08e2-859c1bf7a3da-8ae49896, #w-node-e0f823ba-c972-b929-08e2-859c1bf7a3dc-8ae49896, #w-node-e0f823ba-c972-b929-08e2-859c1bf7a3de-8ae49896, #w-node-_2d2590aa-4150-4354-9963-92f20cda3e6e-8ae49896, #w-node-_2d2590aa-4150-4354-9963-92f20cda3e70-8ae49896, #w-node-_2d2590aa-4150-4354-9963-92f20cda3e72-8ae49896, #w-node-_2d2590aa-4150-4354-9963-92f20cda3e74-8ae49896, #w-node-_2d2590aa-4150-4354-9963-92f20cda3e76-8ae49896, #w-node-_2d2590aa-4150-4354-9963-92f20cda3e78-8ae49896, #w-node-_2d2590aa-4150-4354-9963-92f20cda3e7a-8ae49896, #w-node-f1144d74-5634-f3f2-7d63-5f3f9581149b-8ae49896, #w-node-_321c357d-7d89-5bdc-5a20-6aa44b3c4072-8ae49896, #w-node-d7205bf9-5e67-1849-41ea-01a580c61423-8ae49896, #w-node-aec78c5c-36c5-be60-5f04-5f86534eadc7-8ae49896, #w-node-_16bad488-8660-264f-34f1-32be3e16458d-8ae49896, #w-node-_7f24df0e-45e9-0648-1a5e-bf406a6b2819-8ae49896, #w-node-dc962c1b-15c2-657a-32ec-9a877d07b4a5-8ae49896, #w-node-_35522af3-1cc9-5902-10c3-54eedaf47750-8ae49896, #w-node-_5a47ac46-5a2e-8361-5e7f-02c091fdfd4a-8ae49896 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Montserrat-Offline';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Offline';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Offline';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Offline';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Offline';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Offline';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather-Offline';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather-Offline';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa rust';
  src: url('../fonts/nexa-rust.sans-black.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}