:root {
  --lime-green: #2adc65;
  --gelb: #ffec9d;
  --black: black;
  --light-grey: lightgrey;
  --black-2: #212127a6;
  --white: white;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #212127;
  padding-bottom: 500px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #aaa;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

a {
  color: #aaa;
  text-decoration: underline;
}

ul {
  color: var(--lime-green);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

blockquote {
  border-left: 2px solid var(--lime-green);
  color: #aaa;
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner {
  z-index: 1;
  background-color: #fff;
  height: 120vh;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.banner.style-2 {
  z-index: 2;
  background-color: #f8fbfd;
  height: 800px;
  overflow: visible;
}

.banner.style-3 {
  perspective: 1000px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.banner.style-5 {
  background-color: #313137;
  height: 75vh;
}

.banner.style-6 {
  background-color: #f8fbfd;
  padding-left: 0;
  padding-right: 0;
}

.banner.intro {
  background-color: #eef4f8;
}

.project-content {
  object-fit: contain;
  margin-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: relative;
  overflow: hidden;
}

.project-content.full-version {
  overflow: hidden;
}

.project-content.in-password {
  z-index: 6;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-ub {
  z-index: 1;
  background-color: #0000;
  margin-top: 0;
  padding: 0 30px 10px;
  position: relative;
}

.section-ub.gray {
  z-index: 1;
  float: none;
  clear: both;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-ub.gray.mockup {
  height: 500px;
}

.section-ub.gray.full-width {
  background-color: #fff;
  height: 100vh;
}

.section-ub.color {
  z-index: 1;
  background-color: #ffec9d73;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-ub.color.white-color {
  background-color: #fff;
}

.section-ub.with-line {
  border-bottom: 1px solid #f2f2f2;
}

.section-ub.less-padding {
  padding-top: 50px;
  padding-bottom: 60px;
}

.section-ub.image {
  background-image: linear-gradient(45deg, #00000040, #ffffff4d), url('../images/black.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 50px;
}

.section-ub.image.normal {
  padding-bottom: 180px;
}

.section-ub.overflow {
  padding-top: 0;
  overflow: hidden;
}

.section-ub.no-top-padding {
  padding-top: 60px;
}

.section-ub.with-shape {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-ub.with-shape.overflow {
  background-position: 100% 0;
  background-size: 1000px;
}

.section-ub.with-shape-second {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 900px;
  padding-top: 0;
}

.container {
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-top: 0;
  display: block;
  position: static;
  top: 100px;
  overflow: visible;
}

.container.center {
  z-index: 1;
  clear: both;
  text-align: center;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: 30%;
  transform: translate(0, -50%);
}

.container.center.style-2, .container.center.style-3 {
  top: 45%;
}

.container.center.sub-banner-style {
  top: 55%;
}

.container.center.intro {
  top: 45%;
}

.container.in-mockup {
  margin-top: -450px;
}

.container.banner-style-3 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.navbar {
  float: right;
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 15px;
  padding-left: 0;
  padding-right: 20px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.white-style {
  top: 0;
  left: 0;
  right: 0;
}

.navlink {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 18px 25px 15px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-text {
  color: #212127;
  white-space: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  flex: 1;
  width: auto;
  padding-left: 0;
  font-size: 17px;
  line-height: 19px;
  display: block;
}

.nav-line {
  background-color: #ffec9d;
  order: 1;
  width: 100%;
  height: 2px;
}

.icon {
  color: #b5b5be;
  margin-top: 22px;
  margin-right: 8px;
  font-size: 12px;
}

.brand {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  margin-top: -15px;
  display: flex;
}

.logo-tagline {
  color: #717177;
  margin-left: 15px;
  font-size: 14px;
}

.logo-tagline.white-color {
  color: #fff;
}

.logo-image {
  z-index: 1;
  clear: none;
  object-fit: fill;
  flex: 1;
  align-self: center;
  width: 150px;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.shape-1 {
  position: absolute;
  bottom: 105px;
  right: 50px;
}

.shape-1.second-style {
  bottom: 470px;
}

.shape-1.fourth-style {
  z-index: 4;
  top: 500px;
  bottom: auto;
  right: 50px;
}

.shape-1.five-style {
  z-index: 5;
  bottom: -72px;
}

.shape-1.intro-style {
  bottom: 303px;
  left: 50px;
  right: auto;
}

.shape-2 {
  position: absolute;
  top: 300px;
  bottom: 100px;
  left: 5px;
}

.shape-2.in-section {
  top: 100px;
}

.shape-2.style-2 {
  top: auto;
  bottom: 140px;
  left: 5px;
}

.shape-3 {
  position: absolute;
  top: 200px;
  right: 5px;
}

.shape-3.second-style {
  z-index: 4;
  top: 200px;
  left: 5px;
  right: auto;
}

.shape-5 {
  position: absolute;
  bottom: 40px;
  left: -236px;
}

.shape-4 {
  position: absolute;
  bottom: 69px;
  right: 300px;
}

.shape-4.version-2 {
  bottom: -45px;
}

.shape-4.fourth-style {
  z-index: 3;
  top: 3000px;
  bottom: auto;
  right: 165px;
}

.shape-6 {
  z-index: 1;
  float: none;
  clear: none;
  object-fit: fill;
  max-width: none;
  max-height: none;
  margin-top: 70px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 50px 0 0 550px;
  overflow: visible;
}

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

.flex-row.no-flex {
  z-index: auto;
  margin-top: -38px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.flex-row.no-flex.make-flex-again {
  margin-top: -140px;
}

.flex-row.vertical-flex.no-reverse {
  margin-top: -65px;
}

.shape-8 {
  z-index: 1;
  filter: blur(5px);
  color: #ffec9d;
  position: absolute;
  bottom: 88px;
  right: -150px;
  transform: translate(0);
}

.shape-8.style-2 {
  filter: blur(10px);
  bottom: 160px;
  right: 220px;
}

.shape-8.style-3 {
  z-index: 3;
  bottom: 285px;
  right: 36px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 30px #0000000a;
}

.vertical-wrapper {
  float: right;
  justify-content: flex-end;
  align-items: center;
  margin-right: -120px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 450px;
  right: -370px;
  transform: rotate(90deg);
}

.vertical-wrapper.left {
  margin-top: 130px;
  margin-left: -180px;
  margin-right: 0;
  right: auto;
}

.vertical-wrapper.left.x2 {
  margin-left: -150px;
}

.vertical-wrapper.left.y2 {
  margin-left: -220px;
}

.vertical-wrapper.blog {
  margin-right: 0;
}

.vertical-wrapper.process {
  margin-right: -150px;
}

.vertical-wrapper.move {
  top: 91px;
}

.vertical-number {
  clear: right;
  color: #0000004d;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  display: block;
  position: static;
}

.vertical-line {
  background-color: var(--gelb);
  width: 200px;
  height: 1px;
  margin-right: 20px;
  position: relative;
}

.algin-center {
  text-align: center;
  width: auto;
  position: relative;
}

.title-wrapper {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-wrapper.with-margin {
  width: 400px;
  margin-top: 100px;
  margin-bottom: 70px;
}

.title-wrapper.with-margin.more {
  margin-bottom: 120px;
}

.title-wrapper.full-percent {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.big-title {
  color: var(--gelb);
  margin-top: 5px;
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 52px;
  text-decoration: underline;
  display: inline-block;
}

.big-title.style-2 {
  font-size: 60px;
  line-height: 70px;
}

.big-title.style-3 {
  color: #ffffff69;
  font-size: 58px;
  line-height: 70px;
}

.big-title.style-4 {
  font-size: 70px;
  line-height: 80px;
}

.dark-color-u {
  color: #212127;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 6px;
}

.dark-color-u.make-white {
  color: #fff;
  display: inline;
}

.small-title-start {
  color: #717177;
  text-align: left;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.small-title-start.white-title {
  color: #fff;
}

.top-margin {
  margin-top: 60px;
  margin-bottom: 140px;
}

.top-margin.medium {
  margin-top: 50px;
}

.top-margin.small {
  margin-top: 15px;
}

.top-margin.big {
  margin-top: 90px;
}

.button-be {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #ffec9d;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 15px;
  transition: all .3s;
  display: inline-block;
}

.button-be:hover {
  background-color: var(--light-grey);
}

.button-be.subscribe-button {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 40%;
}

.button-be.line {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-be.line:hover {
  color: var(--lime-green);
  background-color: #fff;
}

.button-be.intro {
  padding-left: 13px;
}

.button-be.full {
  text-align: center;
  width: 100%;
  display: block;
}

.left-banner-wrapper.make-center {
  float: left;
  clear: right;
  text-align: left;
  margin-left: 0%;
  display: block;
}

.ceo-photo {
  background-color: #000;
  background-image: url('../images/team-4_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px 200px 200px 150px;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 14px 14px 50px -20px #00000080;
}

.ceo-photo.in-team {
  background-color: #ffec9da6;
  background-image: url('../images/icons8-user-male-500-2.png');
  background-size: cover;
  width: 200px;
  margin-top: -120px;
}

.ceo-photo.in-team._2 {
  background-image: url('../images/team-4.jpg');
  background-position: 50% 0;
}

.ceo-photo.in-team._3 {
  background-image: url('../images/team-1.jpg');
}

.ceo-name {
  color: #d6c681;
  margin-bottom: 5px;
  font-weight: 500;
}

.job-title {
  color: #b7b7c7;
  margin-top: 25px;
}

.sign-font {
  color: #121217;
  font-family: Walrus typeface;
  font-size: 90px;
  line-height: 80px;
}

.preloader {
  z-index: 9998;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.loader-top-half {
  background-color: #eef4f8;
  width: 100%;
  height: 50%;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.loader-bottom-half {
  background-color: #eef4f8;
  width: 100%;
  height: 50%;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-link {
  color: #919197;
  padding-top: 9px;
  padding-bottom: 8px;
  font-size: 14px;
}

.dropdown-link:hover {
  color: #616167;
  text-decoration: underline;
}

.dropdown-link.w--current {
  color: #515157;
  text-decoration: underline;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: 835px;
  height: 60px;
  display: flex;
  position: static;
}

.services-wrapper {
  text-align: center;
  background-color: #ffec9d;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  height: 500px;
  padding: 40px;
}

.services-wrapper.second-style {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 65px 30px;
  display: block;
}

.features-icon {
  margin-bottom: 20px;
}

.paragraph-small {
  color: #868686;
  white-space: normal;
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 24px;
  position: static;
  overflow: visible;
}

.paragraph-small.copyright {
  margin-bottom: 0;
}

.paragraph-small.white {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-small.in-list, .paragraph-small.date, .paragraph-small.in-faq {
  margin-bottom: 0;
}

.paragraph-small.block {
  margin-right: 5px;
  display: inline-block;
}

.paragraph-small.block.darker {
  color: #717177;
}

.services-title {
  margin-top: 20px;
  margin-bottom: 15px;
}

.services-title.green {
  color: var(--lime-green);
}

.services-title.radio-text {
  color: #b4b4b4;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.left-padding {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 700px;
  padding-right: 50px;
  display: flex;
}

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

.left-padding.make-left {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
}

.left-padding.add-bottom-margin {
  width: auto;
  margin-top: 40px;
  padding-right: 0;
}

.left-padding.add-more-right {
  margin-top: -19px;
  padding-left: 0;
  padding-right: 0;
}

.circle-shape {
  z-index: 1;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

.shape-7 {
  z-index: 1;
  opacity: .95;
  position: absolute;
  bottom: 140px;
  right: -5px;
}

.lightbox-link {
  z-index: 5;
  background-color: #ffec9d;
  background-image: url('../images/icons8-play-512.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 70px;
  left: 60px;
}

.lightbox-link.style-2 {
  width: 70px;
  height: 70px;
  inset: auto 0 -33px 50%;
  transform: translate(-50%);
}

.lightbox-link.style-3 {
  position: relative;
  top: 0;
  left: 0;
}

.lightbox-link.style-4 {
  top: auto;
  bottom: 0;
  left: 30px;
}

.lightbox-image {
  display: none;
}

.margin-page {
  margin-top: 120px;
  position: relative;
}

.margin-page.more {
  margin-top: 150px;
}

.margin-page.in-intro {
  margin-top: 80px;
}

.iphone-second {
  filter: blur(3px);
  position: relative;
  left: 80px;
}

.iphone-first {
  z-index: 1;
  position: absolute;
  top: -60px;
}

.fun-facts-wrapper {
  align-items: center;
  display: flex;
}

.fun-image {
  margin-right: 15px;
}

.fun-number {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.fun-number.dark-color {
  color: #212127;
}

.paragraph-white {
  color: var(--black);
  margin-bottom: 0;
}

.paragraph-white.gray-color {
  color: #aaa;
}

.vericatl-line-overlay {
  background-color: #fff;
  width: 53%;
  height: 1px;
  position: absolute;
}

.team-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  width: 95%;
  height: 541px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 25px;
  display: block;
}

.social-icon {
  margin-left: 5px;
  margin-right: 5px;
}

.arrow-hide {
  display: none;
}

.slide-nav {
  opacity: .5;
  text-align: right;
  padding-top: 20px;
  font-size: 9px;
  position: relative;
}

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

.slide-nav.change-position {
  cursor: pointer;
  justify-content: center;
  margin-right: 23px;
  display: flex;
}

.testi-slider {
  background-color: #0000;
  height: auto;
}

.testi-wrapper {
  background-color: #fff;
  border: 5px solid #0000000d;
  border-radius: 7px;
  width: auto;
  height: 180px;
  margin-left: auto;
  margin-right: 25px;
  padding: 35px 35px 0%;
  display: block;
  position: relative;
  overflow: hidden;
}

.testi-wrapper.second {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.image-2 {
  opacity: .07;
  position: absolute;
  bottom: -55px;
  right: -49px;
}

.image-2.haken {
  opacity: .33;
  width: 150px;
  max-width: 100%;
  margin-right: 10px;
  padding-bottom: 28px;
  padding-right: 7px;
}

.testi-author {
  align-items: center;
  display: flex;
}

.testi-author.add-margin {
  margin-top: 20px;
}

.testi-photo {
  background-image: url('../images/team-2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 13px;
}

.testi-photo._2 {
  background-image: url('../images/team-3.jpg');
  background-size: 120px;
}

.testi-photo._3 {
  background-image: none;
  background-size: cover;
}

.testi-photo._4 {
  background-image: url('../images/ceo.jpg');
  background-size: cover;
}

.testi-photo._5 {
  background-image: url('../images/team-2.jpg');
  background-size: cover;
}

.testi-name {
  margin-top: 0;
  margin-bottom: 0;
}

.footer {
  background-color: #f8fbfd;
  align-items: center;
  height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer.style-2 {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-column {
  margin-right: 30px;
}

.link-block {
  width: 60px;
  height: 60px;
}

.mail {
  color: #818187;
  text-decoration: none;
  display: inline-block;
}

.mail.in-top {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.footer-title {
  align-items: center;
  height: 60px;
  display: flex;
}

.footer-sub-title {
  color: var(--lime-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.footer-block {
  color: #b0b0b4;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-block:hover {
  color: #717177;
  text-decoration: underline;
}

.horizontal-line {
  background-color: #e2eff8;
  width: 1px;
  height: 382px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 50%;
}

.horizontal-line.top {
  margin-top: 165px;
  top: 0;
  left: 50%;
  right: 50%;
}

.horizontal-line.vertical {
  width: 100%;
  height: 1px;
  margin-top: 0;
  top: 60px;
  left: 0;
  right: 0;
}

.horizontal-line.in-sub-page {
  z-index: 10;
  height: 270px;
  bottom: -121px;
}

.features-content {
  z-index: 1;
  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  width: 33.333%;
  margin-top: -1px;
  margin-left: -1px;
  padding: 80px 40px;
  position: relative;
}

.slider-banner {
  z-index: 1;
  background-color: #0000;
  height: auto;
}

.shape-9 {
  position: absolute;
  top: -150px;
  left: -300px;
}

.top-title-wrapper {
  z-index: 10;
  width: auto;
  height: auto;
  position: relative;
}

.top-title-wrapper.style-2 {
  top: -120px;
}

.about-image {
  z-index: 1;
  display: block;
  position: relative;
}

.shape-10 {
  border: 2px solid var(--lime-green);
  width: 85%;
  height: 400px;
  position: absolute;
  bottom: -35px;
  left: -30px;
}

.phone-number-wrapper {
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.phone-icon {
  margin-right: 10px;
}

.social-wrapper-banner {
  z-index: 1;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

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

.iphone-third {
  z-index: 2;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.mockup-wrapper {
  position: relative;
}

.process-icon {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.process-content {
  width: 80%;
}

.process-content.in-right {
  float: right;
}

.process-wrapper {
  flex-direction: column;
  display: flex;
}

.process-wrapper._2 {
  text-align: center;
  align-items: center;
}

.process-wrapper._3 {
  text-align: right;
  align-items: flex-end;
}

.banner-title {
  color: #fff;
  width: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.logo-client {
  float: left;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100px;
  display: flex;
}

.submit-project-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label {
  color: #717177;
  margin-bottom: 7px;
  font-weight: 400;
}

.text-field {
  border: 1px solid #e2eff8;
  border-radius: 5px;
  height: 50px;
  padding-left: 15px;
  font-size: 13px;
}

.text-field:hover {
  color: #717177;
  background-color: #0000;
}

.text-field:focus {
  border-color: var(--lime-green);
  background-color: #0000;
}

.text-field::placeholder {
  color: #b4b4b4;
}

.text-field.area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 100px;
}

.text-field.subscribe {
  float: left;
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 60%;
}

.text-field.second-field {
  width: 95%;
}

.radio-button-field {
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

.radio-button {
  background-color: #fff;
  margin-top: 0;
  display: block;
}

.field-label-2 {
  display: none;
}

.radio-1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.radio-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 5px;
  margin-top: 5px;
  padding: 30px;
}

.radio-wrapper:hover {
  border-color: var(--lime-green);
}

.success-message {
  background-color: var(--lime-green);
  color: #fff;
  border-radius: 5px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff5a5a;
  border-radius: 5px;
}

.project-wrapper {
  float: left;
  color: #212127;
  text-align: center;
  width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.project-wrapper.second-style {
  box-shadow: 0 20px 50px -20px #0000001a;
}

.project-wrapper.second-style.no-shadow {
  box-shadow: none;
}

.project-image {
  width: 100%;
}

.open-project {
  background-color: var(--lime-green);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.arrow-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.maximize-arrow {
  width: 100%;
  height: 100%;
}

.minimize-arrow {
  width: 100%;
  height: 100%;
  position: absolute;
}

.project-tittle {
  color: #fff;
  margin-top: 0;
  font-size: 19px;
  line-height: 26px;
}

.project-tittle.black {
  color: #212127;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.project-tittle.black.biger {
  font-size: 20px;
  font-weight: 500;
}

.project-tittle.biger {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.project-content-inside {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-item {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-item.second {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.banner-image {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.shape-11 {
  border-top: 150px solid #ffc0c000;
  border-bottom: 50px solid #0000;
  border-left: 150px solid var(--lime-green);
  filter: blur(5px);
  width: 0;
  height: 0;
  position: absolute;
  bottom: 200px;
  right: 60px;
}

.button-divider {
  width: 20px;
  display: inline-block;
}

.image-left-full {
  border-radius: 70px;
  max-width: none;
  max-height: 100%;
}

.image-left-full.in-map {
  width: 1080px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.image-left-full.ipad {
  border-radius: 0;
  margin-top: 100px;
  margin-left: -100px;
}

.image-left-full.iphone-fourth {
  float: right;
  position: relative;
  left: 138px;
}

.image-left-full.iphone-fourth.absolute {
  position: absolute;
  bottom: 82px;
  left: auto;
  right: -50px;
}

.circle-icon {
  float: left;
  border: 2px solid var(--lime-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 25px;
  display: flex;
}

.services-content {
  position: relative;
  overflow: hidden;
}

.list-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-image {
  margin-right: 10px;
}

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

.slide-nav-none {
  display: none;
}

.project-slider {
  background-color: #0000;
  height: auto;
}

.arrow-slider {
  color: var(--lime-green);
  background-color: #fff;
  width: 60px;
  height: 60px;
  font-size: 16px;
  box-shadow: -14px 14px 50px -20px #0000004d;
}

.arrow-slider.left {
  box-shadow: 14px 14px 50px -20px #0000004d;
}

.team-photo {
  border-radius: 20px;
}

.team-wrapper-second {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-icon {
  margin-bottom: 20px;
}

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

.map {
  filter: grayscale();
  width: 100%;
  height: 100%;
}

.shape-12 {
  background-image: linear-gradient(135deg, #2adc6526, #f8fbfd 54%);
  border-radius: 100%;
  width: 800px;
  height: 800px;
  position: absolute;
  bottom: -176px;
  right: -154px;
}

.green-shape {
  width: 100%;
  max-width: none;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.laptop-image {
  float: right;
  max-width: none;
  max-height: 100%;
}

.circle-icon-service {
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quote-icon-big {
  float: left;
  margin-right: 25px;
}

.block-quote {
  margin-bottom: 0;
}

.quote-wrapper {
  align-items: flex-start;
  display: flex;
}

.project-image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper.top-rounded {
  border-radius: 10px 10px 0 0;
}

.project-image-wrapper.with-corner {
  border-radius: 0;
}

.image-project-overlay {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.square-icon {
  background-color: var(--lime-green);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.scroll-down-wrapper {
  z-index: 1;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.mouse-scroll {
  border: 2px solid #ffec9d;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 23px;
}

.mouse-dots {
  background-color: var(--black);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: 10px;
}

.make-relative {
  position: relative;
}

.about-image-1 {
  border-radius: 5px;
  width: 380px;
  margin-top: 200px;
  margin-right: 20px;
}

.about-image-2-2 {
  border-radius: 5px;
  width: 326px;
  margin-top: -48px;
  margin-left: -10px;
}

.about-wrapper {
  align-items: center;
  display: flex;
}

.background-video {
  filter: grayscale();
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.video-overlay {
  background-image: linear-gradient(#ffffffbf, #fff 88%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.features-image {
  border-radius: 5px;
  margin-top: 0;
}

.project-full {
  z-index: 2;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.project-full.auto-project {
  height: auto;
  overflow: hidden;
}

.project-list-wrapper {
  height: 100vh;
}

.project-list-wrapper.make-half {
  height: 700px;
}

.collection-list {
  height: 100%;
}

.project-full-item {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.project-image-zoom {
  filter: blur(5px);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transform: scale(1.1);
}

.project-image-zoom.not-blur {
  filter: none;
}

.project-image-overlay {
  z-index: 1;
  background-color: #fff6;
  background-image: radial-gradient(circle, #0000, #fff 89%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.project-image-overlay.in-banner {
  background-color: #fffc;
  background-image: radial-gradient(circle, #0000, #fff);
}

.project-image-overlay.less-gradient {
  background-color: #ffffff1a;
  background-image: radial-gradient(circle, #0000, #fffffff7);
}

.project-percent {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-percent.more {
  width: 70%;
}

.project-white-content {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 90px;
}

.banner-image-zoom {
  background-image: url('../images/b-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.logo-banner {
  z-index: 4;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

.blog-wrapper {
  float: left;
  color: #313137;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-wrapper:hover {
  color: var(--lime-green);
}

.blog-wrapper.second-style {
  border-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.blog-wrapper.second-style.with-margin {
  margin-bottom: 80px;
}

.blog-wrapper.third-style {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
}

.blog-wrapper.third-style.with-margin {
  margin-bottom: 20px;
}

.blog-wrapper.third-style.final {
  width: 96%;
  margin-bottom: 20px;
}

.blog-wrapper.in-blog-page {
  width: 94%;
  margin-bottom: 25px;
}

.blog-photo {
  margin-left: 80px;
  position: relative;
  overflow: hidden;
}

.blog-photo.normal {
  margin-left: 0;
}

.blog-photo.half {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  margin-left: 0;
  margin-right: 30px;
}

.blog-photo.half.for-sidebar {
  width: 130px;
  height: 130px;
}

.blog-category {
  color: #919197;
  background-color: #fff;
  border-radius: 3px;
  padding: 7px 15px;
  font-size: 13px;
  position: absolute;
  top: 12.5px;
  right: 12.5px;
}

.blog-category.left {
  top: 12.5px;
  left: 12.5px;
  right: auto;
}

.blog-category.normal {
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
}

.blog-content {
  background-color: #fff;
  padding: 35px;
}

.blog-content.second-content {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  padding: 70px;
  position: relative;
  left: -80px;
}

.blog-content.third-content {
  background-color: #0000;
  flex: 1;
  padding: 10px 0 0;
}

.blog-title {
  margin-top: 15px;
  font-size: 19px;
  line-height: 28px;
}

.blog-title.small-blog-title {
  margin-top: 5px;
  font-size: 17px;
  line-height: 24px;
}

.date-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.date-image {
  margin-right: 15px;
}

.blog-image {
  border-radius: 3px;
}

.blog-flex {
  margin-right: 30px;
}

.sub-banner {
  z-index: 1;
  background-color: #f8fbfd;
  background-image: linear-gradient(#ffffff80, #ffffff80), none;
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 500px;
  position: relative;
}

.portfolio-big-wrapper {
  z-index: 1;
  position: relative;
}

.project-image-big {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sidebar-content {
  margin-bottom: 50px;
}

.sidebar-title {
  color: #babac3;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-bottom: 1px solid #e2eff8;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

.price-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  width: 97%;
  position: relative;
}

.top-price {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.price-middle {
  padding-top: 10px;
  padding-bottom: 0;
}

.price-square {
  border: 2px solid var(--lime-green);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price {
  color: var(--lime-green);
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

.from-text {
  margin-bottom: 0;
}

.price-end {
  padding: 25px 40px 40px;
}

.price-title {
  color: var(--lime-green);
}

.tabs-menu {
  float: left;
  width: 30%;
  margin-right: 0;
}

.tab-link {
  color: #aaa;
  background-color: #fff;
  border: 1px solid #e2eff8;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: flex;
}

.tab-link.w--current {
  background-color: #fafafa;
}

.faq-image {
  margin-right: 15px;
}

.faq-image.with-margin {
  margin-bottom: 30px;
}

.tabs-content {
  border: 1px solid #e2eff8;
  height: 100%;
  padding: 60px;
  left: -1px;
}

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

.utility-page-wrap {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

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

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

.utility-page-form.horizontal {
  flex-direction: column;
  display: block;
}

._404-icon {
  filter: sepia();
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-left {
  margin-left: 50px;
  margin-right: 0;
}

.project-left.base {
  margin-left: 0;
  margin-right: 50px;
}

.project-title {
  margin-top: 0;
}

.reverse-row {
  flex-direction: row-reverse;
  display: flex;
}

.link {
  color: #717177;
  display: inline-block;
}

.link.with-left-margin {
  margin-right: 5px;
}

.blog-wrapper-page {
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  margin-right: 50px;
  position: relative;
  overflow: hidden;
}

.blog-content-page {
  width: 85%;
  margin: 50px auto 40px;
  display: block;
}

.pres-1 {
  z-index: 2;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-2 {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: -100px;
  transform: translate(0, -50%);
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-3 {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-5 {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -143px;
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-6 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-7 {
  position: absolute;
  top: 45%;
  right: -100px;
  transform: translate(0, -50%);
  box-shadow: 1px 1px 30px #0000000d;
}

.intro-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-features-title {
  width: 800px;
  margin-top: 0;
  display: block;
}

.intro-features-wrapper {
  width: 90%;
  padding-top: 10px;
}

.banner-overlay {
  z-index: 20;
  text-indent: 20px;
  background-color: #ffffffb3;
  background-image: linear-gradient(#ffffff6e, #ffffffe6 91%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.pres-8 {
  position: absolute;
  top: -169px;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.pres-wrapper {
  width: 93%;
  height: 640px;
  position: relative;
  overflow: hidden;
  box-shadow: 31px 31px 44px -22px #6775824d;
}

.layout-title {
  background-color: var(--lime-green);
  color: #fff;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px 9px;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

.pres-image {
  width: 100%;
}

.inner-page-wrapper {
  color: #212127;
  background-color: #fff;
  width: 23.3%;
  margin-right: 20px;
  padding: 25px 30px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 16px 16px 22px -15px #67758233;
}

.inner-page-wrapper:hover {
  box-shadow: none;
}

.inner-page-wrapper.five {
  width: 18.3%;
  margin-right: 20px;
}

.inner-page-wrapper.three {
  width: 31.6%;
}

.inner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 25%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.button-wrapper {
  text-align: center;
  padding: 40px;
}

.button-wrapper.with-color {
  background-color: var(--lime-green);
}

.paragraph-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-paragraph {
  margin-bottom: 0;
}

.logo-white-image {
  width: 60px;
}

.big.in-changelog {
  color: var(--lime-green);
  font-size: 20px;
  font-weight: 500;
}

.column-none {
  display: none;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client-wrapper._100 {
  width: 100%;
}

.logo-client-2 {
  opacity: .7;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  transition: all .2s;
  display: flex;
}

.logo-client-2:hover {
  opacity: 1;
}

.heading {
  margin-top: 50px;
}

.footer-dark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 122px;
  margin-top: 0;
  padding: 50px 30px 15px;
  display: block;
  position: relative;
  bottom: auto;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-top: -16px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  color: var(--gelb);
  background-color: #e4ebf3;
  border: 3px solid #ffec9d9c;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 48px;
}

.footer-copyright-center {
  color: #212127d9;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}

.body {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph {
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.column-2 {
  object-fit: fill;
  margin-top: -15px;
}

.column-3 {
  cursor: auto;
  object-fit: fill;
  align-items: center;
  margin-top: -15px;
  display: block;
}

.column-4 {
  margin-top: -15px;
}

.column-5 {
  display: block;
}

.column-6, .column-7 {
  margin-top: 45px;
}

.heading-2 {
  margin-top: 0;
}

.paragraph-2 {
  color: #868686;
  margin-top: -12px;
  padding-top: 0;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-3 {
  color: #868686;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-4 {
  font-size: 18px;
}

.columns {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.p1 {
  text-align: center;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 17px;
  line-height: 25px;
}

.column-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  right: auto;
}

.column-9 {
  left: auto;
}

.heading-3 {
  display: block;
  position: absolute;
  left: 160px;
  right: auto;
}

.paragraph-5 {
  flex-direction: row;
  width: 800px;
  display: block;
  position: absolute;
  left: auto;
  right: 140px;
}

.div-block {
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: -40px;
  display: block;
  position: static;
}

.heading-4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.bold-text-2 {
  border-style: none none solid;
  border-width: 0 1px 4px;
  border-color: var(--gelb);
  color: var(--black);
  border-radius: 1px;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
}

.heading-5 {
  font-weight: 500;
}

.bold-text-3 {
  color: var(--black-2);
  border-bottom: 3px solid #ffec9dad;
  font-size: 21px;
  font-weight: 500;
}

.heading-6 {
  border-bottom: 4px solid var(--gelb);
  text-align: center;
  margin-top: 30px;
  font-size: 21px;
}

.heading-7 {
  color: #212127a6;
  text-align: center;
  margin-top: 40px;
}

.paragraph-6 {
  text-align: center;
  margin-top: 20px;
}

.paragraph-7 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph-8 {
  text-align: center;
  margin-top: 20px;
}

.heading-8 {
  text-align: center;
  margin-top: 30px;
}

.heading-9 {
  margin-top: 12px;
}

.link-block-2 {
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 25px;
  display: flex;
}

.navlink-copy, .navlink-copy-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 18px 25px 15px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.image-3 {
  border: .5px solid var(--black-2);
  border-radius: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.navlink-copy-3 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 18px 25px 15px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.italic-text {
  font-size: 15px;
  line-height: 18px;
}

.team-wrapper-copy {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  width: 95%;
  height: 574px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 25px;
  display: block;
}

.bold-text-4 {
  font-weight: 500;
}

.column-10, .column-11 {
  margin-top: 45px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 500;
}

.paragraph-small-copy {
  color: #868686;
  white-space: normal;
  width: auto;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 26px;
  position: static;
  overflow: visible;
}

.paragraph-small-copy.copyright {
  margin-bottom: 0;
}

.paragraph-small-copy.white {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-small-copy.in-list, .paragraph-small-copy.date, .paragraph-small-copy.in-faq {
  margin-bottom: 0;
}

.paragraph-small-copy.block {
  margin-right: 5px;
  display: inline-block;
}

.paragraph-small-copy.block.darker {
  color: #717177;
}

.columns-2 {
  margin-bottom: 10px;
}

.paragraph-9, .paragraph-10 {
  line-height: 28px;
}

.paragraph-11, .paragraph-12 {
  line-height: 29px;
}

.container-copy {
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-top: -32px;
  display: block;
  overflow: visible;
}

.container-copy.center.style-2, .container-copy.center.style-3 {
  top: 45%;
}

.form-block {
  width: 700px;
  margin-left: 60px;
  position: relative;
  left: 25%;
}

.form-block.formularein {
  display: block;
  overflow: visible;
}

.text-field-2 {
  height: 200px;
}

.form {
  background-color: #ffec9d80;
  border: 20px solid #ffec9d80;
  margin-top: 40px;
}

.form.formular1 {
  background-color: #fff6d1;
  border-width: 40px;
  border-color: #ffe88680;
  width: 784px;
  margin-top: 60px;
  margin-left: -67px;
  display: block;
  overflow: visible;
}

.field-label-3, .field-label-4 {
  font-weight: 500;
}

.container-navi {
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-top: 20px;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.container-navi.center {
  z-index: 1;
  clear: both;
  margin-top: 0;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-navi.center.style-2, .container-navi.center.style-3 {
  top: 45%;
}

.container-navi.center.sub-banner-style {
  top: 55%;
}

.container-navi.center.intro {
  top: 45%;
}

.container-navi.in-mockup {
  margin-top: -450px;
}

.container-navi.banner-style-3 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.submit-button {
  background-color: var(--black-2);
  margin-top: 10px;
  font-size: 15px;
}

.container-uber-uns {
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-top: 0;
  display: block;
  overflow: visible;
}

.container-uber-uns.center {
  z-index: 1;
  clear: both;
  margin-top: 0;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-uber-uns.center.style-2, .container-uber-uns.center.style-3 {
  top: 45%;
}

.container-uber-uns.center.sub-banner-style {
  top: 55%;
}

.container-uber-uns.center.intro {
  top: 45%;
}

.container-uber-uns.in-mockup {
  margin-top: -450px;
}

.container-uber-uns.banner-style-3 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.ceo-photo-copy {
  background-color: #000;
  background-image: url('../images/team-4_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px 200px 200px 150px;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 14px 14px 50px -20px #00000080;
}

.ceo-photo-copy.in-team {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  width: 200px;
  margin-top: -120px;
  display: block;
}

.ceo-photo-copy.in-team._2 {
  background-image: url('../images/team-4.jpg');
  background-position: 50% 0;
}

.ceo-photo-copy.in-team._3 {
  background-image: url('../images/team-1.jpg');
}

.circle-shape-copy {
  z-index: 1;
  background-image: url('../images/b-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  right: 26px;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

.heading-10 {
  border-bottom: 3px solid #ffec9d99;
  margin-top: 100px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-13 {
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-field-2-copy {
  height: 200px;
}

.text-field-3 {
  height: 100px;
}

.ceo-name-copy {
  color: #d6c681;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bold-text-10 {
  font-weight: 500;
}

.italic-text-2 {
  line-height: 27px;
}

.h1 {
  border-bottom: 0px solid var(--gelb);
  text-align: right;
}

.paragraph-14 {
  line-height: 27px;
}

.subscript {
  border-bottom: 4px solid var(--gelb);
}

.heading-11 {
  border-bottom: 3px solid var(--gelb);
  line-height: 41px;
}

.text-block {
  border-bottom: 2px solid #21212770;
  justify-content: flex-start;
  width: 200px;
  display: block;
  position: absolute;
  inset: 50% 7% 50% auto;
}

.text-block-copy {
  color: #ccbd7d;
  text-align: right;
  cursor: pointer;
  border: 0 #000;
  justify-content: flex-start;
  width: 200px;
  margin-left: 838px;
  margin-right: 0;
  display: block;
  position: static;
  inset: 50% 10% 50% auto;
}

.heading-12 {
  border-bottom: 3px none var(--gelb);
  color: var(--gelb);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  text-decoration: underline;
}

.heading-13 {
  border-bottom: 4px solid var(--gelb);
  font-size: 40px;
}

.body-2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section-copy {
  z-index: 1;
  background-color: #fff8d9;
  margin-top: 40px;
  padding: 0 30px 10px;
  display: block;
  position: relative;
}

.body-3 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-4 {
  width: auto;
}

.paragraph-15 {
  width: 125%;
}

.body-4 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.body-5 {
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.body-6, .body-7, .body-8 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-small-copy-2 {
  color: #868686;
  white-space: normal;
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 24px;
  position: static;
  overflow: visible;
}

.paragraph-small-copy-2.copyright {
  margin-bottom: 0;
}

.paragraph-small-copy-2.white {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-small-copy-2.in-list, .paragraph-small-copy-2.date, .paragraph-small-copy-2.in-faq {
  margin-bottom: 0;
}

.paragraph-small-copy-2.block {
  margin-right: 5px;
  display: inline-block;
}

.paragraph-small-copy-2.block.darker {
  color: #717177;
}

.column-15 {
  top: -200px;
}

.section-copy {
  z-index: 1;
  background-color: #0000;
  margin-top: 0;
  padding: 0 30px 10px;
  position: relative;
}

.section-copy.gray {
  z-index: 1;
  float: none;
  clear: both;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-copy.gray.mockup {
  height: 500px;
}

.section-copy.gray.full-width {
  background-color: #fff;
  height: 100vh;
}

.section-copy.color {
  z-index: 1;
  background-color: #ffec9d73;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-copy.color.white-color {
  background-color: #fff;
}

.section-copy.with-line {
  border-bottom: 1px solid #f2f2f2;
}

.section-copy.less-padding {
  padding-top: 50px;
  padding-bottom: 60px;
}

.section-copy.image {
  background-image: linear-gradient(45deg, #00000040, #ffffff4d), url('../images/black.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 50px;
}

.section-copy.image.normal {
  padding-bottom: 180px;
}

.section-copy.overflow {
  padding-top: 0;
  overflow: hidden;
}

.section-copy.no-top-padding {
  padding-top: 60px;
}

.section-copy.with-shape {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-copy.with-shape.overflow {
  background-position: 100% 0;
  background-size: 1000px;
}

.section-copy.with-shape-second {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 900px;
  padding-top: 0;
}

.container-copy {
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-top: 100px;
  display: block;
  position: static;
  top: 100px;
  overflow: visible;
}

.container-copy.center {
  z-index: 1;
  clear: both;
  margin-top: 0;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-copy.center.style-2, .container-copy.center.style-3 {
  top: 45%;
}

.container-copy.center.sub-banner-style {
  top: 55%;
}

.container-copy.center.intro {
  top: 45%;
}

.container-copy.in-mockup {
  margin-top: -450px;
}

.container-copy.banner-style-3 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.div-block-2 {
  margin-top: 60px;
}

.heading-14 {
  border-bottom: 4px solid var(--gelb);
  width: 200px;
}

.paragraph-16 {
  width: 100%;
}

.project-content-copy {
  object-fit: contain;
  margin-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: relative;
  overflow: hidden;
}

.project-content-copy.full-version {
  overflow: hidden;
}

.project-content-copy.in-password {
  z-index: 6;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navlink-copy-2-copy, .navlink-copy-copy, .navlink-copy-copy-copy {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 18px 25px 15px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.columns-4 {
  margin-top: 0;
}

.text-field-4 {
  height: auto;
  overflow: visible;
}

.button-copy {
  background-color: var(--white);
  color: var(--black);
  cursor: auto;
  mix-blend-mode: normal;
  border-radius: 10px;
  margin-top: 5px;
  padding: 15px 33px;
  transition: all .3s;
  display: inline-block;
}

.button-copy:hover {
  background-color: var(--light-grey);
}

.button-copy.subscribe-button {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 40%;
}

.button-copy.line {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-copy.line:hover {
  color: var(--lime-green);
  background-color: #fff;
}

.button-copy.intro {
  padding-left: 13px;
}

.button-copy.full {
  text-align: center;
  width: 100%;
  display: block;
}

.nav-text-copy {
  color: #212127;
  white-space: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  flex: 1;
  width: 104px;
  padding-left: 0;
  font-size: 17px;
  line-height: 19px;
  display: block;
}

.nav-text-copy1 {
  color: #212127;
  white-space: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  flex: 1;
  width: 135px;
  padding-left: 0;
  font-size: 17px;
  line-height: 19px;
  display: block;
}

.heading-15 {
  text-align: center;
  background-color: #0000;
  font-weight: 400;
}

.grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.columns-5 {
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: none;
}

.heading-16, .heading-17, .heading-18 {
  text-align: center;
}

.image-5 {
  margin-left: 0%;
}

.paragraph-17 {
  color: #e9c946;
  text-align: center;
  margin-bottom: 60px;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-3 {
  margin-top: 60px;
}

.paragraph-18, .paragraph-19, .paragraph-20 {
  text-align: center;
}

.link-block-1 {
  margin-left: 60px;
  display: inline-block;
  position: static;
}

.body-9 {
  padding-bottom: 0;
}

.paragraph-21 {
  font-style: italic;
  text-decoration: none;
}

.link-block-1-copy, .link-block-1-copy-copy {
  margin-left: 60px;
  display: inline-block;
  position: static;
}

.submit-button-2 {
  background-color: var(--black-2);
  margin-top: 20px;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 550px;
  margin-left: 150px;
  margin-right: 0;
  display: inline-block;
}

.heading-19 {
  flex-direction: row;
  align-items: stretch;
  width: 550px;
  margin-top: 140px;
  display: inline;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label-5 {
  object-fit: fill;
}

.heading-20 {
  color: var(--black-2);
  letter-spacing: 3px;
  text-shadow: 6px 6px 15px var(--gelb);
  margin-top: 60px;
  margin-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  text-decoration: none;
}

.checkbox-field {
  margin-top: 25px;
}

.textarea {
  height: auto;
}

.checkbox {
  background-color: var(--gelb);
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 0;
}

.paragraph-22 {
  text-align: right;
  margin-top: -6px;
}

.small-title-1 {
  color: #717177;
  text-align: left;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  display: block;
}

.small-title-1.white-title {
  color: #fff;
}

.small-title-copy {
  color: #717177;
  text-align: left;
  justify-content: flex-end;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.small-title-copy.white-title {
  color: #fff;
}

.small-title-copy-copy {
  color: #717177;
  text-align: left;
  flex-direction: row;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.small-title-copy-copy.white-title {
  color: #fff;
}

.columns-7 {
  width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.small-title-2 {
  color: #717177;
  text-align: left;
  height: 100px;
  margin-top: 120px;
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.small-title-2.white-title {
  color: #fff;
}

.div-block-5 {
  margin-top: 194px;
}

.link-2 {
  color: #d6cca2;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.column-16 {
  margin-top: 0;
}

.columns-7-copy {
  width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.bewerbertext {
  color: #717177;
  text-align: center;
  height: 100px;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 70px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.bewerbertext.white-title {
  color: #fff;
}

.footer-dark-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 50px 30px 15px;
  display: block;
  position: relative;
  bottom: auto;
}

.button-kontakt {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #ffec9d;
  border-radius: 20px;
  width: 160px;
  height: 55px;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 0;
  padding: 16px 0 0 4px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.button-kontakt:hover {
  background-color: var(--light-grey);
}

.button-kontakt.subscribe-button {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 40%;
}

.button-kontakt.line {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-kontakt.line:hover {
  color: var(--lime-green);
  background-color: #fff;
}

.button-kontakt.intro {
  padding-left: 13px;
}

.button-kontakt.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button-start {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #ffec9d;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 15px;
  transition: all .3s;
  display: inline-block;
}

.button-start:hover {
  background-color: var(--light-grey);
}

.button-start.subscribe-button {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 40%;
}

.button-start.line {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-start.line:hover {
  color: var(--lime-green);
  background-color: #fff;
}

.button-start.intro {
  padding-left: 13px;
}

.button-start.full {
  text-align: center;
  width: 100%;
  display: block;
}

.about-image-2-2-copy {
  border-radius: 5px;
  width: 326px;
  margin-top: -280px;
  margin-left: 400px;
}

.heading-10-copy {
  border-bottom: 3px solid #ffec9d99;
  width: 400px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-13-copy {
  margin-top: -57px;
  margin-bottom: 100px;
  margin-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.title-wrapper-uu {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-wrapper-uu.with-margin {
  width: 85%;
  margin-top: 100px;
  margin-bottom: 140px;
}

.title-wrapper-uu.with-margin.more {
  margin-bottom: 120px;
}

.title-wrapper-uu.full-percent {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.heading-4-uu {
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.algin-center-ut {
  text-align: center;
  width: auto;
  position: relative;
}

.container-fb-fu {
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-top: 100px;
  margin-bottom: 120px;
  display: block;
  position: static;
  top: 100px;
  overflow: visible;
}

.container-fb-fu.center {
  z-index: 1;
  clear: both;
  text-align: center;
  margin-top: -51px;
  padding-left: 0;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-fb-fu.center.style-2, .container-fb-fu.center.style-3 {
  top: 45%;
}

.container-fb-fu.center.sub-banner-style {
  top: 55%;
}

.container-fb-fu.center.intro {
  top: 45%;
}

.container-fb-fu.in-mockup {
  margin-top: -450px;
}

.container-fb-fu.banner-style-3 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.column-17 {
  margin-top: 45px;
}

.left-banner-wrapper-tu.make-center {
  float: left;
  clear: right;
  text-align: left;
  margin-left: 60px;
  display: block;
}

.services-wrapper-g {
  text-align: center;
  background-color: #ffec9d;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  height: 500px;
  padding: 40px;
}

.services-wrapper-g.second-style {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 65px 30px;
  display: block;
}

.section-wb {
  z-index: 1;
  background-color: #0000;
  margin-top: 0;
  padding: 0 30px 10px;
  position: relative;
}

.section-wb.gray {
  z-index: 1;
  float: none;
  clear: both;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-wb.gray.mockup {
  height: 500px;
}

.section-wb.gray.full-width {
  background-color: #fff;
  height: 100vh;
}

.section-wb.color {
  z-index: 1;
  background-color: #ffec9d73;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-wb.color.white-color {
  background-color: #fff;
}

.section-wb.with-line {
  border-bottom: 1px solid #f2f2f2;
}

.section-wb.less-padding {
  padding-top: 50px;
  padding-bottom: 60px;
}

.section-wb.image {
  background-image: linear-gradient(45deg, #00000040, #ffffff4d), url('../images/black.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 50px;
}

.section-wb.image.normal {
  padding-bottom: 180px;
}

.section-wb.overflow {
  padding-top: 0;
  overflow: hidden;
}

.section-wb.no-top-padding {
  padding-top: 60px;
}

.section-wb.with-shape {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-wb.with-shape.overflow {
  background-position: 100% 0;
  background-size: 1000px;
}

.section-wb.with-shape-second {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 900px;
  padding-top: 0;
}

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

.footer-dark-copy-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 50px 30px 15px;
  display: block;
  position: relative;
  bottom: auto;
}

.big-title-be {
  color: var(--gelb);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 50px;
  line-height: 52px;
  text-decoration: underline;
  display: inline-block;
}

.big-title-be.style-2 {
  font-size: 60px;
  line-height: 70px;
}

.big-title-be.style-3 {
  color: #ffffff69;
  font-size: 58px;
  line-height: 70px;
}

.big-title-be.style-4 {
  font-size: 70px;
  line-height: 80px;
}

.dark-color-be {
  color: #212127;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 6px;
}

.dark-color-be.make-white {
  color: #fff;
  display: inline;
}

.about-image-1-1 {
  border-radius: 5px;
  width: 380px;
  margin-top: 200px;
  margin-right: 20px;
}

.dark-color-b {
  color: #212127;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 6px;
}

.dark-color-b.make-white {
  color: #fff;
  display: inline;
}

.dark-color-i {
  color: #212127;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 6px;
}

.dark-color-i.make-white {
  color: #fff;
  display: inline;
}

.paragraph-data {
  margin-top: -57px;
  margin-bottom: 100px;
  margin-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.left-banner-wrapper-copy.make-center {
  float: left;
  clear: right;
  text-align: left;
  margin-top: 0;
  margin-left: 100px;
  margin-right: auto;
  display: block;
}

.container-3 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
}

.section-2 {
  margin-top: 20px;
  margin-bottom: 220px;
}

.button-kontakt-copy {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #ffec9d;
  border-radius: 20px;
  width: 160px;
  height: 55px;
  margin-top: 150px;
  margin-left: 15px;
  margin-right: 0;
  padding: 16px 0 0 4px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.button-kontakt-copy:hover {
  background-color: var(--light-grey);
}

.button-kontakt-copy.subscribe-button {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 40%;
}

.button-kontakt-copy.line {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-kontakt-copy.line:hover {
  color: var(--lime-green);
  background-color: #fff;
}

.button-kontakt-copy.intro {
  padding-left: 13px;
}

.button-kontakt-copy.full {
  text-align: center;
  width: 100%;
  display: block;
}

.small-title-start-copy {
  color: #717177;
  text-align: left;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.small-title-start-copy.white-title {
  color: #fff;
}

.left-banner-wrapper-tu-copy.make-center {
  float: left;
  clear: right;
  text-align: left;
  margin-left: 60px;
  display: block;
}

.left-banner-wrapper-tu-copy.make-center-copy {
  float: left;
  clear: right;
  text-align: left;
  margin-top: 300px;
  margin-left: 60px;
  display: block;
}

.button-start-copy {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #ffec9d;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: -20px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 15px;
  transition: all .3s;
  display: inline-block;
}

.button-start-copy:hover {
  background-color: var(--light-grey);
}

.button-start-copy.subscribe-button {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 40%;
}

.button-start-copy.line {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-start-copy.line:hover {
  color: var(--lime-green);
  background-color: #fff;
}

.button-start-copy.intro {
  padding-left: 13px;
}

.button-start-copy.full {
  text-align: center;
  width: 100%;
  display: block;
}

.heading-2-fu {
  margin-top: 220px;
}

.top-margin-1 {
  margin-top: 60px;
  margin-bottom: 0;
}

.top-margin-1.medium {
  margin-top: 50px;
}

.top-margin-1.small {
  margin-top: 15px;
}

.top-margin-1.big {
  margin-top: 90px;
}

.top-margin-2 {
  margin-top: 60px;
  margin-bottom: 0;
}

.top-margin-2.medium {
  margin-top: 50px;
}

.top-margin-2.small {
  margin-top: 15px;
}

.top-margin-2.big {
  margin-top: 90px;
}

.left-padding-copy {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 700px;
  padding-right: 50px;
  display: flex;
}

.left-padding-copy.no-padding {
  padding-right: 0;
}

.left-padding-copy.make-left {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
}

.left-padding-copy.add-bottom-margin {
  width: auto;
  margin-top: 40px;
  margin-left: 20px;
  padding-right: 0;
}

.left-padding-copy.add-more-right {
  margin-top: -19px;
  padding-left: 0;
  padding-right: 0;
}

.algin-center-1, .algin-center-2 {
  text-align: center;
  width: auto;
  margin-top: 350px;
  position: relative;
}

.left-padding-fb {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 700px;
  padding-right: 50px;
  display: flex;
}

.left-padding-fb.no-padding {
  padding-right: 0;
}

.left-padding-fb.make-left {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
}

.left-padding-fb.add-bottom-margin {
  width: auto;
  margin-top: 40px;
  padding-right: 0;
}

.left-padding-fb.add-more-right {
  margin-top: -19px;
  padding-left: 0;
  padding-right: 0;
}

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

.flex-row-fu.no-flex {
  z-index: auto;
  margin-top: -38px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.flex-row-fu.no-flex.make-flex-again {
  margin-top: -140px;
}

.flex-row-fu.vertical-flex.no-reverse {
  margin-top: -65px;
}

.left-padding-fu {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 700px;
  padding-right: 50px;
  display: flex;
}

.left-padding-fu.no-padding {
  padding-right: 0;
}

.left-padding-fu.make-left {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
}

.left-padding-fu.add-bottom-margin {
  width: auto;
  margin-top: 40px;
  margin-left: 20px;
  padding-right: 0;
}

.left-padding-fu.add-more-right {
  margin-top: -19px;
  padding-left: 0;
  padding-right: 0;
}

.container-fb {
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-top: 0;
  display: block;
  position: static;
  top: 100px;
  overflow: visible;
}

.container-fb.center {
  z-index: 1;
  clear: both;
  text-align: center;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: 30%;
  transform: translate(0, -50%);
}

.container-fb.center.style-2, .container-fb.center.style-3 {
  top: 45%;
}

.container-fb.center.sub-banner-style {
  top: 55%;
}

.container-fb.center.intro {
  top: 45%;
}

.container-fb.in-mockup {
  margin-top: -450px;
}

.container-fb.banner-style-3 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.algin-center-fb {
  text-align: center;
  width: auto;
  margin-top: 350px;
  position: relative;
}

.scroll-down-wrapper-1 {
  z-index: 1;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.mouse-scroll-1 {
  border: 2px solid #ffec9d;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 23px;
}

.features-image-1 {
  border-radius: 5px;
  margin-top: 0;
}

.left-padding-b {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 700px;
  padding-right: 50px;
  display: flex;
}

.left-padding-b.no-padding {
  padding-right: 0;
}

.left-padding-b.make-left {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
}

.left-padding-b.add-bottom-margin {
  width: auto;
  margin-top: 40px;
  padding-right: 0;
}

.left-padding-b.add-more-right {
  margin-top: -19px;
  padding-left: 0;
  padding-right: 0;
}

.left-padding-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 700px;
  padding-right: 50px;
  display: flex;
}

.left-padding-2.no-padding {
  padding-right: 0;
}

.left-padding-2.make-left {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
}

.left-padding-2.add-bottom-margin {
  width: auto;
  margin-top: 40px;
  padding-right: 0;
}

.left-padding-2.add-more-right {
  margin-top: -19px;
  padding-left: 0;
  padding-right: 0;
}

.container-u {
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-top: 0;
  display: block;
  position: static;
  top: 100px;
  overflow: visible;
}

.container-u.center {
  z-index: 1;
  clear: both;
  text-align: center;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: 30%;
  transform: translate(0, -50%);
}

.container-u.center.style-2, .container-u.center.style-3 {
  top: 45%;
}

.container-u.center.sub-banner-style {
  top: 55%;
}

.container-u.center.intro {
  top: 45%;
}

.container-u.in-mockup {
  margin-top: -450px;
}

.container-u.banner-style-3 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.column-21 {
  margin-top: 45px;
}

.paragraph-small-copy-3 {
  color: #868686;
  white-space: normal;
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  position: static;
  overflow: visible;
}

.image-6 {
  width: auto;
}

.team-wrapper-copy-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  width: 95%;
  height: 531px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 25px;
  display: block;
}

.column-22 {
  margin-top: 45px;
}

.top-margin-3 {
  margin-top: 60px;
  margin-bottom: 140px;
}

.top-margin-3.small {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 0;
  }

  .banner {
    height: auto;
    margin-top: 0;
    top: 100px;
  }

  .banner.style-2 {
    height: 700px;
  }

  .banner.style-3 {
    background-image: linear-gradient(#0003, #0003), none;
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 800px;
    overflow: hidden;
  }

  .banner.style-4 {
    background-color: #58e486;
    height: 800px;
  }

  .banner.style-5 {
    height: 660px;
  }

  .banner.style-6, .banner.intro {
    height: 800px;
  }

  .project-content {
    margin-bottom: 0;
    bottom: auto;
  }

  .section-ub {
    margin-top: 100px;
  }

  .section-ub.gray {
    margin-top: 0;
  }

  .section-ub.gray.full-width {
    height: auto;
  }

  .section-ub.color {
    margin-top: 220px;
  }

  .section-ub.image {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-ub.image.normal {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-ub.with-shape.overflow, .section-ub.with-shape-second {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container {
    margin-top: 0;
  }

  .container.center {
    max-width: none;
    margin-top: 0;
    top: 89px;
  }

  .container.center.style-2, .container.center.style-3, .container.center.intro {
    top: 50%;
  }

  .container.center.normal {
    top: 0%;
    transform: none;
  }

  .container.banner-style-3 {
    top: 55%;
  }

  .navbar {
    align-self: auto;
    position: relative;
    top: auto;
  }

  .navbar.white-style {
    position: absolute;
  }

  .navlink {
    align-items: flex-start;
    padding: 0;
    display: block;
  }

  .icon {
    margin-right: 25px;
  }

  .logo-image {
    margin-left: 30px;
  }

  .shape-1 {
    bottom: 36px;
  }

  .shape-1.fourth-style {
    right: -109px;
  }

  .shape-4.version-2 {
    right: 195px;
  }

  .shape-4.fourth-style {
    right: 32px;
  }

  .shape-6 {
    width: 615px;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 50px;
    left: 320px;
    right: 0;
  }

  .flex-row.no-flex {
    margin-top: -130px;
    display: block;
  }

  .flex-row.no-flex.make-flex-again {
    flex-direction: column;
    align-items: center;
    margin-top: -200px;
    display: flex;
  }

  .flex-row.vertical-flex.no-reverse {
    margin-top: 100px;
  }

  .shape-8 {
    bottom: 14px;
    right: 25px;
  }

  .shape-8.style-2 {
    right: 24px;
  }

  .vertical-wrapper {
    display: none;
    top: -2px;
  }

  .vertical-wrapper.left {
    top: 53px;
  }

  .algin-center.make-algin-left {
    text-align: left;
  }

  .title-wrapper.with-margin {
    margin-top: 100px;
    position: relative;
  }

  .big-title {
    font-size: 30px;
    line-height: 36px;
  }

  .big-title.style-3, .big-title.style-4 {
    font-size: 50px;
    line-height: 60px;
  }

  .dark-color-u {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    position: relative;
    left: auto;
  }

  .top-margin {
    margin-top: 60px;
  }

  .top-margin.medium.no-margin {
    margin-top: 0;
  }

  .top-margin.small {
    margin-left: auto;
    margin-right: auto;
  }

  .button-be {
    margin-top: -89px;
  }

  .left-banner-wrapper.make-center {
    text-align: center;
    margin-top: 0;
    margin-left: 20px;
    margin-right: auto;
    position: relative;
    top: 170px;
  }

  .ceo-photo.in-team {
    margin-left: -25px;
    margin-right: auto;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    position: relative;
  }

  .nav-menu.in-mobile.second {
    background-color: #515157;
  }

  .services-wrapper {
    height: 585px;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .services-wrapper.second-style {
    margin-bottom: 100px;
  }

  .services-wrapper.second-style.no-margin {
    margin-bottom: 0;
  }

  .paragraph-small {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    right: auto;
  }

  .services-title {
    margin-bottom: 20px;
  }

  .left-padding {
    align-items: center;
    height: auto;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .left-padding.add-more-right {
    padding-left: 0;
  }

  .circle-shape {
    width: 500px;
    height: 500px;
    display: none;
    top: -121px;
    left: 92px;
  }

  .shape-7 {
    bottom: 3px;
    right: 0;
  }

  .iphone-second {
    left: -1px;
  }

  .fun-facts-wrapper {
    justify-content: center;
    margin-bottom: 50px;
  }

  .fun-facts-wrapper.no-fun-margin {
    margin-bottom: 0;
  }

  .team-wrapper {
    width: 102%;
    height: 79%;
    margin-bottom: 50px;
  }

  .slide-nav.change-position {
    text-align: left;
  }

  .testi-wrapper {
    width: 95%;
    margin-top: 50px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .testi-wrapper.second {
    padding: 20px;
  }

  .testi-author.add-margin {
    display: block;
  }

  .testi-name {
    margin-top: 15px;
  }

  .footer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .footer.style-2 {
    height: auto;
    position: relative;
  }

  .horizontal-line {
    height: 312px;
  }

  .horizontal-line.top {
    height: 333px;
    margin-top: -60px;
  }

  .features-content {
    padding: 40px 20px 30px;
  }

  .top-title-wrapper {
    margin-top: 310px;
    margin-bottom: 40px;
  }

  .top-title-wrapper.style-2 {
    margin-bottom: 0;
    top: 0;
  }

  .shape-10 {
    left: -8px;
  }

  .iphone-third {
    width: 20%;
  }

  .process-content {
    width: 95%;
  }

  .submit-project-wrapper {
    width: 100%;
  }

  .open-project {
    display: none;
  }

  .project-content-inside {
    width: 90%;
  }

  .project-item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-item.second {
    width: 100%;
  }

  .banner-image {
    display: none;
  }

  .shape-11 {
    bottom: 85px;
    right: -35px;
  }

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

  .image-left-full.ipad {
    margin-top: 0;
    margin-left: 0;
  }

  .image-left-full.iphone-fourth {
    left: 0;
  }

  .image-left-full.iphone-fourth.absolute {
    bottom: 0;
    right: 0;
  }

  .services-content {
    margin-bottom: 50px;
  }

  .green-shape {
    display: none;
  }

  .laptop-image {
    width: 200%;
  }

  .scroll-down-wrapper {
    margin-top: 0;
  }

  .features-image {
    margin-top: 100px;
  }

  .project-full, .project-list-wrapper {
    height: 800px;
  }

  .project-list-wrapper.make-half {
    height: 320px;
  }

  .project-image-overlay {
    background-color: #ffffffb3;
    background-image: none;
  }

  .blog-wrapper {
    margin-bottom: 20px;
  }

  .blog-wrapper.in-blog-page {
    width: 100%;
  }

  .blog-photo {
    margin-left: 0;
  }

  .blog-content.second-content {
    padding: 40px;
    left: -20px;
  }

  .blog-item {
    width: 100%;
  }

  .sidebar {
    margin-top: 50px;
  }

  .sidebar.no-sidebar-margin {
    margin-top: 0;
  }

  .price-wrapper {
    width: 70%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tabs-menu {
    float: none;
    width: 100%;
  }

  .tabs-content {
    left: 0;
  }

  .utility-page-wrap {
    height: 800px;
  }

  .project-left {
    margin-top: 50px;
    margin-left: 0;
  }

  .project-left.base {
    margin-right: 0;
  }

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

  .reverse-row.normal-row {
    display: block;
  }

  .blog-wrapper-page {
    margin-right: 0;
  }

  .intro-features-wrapper {
    margin-top: 15px;
  }

  .inner-page-wrapper {
    width: 22.1%;
    padding: 15px 18px;
  }

  .inner-page-wrapper.five {
    width: 17.1%;
  }

  .inner-page-wrapper.three {
    width: 30.4%;
  }

  .inner-title {
    font-size: 15px;
  }

  .menu-button {
    border-radius: 3px;
    padding: 7px;
    font-size: 25px;
    font-weight: 100;
    top: auto;
  }

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

  .menu-button.white-button {
    color: var(--lime-green);
    background-color: #fff;
    display: flex;
  }

  .mobile-margin {
    margin-top: 50px;
  }

  .top-style-3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .logo-client-2 {
    flex: 0 25%;
  }

  .footer-dark {
    margin-top: 0;
  }

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

  .footer-wrapper {
    position: relative;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .column-6, .column-7 {
    margin-top: 0;
  }

  .heading-2 {
    width: 252px;
  }

  .paragraph-3 {
    width: 196px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
    position: relative;
    right: 28px;
  }

  .div-block {
    width: auto;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .paragraph-6, .heading-9 {
    margin-bottom: 10px;
  }

  .navlink-copy {
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .navlink-copy-2 {
    align-items: flex-start;
  }

  .image-3 {
    width: 100px;
  }

  .navlink-copy-3 {
    align-items: flex-start;
  }

  .team-wrapper-copy {
    width: 88%;
    height: 75%;
    margin-bottom: 50px;
  }

  .columns-2 {
    margin-top: 140px;
  }

  .container-copy.center.style-2, .container-copy.center.style-3, .container-copy.center.intro {
    top: 50%;
  }

  .container-navi {
    max-width: none;
    max-height: none;
  }

  .container-navi.center.style-2, .container-navi.center.style-3, .container-navi.center.intro {
    top: 50%;
  }

  .container-navi.center.normal {
    top: 0%;
    transform: none;
  }

  .container-navi.banner-style-3 {
    top: 55%;
  }

  .container-uber-uns {
    margin-top: -41px;
    position: relative;
    top: 60px;
  }

  .container-uber-uns.center.style-2, .container-uber-uns.center.style-3, .container-uber-uns.center.intro {
    top: 50%;
  }

  .container-uber-uns.center.normal {
    top: 0%;
    transform: none;
  }

  .container-uber-uns.banner-style-3 {
    top: 55%;
  }

  .ceo-photo-copy.in-team {
    margin-left: -25px;
    display: block;
  }

  .circle-shape-copy {
    width: 500px;
    height: 500px;
    display: none;
    top: -121px;
    left: 92px;
  }

  .text-block-copy {
    margin-left: 45%;
  }

  .section-copy.with-shape.overflow, .section-copy.with-shape-second {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-15 {
    width: 500px;
  }

  .column-12 {
    position: absolute;
  }

  .paragraph-small-copy-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .column-13, .column-14 {
    margin-top: 0;
  }

  .columns-3 {
    flex-flow: row;
    align-items: stretch;
    display: flex;
  }

  .column-15 {
    margin-top: -102px;
  }

  .section-copy.with-shape.overflow, .section-copy.with-shape-second {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-copy.with-shape.overflow, .section-copy.with-shape-second {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-copy.with-shape.overflow, .section-copy.with-shape-second {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-copy {
    margin-top: 60px;
  }

  .section-copy.gray.full-width {
    height: auto;
  }

  .section-copy.color {
    margin-top: 100px;
  }

  .section-copy.image {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-copy.image.normal {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-copy.with-shape.overflow, .section-copy.with-shape-second {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-copy {
    margin-top: 0;
  }

  .container-copy.center {
    max-width: none;
    top: 40px;
  }

  .container-copy.center.style-2, .container-copy.center.style-3, .container-copy.center.intro {
    top: 50%;
  }

  .container-copy.center.normal {
    top: 0%;
    transform: none;
  }

  .container-copy.banner-style-3 {
    top: 55%;
  }

  .div-block-2 {
    margin-top: 100px;
  }

  .heading-14 {
    border-bottom: 3px solid var(--gelb);
  }

  .paragraph-16 {
    width: 500px;
  }

  .project-content-copy {
    object-fit: contain;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
  }

  .navlink-copy-2-copy {
    align-items: flex-start;
  }

  .navlink-copy-copy, .navlink-copy-copy-copy {
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .button-copy {
    margin-top: -89px;
  }

  .heading-15 {
    outline-offset: 0px;
    border-bottom: 0 solid #000;
    outline: 3px #212127;
  }

  .columns-7 {
    width: 77%;
  }

  .small-title-2 {
    margin-top: 0;
  }

  .link-2 {
    width: auto;
    margin-left: -800px;
  }

  .footer-dark-copy {
    margin-top: 40px;
  }

  .button-kontakt {
    margin-top: 100px;
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 10%;
    padding-bottom: 6%;
  }

  .button-start {
    margin-top: -89px;
    margin-left: -5px;
  }

  .heading-21 {
    width: 253px;
  }

  .title-wrapper-uu.with-margin {
    margin-top: 100px;
    position: relative;
  }

  .algin-center-ut.make-algin-left {
    text-align: left;
  }

  .container-fb-fu {
    margin-top: 0;
  }

  .container-fb-fu.center {
    max-width: none;
    margin-top: 60px;
    top: 40px;
  }

  .container-fb-fu.center.style-2, .container-fb-fu.center.style-3, .container-fb-fu.center.intro {
    top: 50%;
  }

  .container-fb-fu.center.normal {
    top: 0%;
    transform: none;
  }

  .container-fb-fu.banner-style-3 {
    top: 55%;
  }

  .column-17 {
    margin-top: 0;
  }

  .left-banner-wrapper-tu.make-center {
    text-align: center;
    margin-top: 60px;
    margin-left: 4%;
    position: relative;
    top: 170px;
  }

  .services-wrapper-g {
    height: 585px;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .services-wrapper-g.second-style {
    margin-bottom: 100px;
  }

  .services-wrapper-g.second-style.no-margin {
    margin-bottom: 0;
  }

  .section-wb {
    margin-top: 100px;
  }

  .section-wb.gray {
    margin-top: 0;
  }

  .section-wb.gray.full-width {
    height: auto;
  }

  .section-wb.color {
    margin-top: 100px;
  }

  .section-wb.image {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-wb.image.normal {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-wb.with-shape.overflow, .section-wb.with-shape-second {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .footer-dark-copy-2 {
    margin-top: 40px;
  }

  .big-title-be {
    font-size: 30px;
    line-height: 36px;
  }

  .big-title-be.style-3, .big-title-be.style-4 {
    font-size: 50px;
    line-height: 60px;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .dark-color-b {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    position: relative;
    left: auto;
  }

  .dark-color-i {
    width: auto;
    margin-left: auto;
    margin-right: 835px;
    display: inline;
    position: relative;
    left: auto;
  }

  .paragraph-data {
    margin-right: 20px;
  }

  .html-embed-2 {
    margin-top: 100px;
  }

  .left-banner-wrapper-copy.make-center {
    text-align: center;
    margin-top: 0;
    margin-left: 20px;
    margin-right: auto;
    position: relative;
    top: 170px;
  }

  .button-kontakt-copy {
    height: auto;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .left-banner-wrapper-tu-copy.make-center, .left-banner-wrapper-tu-copy.make-center-copy {
    text-align: center;
    margin-top: 60px;
    margin-left: 4%;
    position: relative;
    top: 170px;
  }

  .button-start-copy {
    margin-top: -89px;
    margin-left: -5px;
  }

  .heading-2-fu {
    width: 252px;
  }

  .top-margin-1 {
    margin-top: 60px;
  }

  .top-margin-1.medium.no-margin {
    margin-top: 0;
  }

  .top-margin-1.small {
    margin-left: auto;
    margin-right: auto;
  }

  .top-margin-2 {
    margin-top: 60px;
  }

  .top-margin-2.medium.no-margin {
    margin-top: 0;
  }

  .top-margin-2.small {
    margin-left: auto;
    margin-right: auto;
  }

  .left-padding-copy {
    align-items: center;
    height: auto;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .left-padding-copy.add-more-right {
    padding-left: 0;
  }

  .algin-center-1.make-algin-left, .algin-center-2.make-algin-left {
    text-align: left;
  }

  .section-3 {
    position: relative;
    top: 220px;
  }

  .left-padding-fb {
    align-items: center;
    height: auto;
    margin-top: 100px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .left-padding-fb.add-more-right {
    padding-left: 0;
  }

  .flex-row-fu.no-flex {
    margin-top: -130px;
    display: block;
  }

  .flex-row-fu.no-flex.make-flex-again {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .flex-row-fu.vertical-flex.no-reverse {
    margin-top: 100px;
  }

  .left-padding-fu {
    align-items: center;
    height: auto;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .left-padding-fu.add-bottom-margin {
    margin-top: -165px;
  }

  .left-padding-fu.add-more-right {
    padding-left: 0;
  }

  .column-20 {
    margin-top: 20px;
  }

  .container-fb {
    margin-top: 0;
  }

  .container-fb.center {
    max-width: none;
    margin-top: 0;
    top: 89px;
  }

  .container-fb.center.style-2, .container-fb.center.style-3, .container-fb.center.intro {
    top: 50%;
  }

  .container-fb.center.normal {
    top: 0%;
    transform: none;
  }

  .container-fb.banner-style-3 {
    top: 55%;
  }

  .algin-center-fb.make-algin-left {
    text-align: left;
  }

  .scroll-down-wrapper-1 {
    margin-top: 0;
  }

  .features-image-1 {
    margin-top: 100px;
  }

  .left-padding-b {
    align-items: center;
    height: auto;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .left-padding-b.add-more-right {
    padding-left: 0;
  }

  .left-padding-2 {
    align-items: center;
    height: auto;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .left-padding-2.add-more-right {
    padding-left: 0;
  }

  .container-u {
    margin-top: 0;
  }

  .container-u.center {
    max-width: none;
    margin-top: 0;
    top: 89px;
  }

  .container-u.center.style-2, .container-u.center.style-3, .container-u.center.intro {
    top: 50%;
  }

  .container-u.center.normal {
    top: 0%;
    transform: none;
  }

  .container-u.banner-style-3 {
    top: 55%;
  }

  .column-21 {
    margin-top: 0;
  }

  .paragraph-small-copy-3 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .image-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .team-wrapper-copy-2 {
    width: 88%;
    height: 75%;
    margin-bottom: 50px;
  }

  .column-22 {
    margin-top: 0;
  }

  .top-margin-3 {
    margin-top: 60px;
  }

  .top-margin-3.small {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .banner, .banner.style-4 {
    height: 700px;
  }

  .banner.intro {
    height: 600px;
  }

  .project-content.in-password {
    height: 800px;
  }

  .section-ub {
    margin-bottom: 60px;
  }

  .section-ub.color {
    margin-top: 220px;
  }

  .section-ub.overflow {
    margin-bottom: 0;
  }

  .container {
    margin-top: 0;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shape-6 {
    top: 60px;
  }

  .flex-row.no-flex.make-flex-again {
    flex-direction: column-reverse;
    margin-top: auto;
    display: flex;
  }

  .flex-row.vertical-flex {
    flex-direction: column-reverse;
  }

  .flex-row.vertical-flex.no-reverse {
    flex-direction: column;
  }

  .shape-8.style-2 {
    bottom: 263px;
    right: 12px;
  }

  .shape-8.style-3 {
    right: -68px;
  }

  .vertical-wrapper {
    display: none;
  }

  .vertical-wrapper.left {
    margin-left: -213px;
  }

  .title-wrapper {
    width: 90%;
  }

  .big-title.style-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .ceo-photo.in-team {
    margin-left: auto;
  }

  .services-wrapper {
    width: auto;
    height: auto;
  }

  .paragraph-small {
    font-size: 16px;
  }

  .left-padding {
    height: auto;
    margin-bottom: 0;
  }

  .left-padding.add-bottom-margin {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .circle-shape {
    width: 400px;
    height: 400px;
  }

  .margin-page {
    margin-top: 100px;
  }

  .testi-wrapper {
    height: 159px;
    margin-top: 20px;
    padding-top: 60px;
  }

  .testi-wrapper.second {
    padding: 40px;
  }

  .testi-author.add-margin {
    display: none;
  }

  .horizontal-line {
    height: 315px;
  }

  .horizontal-line.top {
    height: 212px;
  }

  .features-content {
    width: 100%;
  }

  .shape-10 {
    height: 300px;
  }

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

  .process-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .process-wrapper._3 {
    align-items: center;
  }

  .banner-title {
    width: 95%;
  }

  .radio-wrapper {
    margin-bottom: 15px;
  }

  .image-left-full.in-map {
    height: 400px;
  }

  .team-wrapper-second {
    margin-bottom: 30px;
  }

  .about-image-2-2 {
    display: none;
  }

  .features-image {
    margin-top: -140px;
  }

  .project-list-wrapper.make-half {
    height: 500px;
  }

  .project-percent {
    width: 80%;
  }

  .blog-wrapper.second-style {
    display: block;
  }

  .blog-wrapper.second-style.with-margin {
    margin-bottom: 20px;
  }

  .blog-wrapper.third-style {
    flex-direction: column;
  }

  .blog-wrapper.third-style.final {
    width: 100%;
  }

  .blog-photo.half {
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .blog-photo.half.for-sidebar {
    width: 100%;
    height: 250px;
  }

  .blog-content.second-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
  }

  .blog-content.third-content {
    padding: 40px 40px 30px;
  }

  .blog-item {
    width: 100%;
  }

  .blog-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-flex {
    margin-right: 0;
  }

  .sub-banner {
    height: 350px;
  }

  .price-wrapper {
    width: 100%;
  }

  .pres-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-page-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .inner-page-wrapper.five, .inner-page-wrapper.three {
    width: 100%;
  }

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

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .logo-client-2 {
    flex-basis: 33.3333%;
  }

  .footer-dark {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    bottom: auto;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .paragraph-3 {
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .ceo-photo-copy.in-team {
    margin-left: auto;
  }

  .circle-shape-copy {
    width: 400px;
    height: 400px;
  }

  .text-block-copy {
    margin-left: auto;
    margin-right: auto;
    inset: auto auto auto 35%;
  }

  .image-4 {
    width: 100%;
    display: block;
    position: static;
    right: auto;
  }

  .paragraph-15 {
    width: auto;
  }

  .columns-3 {
    flex-direction: column;
  }

  .paragraph-16 {
    width: auto;
  }

  .project-content-copy.in-password {
    height: 800px;
  }

  .link-2 {
    margin-left: -804px;
  }

  .footer-dark-copy {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    bottom: auto;
  }

  .button-kontakt {
    width: 160px;
    height: 50px;
    margin-right: 48%;
    padding: 2% 1% 5%;
    display: block;
  }

  .about-image-2-2-copy {
    display: none;
  }

  .title-wrapper-uu {
    width: 90%;
  }

  .container-fb-fu {
    margin-top: 60px;
  }

  .services-wrapper-g {
    width: auto;
    height: auto;
  }

  .section-wb {
    margin-bottom: 60px;
  }

  .footer-dark-copy-2 {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    bottom: auto;
  }

  .big-title-be.style-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .button-kontakt-copy {
    width: 160px;
    height: 50px;
    margin-right: 48%;
    padding: 6% 1% 5%;
    display: block;
  }

  .left-padding-copy {
    height: auto;
    margin-bottom: 0;
  }

  .left-padding-copy.add-bottom-margin {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .section-3 {
    margin-top: 140px;
    top: auto;
  }

  .html-embed-3 {
    display: block;
  }

  .left-padding-fb {
    height: auto;
    margin-bottom: 0;
  }

  .left-padding-fb.add-bottom-margin {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .flex-row-fu.no-flex.make-flex-again {
    flex-direction: column-reverse;
    margin-top: auto;
    display: flex;
  }

  .flex-row-fu.vertical-flex {
    flex-direction: column-reverse;
  }

  .flex-row-fu.vertical-flex.no-reverse {
    flex-direction: column;
  }

  .left-padding-fu {
    height: auto;
    margin-bottom: 0;
  }

  .left-padding-fu.add-bottom-margin {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .container-fb {
    margin-top: 0;
  }

  .left-padding-b {
    height: auto;
    margin-bottom: 0;
  }

  .left-padding-b.add-bottom-margin {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .left-padding-2 {
    height: auto;
    margin-bottom: 0;
  }

  .left-padding-2.add-bottom-margin {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .container-u {
    max-width: none;
    margin-top: 0;
  }

  .div-block-26 {
    margin-top: 100px;
  }

  .image-6 {
    width: 100%;
    display: block;
    position: static;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .banner {
    height: auto;
    margin-top: 0;
    margin-left: 0;
    top: auto;
  }

  .banner.style-2 {
    height: 600px;
  }

  .banner.style-3 {
    height: 550px;
  }

  .banner.style-4 {
    height: 600px;
  }

  .banner.style-5, .banner.style-6 {
    height: 700px;
  }

  .banner.intro {
    height: 500px;
  }

  .project-content {
    left: 0;
  }

  .project-content.in-password {
    height: 600px;
  }

  .section-ub {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-ub.gray {
    margin-top: 0;
  }

  .section-ub.color {
    margin-bottom: 140px;
  }

  .section-ub.with-line {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    margin-top: 0;
  }

  .container.center {
    flex-direction: column;
    align-items: center;
    margin-top: 140px;
    display: flex;
    top: auto;
  }

  .container.center.sub-banner-style {
    top: 58%;
  }

  .container.in-mockup {
    margin-top: 0;
  }

  .navbar {
    height: 105px;
    padding-left: 52px;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
    left: -51px;
  }

  .logo-image {
    margin-bottom: 0;
  }

  .shape-1 {
    right: -74px;
  }

  .shape-2 {
    top: 238px;
  }

  .shape-3 {
    opacity: .51;
    left: 181px;
    right: auto;
  }

  .shape-6 {
    display: none;
    top: -108px;
    left: 0;
  }

  .flex-row.no-flex {
    margin-top: -165px;
  }

  .flex-row.no-flex.make-flex-again {
    margin-top: -105px;
  }

  .flex-row.vertical-flex, .flex-row.vertical-flex.no-reverse {
    margin-top: 0;
  }

  .title-wrapper {
    width: 95%;
  }

  .title-wrapper.with-margin {
    width: 100%;
  }

  .big-title {
    width: auto;
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 36px;
  }

  .big-title.style-2 {
    text-align: center;
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .big-title.style-3, .big-title.style-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .dark-color-u {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .small-title-start {
    text-align: left;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .top-margin.medium {
    margin-top: 20px;
  }

  .button-be.subscribe-button {
    width: 50%;
  }

  .left-banner-wrapper.make-center {
    flex-direction: column;
    justify-content: center;
    width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    top: 200px;
  }

  .sign-font {
    margin-left: 15px;
  }

  .services-wrapper {
    height: 545px;
    margin-left: 0;
    padding: 35px 10px;
  }

  .services-wrapper.second-style {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-small {
    margin-left: 10px;
  }

  .left-padding.make-left {
    margin-left: 5px;
    margin-right: 5px;
  }

  .left-padding.add-bottom-margin {
    margin-bottom: 124px;
  }

  .left-padding.add-more-right {
    margin-top: 20px;
  }

  .circle-shape {
    width: 200px;
    height: 200px;
  }

  .lightbox-link {
    background-size: 18px;
    width: 60px;
    height: 60px;
  }

  .margin-page {
    margin-top: 162px;
  }

  .margin-page.more.no-margin-page {
    margin-top: 0;
  }

  .team-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testi-wrapper {
    width: 100%;
    padding: 20px;
  }

  .testi-wrapper.second {
    padding: 30px 30px 20px;
  }

  .horizontal-line {
    height: 277px;
  }

  .horizontal-line.top {
    height: 268px;
    margin-top: -121px;
  }

  .horizontal-line.in-sub-page {
    height: 190px;
  }

  .top-title-wrapper {
    margin-top: 400px;
  }

  .shape-10 {
    height: 150px;
  }

  .phone-number-wrapper {
    display: none;
  }

  .banner-title {
    font-size: 28px;
    line-height: 34px;
  }

  .text-field.subscribe {
    width: 50%;
  }

  .open-project {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-content-inside {
    width: 100%;
  }

  .project-item {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-image {
    display: none;
  }

  .image-left-full {
    border-radius: 20px;
  }

  .image-left-full.in-map {
    height: 300px;
  }

  .circle-icon {
    margin-right: 15px;
  }

  .quote-icon-big {
    margin-bottom: 25px;
  }

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

  .about-image-2-2 {
    display: none;
  }

  .project-full, .project-list-wrapper {
    height: 700px;
  }

  .project-list-wrapper.make-half {
    height: 300px;
  }

  .project-percent {
    width: 93%;
  }

  .project-percent.more {
    width: 80%;
  }

  .project-white-content {
    padding: 30px;
  }

  .blog-photo.half {
    height: 200px;
  }

  .blog-content, .blog-content.third-content {
    padding: 20px 20px 10px;
  }

  .blog-item {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-banner {
    height: 300px;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .blog-content-page {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-wrapper {
    width: 95%;
  }

  .menu-button {
    margin-top: 0;
  }

  .logo-client-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-dark {
    margin-top: 0;
    margin-left: auto;
    padding: 0;
    bottom: auto;
    left: auto;
  }

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

  .footer-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    margin-right: auto;
    padding-top: 18px;
    display: flex;
    left: auto;
  }

  .footer-content {
    display: block;
  }

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

  .body {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    margin-bottom: 60px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    margin-left: 0;
    margin-right: 22px;
    padding-right: 0;
  }

  .bold-text-3 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: relative;
    left: auto;
  }

  .heading-7 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-6 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 4px;
  }

  .heading-8 {
    margin-left: auto;
  }

  .team-wrapper-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block.formularein {
    display: block;
  }

  .form.formular1 {
    width: 300px;
    margin-left: -143px;
    display: none;
  }

  .container-navi.center.sub-banner-style {
    top: 58%;
  }

  .container-navi.in-mockup {
    margin-top: 0;
  }

  .container-uber-uns {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 0;
  }

  .container-uber-uns.center.sub-banner-style {
    top: 58%;
  }

  .container-uber-uns.in-mockup {
    margin-top: 0;
  }

  .ceo-photo-copy.in-team {
    margin-left: auto;
  }

  .circle-shape-copy {
    width: 200px;
    height: 200px;
  }

  .paragraph-13 {
    width: 270px;
  }

  .text-block-copy {
    width: 160px;
    margin-top: 0;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-15 {
    width: auto;
    margin-right: 43px;
    padding-right: 0;
  }

  .column-13 {
    margin-top: 0;
  }

  .columns-3 {
    flex-flow: column wrap;
    place-content: stretch flex-start;
  }

  .section-copy {
    margin-right: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy.with-line {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-copy.center.sub-banner-style {
    top: 58%;
  }

  .container-copy.in-mockup {
    margin-top: 0;
  }

  .heading-14, .paragraph-16 {
    width: auto;
  }

  .project-content-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
  }

  .project-content-copy.in-password {
    height: 600px;
  }

  .button-copy.subscribe-button {
    width: 50%;
  }

  .small-title-1 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .small-title-copy, .small-title-copy-copy {
    padding-left: 0;
  }

  .small-title-2 {
    text-align: left;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .link-2 {
    margin-left: 0;
  }

  .bewerbertext {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .footer-dark-copy {
    margin-top: 0;
    margin-left: auto;
    padding: 0;
    bottom: auto;
    left: auto;
  }

  .button-kontakt {
    text-align: center;
    text-transform: none;
    object-fit: fill;
    width: 165px;
    height: 55px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 5px 10px;
    text-decoration: none;
  }

  .button-kontakt.subscribe-button, .button-start.subscribe-button {
    width: 50%;
  }

  .about-image-2-2-copy {
    display: none;
  }

  .heading-10-copy {
    width: auto;
  }

  .paragraph-13-copy {
    width: 270px;
  }

  .title-wrapper-uu {
    width: 95%;
  }

  .title-wrapper-uu.with-margin {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4-uu {
    margin-left: 0;
    margin-right: 22px;
    padding-right: 0;
  }

  .container-fb-fu {
    margin-top: 29px;
  }

  .container-fb-fu.center {
    margin-top: 0;
    top: auto;
  }

  .container-fb-fu.center.sub-banner-style {
    top: 58%;
  }

  .container-fb-fu.in-mockup {
    margin-top: 0;
  }

  .left-banner-wrapper-tu.make-center {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 60px;
    display: flex;
    top: 200px;
  }

  .services-wrapper-g {
    height: 400px;
    margin-left: 0;
    padding: 35px 10px;
  }

  .services-wrapper-g.second-style {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed {
    margin-top: 20px;
  }

  .html-embed-b {
    margin-top: 60px;
  }

  .section-wb {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-wb.color {
    margin-top: 40px;
    margin-bottom: 140px;
  }

  .section-wb.with-line {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .footer-dark-copy-2 {
    margin-top: -50px;
    margin-left: auto;
    padding: 0;
    bottom: auto;
    left: auto;
  }

  .div-ex {
    margin-top: 0;
  }

  .heading-22 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-23 {
    margin-left: 0;
    margin-right: auto;
  }

  .big-title-be {
    font-size: 25px;
    line-height: 32px;
  }

  .big-title-be.style-2, .big-title-be.style-3, .big-title-be.style-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .dark-color-be {
    margin-right: 0;
    font-size: 29px;
    line-height: 5px;
  }

  .div-block-6 {
    margin: 10px auto 0;
  }

  .div-block-7 {
    margin-top: 20px;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .div-block-9, .div-block-10 {
    margin-top: 10px;
  }

  .div-block-11, .div-block-12 {
    margin-top: 3px;
  }

  .div-block-13 {
    margin-top: 41px;
  }

  .div-block-14 {
    margin-top: 48px;
  }

  .div-block-15, .div-block-16 {
    margin-top: 60px;
  }

  .div-block-17 {
    margin-top: 3px;
  }

  .div-block-18 {
    margin-top: 63px;
  }

  .div-block-19, .div-block-20 {
    margin-top: 86px;
  }

  .div-block-21, .div-block-22, .div-block-23, .div-block-24, .div-block-25 {
    margin-top: 0;
  }

  .about-image-1-1 {
    margin-top: 20px;
  }

  .column-18 {
    padding-right: 329px;
  }

  .dark-color-b {
    width: 158.25px;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .dark-color-i {
    width: auto;
    margin-left: 0;
    margin-right: 220px;
    right: auto;
  }

  .paragraph-data {
    width: 270px;
  }

  .html-embed-2 {
    margin-top: 40px;
  }

  .column-19 {
    margin-left: auto;
    margin-right: auto;
  }

  .left-banner-wrapper-copy.make-center {
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 220px;
    display: flex;
    top: 200px;
  }

  .button-kontakt-copy {
    text-align: center;
    text-transform: none;
    object-fit: fill;
    width: 165px;
    height: 55px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 5px 10px;
    text-decoration: none;
  }

  .button-kontakt-copy.subscribe-button {
    width: 50%;
  }

  .small-title-start-copy {
    text-align: left;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .left-banner-wrapper-tu-copy.make-center, .left-banner-wrapper-tu-copy.make-center-copy {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 60px;
    display: flex;
    top: 200px;
  }

  .button-start-copy.subscribe-button {
    width: 50%;
  }

  .top-margin-1.medium, .top-margin-2.medium {
    margin-top: 20px;
  }

  .left-padding-copy.make-left {
    margin-left: 5px;
    margin-right: 5px;
  }

  .left-padding-copy.add-bottom-margin {
    margin-bottom: 124px;
  }

  .left-padding-copy.add-more-right {
    margin-top: 20px;
  }

  .left-padding-fb.make-left {
    margin-left: 5px;
    margin-right: 5px;
  }

  .left-padding-fb.add-bottom-margin {
    margin-bottom: 124px;
  }

  .left-padding-fb.add-more-right {
    margin-top: 20px;
  }

  .flex-row-fu.no-flex {
    margin-top: -165px;
  }

  .flex-row-fu.no-flex.make-flex-again {
    margin-top: -156px;
  }

  .flex-row-fu.vertical-flex, .flex-row-fu.vertical-flex.no-reverse {
    margin-top: 0;
  }

  .left-padding-fu.make-left {
    margin-left: 5px;
    margin-right: 5px;
  }

  .left-padding-fu.add-bottom-margin {
    margin-bottom: 124px;
  }

  .left-padding-fu.add-more-right {
    margin-top: 20px;
  }

  .container-fb {
    margin-top: 100px;
  }

  .container-fb.center {
    flex-direction: column;
    align-items: center;
    margin-top: 140px;
    display: flex;
    top: auto;
  }

  .container-fb.center.sub-banner-style {
    top: 58%;
  }

  .container-fb.in-mockup {
    margin-top: 0;
  }

  .algin-center-fb {
    margin-top: 220px;
  }

  .scroll-down-wrapper-1, .mouse-scroll-1 {
    margin-top: 0;
  }

  .features-image-1 {
    margin-top: -98px;
  }

  .left-padding-b.make-left {
    margin-left: 5px;
    margin-right: 5px;
  }

  .left-padding-b.add-bottom-margin {
    margin-bottom: 124px;
  }

  .left-padding-b.add-more-right {
    margin-top: 20px;
  }

  .left-padding-2.make-left {
    margin-left: 5px;
    margin-right: 5px;
  }

  .left-padding-2.add-bottom-margin {
    margin-bottom: 124px;
  }

  .left-padding-2.add-more-right {
    margin-top: 40px;
  }

  .container-u {
    margin-top: 0;
  }

  .container-u.center {
    flex-direction: column;
    align-items: center;
    margin-top: 140px;
    display: flex;
    top: auto;
  }

  .container-u.center.sub-banner-style {
    top: 58%;
  }

  .container-u.in-mockup {
    margin-top: 0;
  }

  .team-wrapper-copy-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_00028aca-c2e5-9623-77f8-ea8ec966f8a0-92f4387b, #w-node-_00028aca-c2e5-9623-77f8-ea8ec966f8a9-92f4387b, #w-node-_00028aca-c2e5-9623-77f8-ea8ec966f8b4-92f4387b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbdcbfaa-7a24-5c7a-82ee-88839dc6a861-92f4387c {
  grid-area: Area-2;
}

#w-node-d3cca08e-1a31-871a-7cf7-aa72c4ad8dd8-92f4387f, #w-node-d3cca08e-1a31-871a-7cf7-aa72c4ad8de1-92f4387f, #w-node-d3cca08e-1a31-871a-7cf7-aa72c4ad8de8-92f4387f, #w-node-_4951e570-91dd-0bad-63bc-08e560a1fb71-92f43880, #w-node-_4951e570-91dd-0bad-63bc-08e560a1fb7a-92f43880, #w-node-_4951e570-91dd-0bad-63bc-08e560a1fb81-92f43880, #w-node-dc31d163-faa2-1c19-012a-dd1483f47a6c-92f43885, #w-node-dc31d163-faa2-1c19-012a-dd1483f47a75-92f43885, #w-node-dc31d163-faa2-1c19-012a-dd1483f47a7c-92f43885, #w-node-_575d6faa-3975-98ba-0fd8-eb170f7a432c-92f43886, #w-node-_575d6faa-3975-98ba-0fd8-eb170f7a4335-92f43886, #w-node-_575d6faa-3975-98ba-0fd8-eb170f7a433c-92f43886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


