:root {
  --dark-slate-blue: #343e52;
  --slate-grey: #8796b4;
  --magenta: #d656fd;
  --dark-slate-grey-2: #283138;
  --ghost-white: #f0f2fc;
  --turquoise2: #5ce8dc;
  --white: white;
  --ghost-white-2: #e8ecf5;
  --medium-slate-blue: #8556fd;
  --medium-turquoise: #15ccbb;
  --light-slate-grey: #768fad;
  --midnight-blue: #101731;
  --turquoise: #14eeda;
  --light-steel-blue: #a9bce0;
  --black: black;
  --dark-slate-grey: #283138;
  --leistungen-bg: #f0f2fc;
}

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

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

h1 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

h2 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

h3 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

h4 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h5 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 40px;
}

li {
  color: var(--dark-slate-blue);
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

img {
  border-radius: 6px;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid var(--magenta);
  color: var(--dark-slate-blue);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.top-header {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.top-header.lighter {
  color: #fff9;
  margin-bottom: 0;
}

.top-header.lighter.allcaps {
  color: #fffffff0;
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
}

.lighter-link {
  color: #fff;
  text-decoration: none;
}

.lighter-link:hover {
  text-decoration: underline;
}

.content-section {
  background-color: var(--dark-slate-grey-2);
  text-align: center;
  background-image: linear-gradient(#283138, #283138);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section.blue {
  background-color: #9c56fd;
  background-image: linear-gradient(111deg, #d656fd, #8556fd);
  flex-direction: column;
}

.content-section.gray {
  background-color: var(--ghost-white);
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-home-fourth {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  padding: 90px 40px 40px 56px;
  display: flex;
  position: relative;
}

.banner-home-fourth.half {
  background-image: linear-gradient(135deg, #d656fd, #8556fd);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.homepage-link {
  width: 96%;
  height: 600px;
  margin-bottom: 20px;
  position: relative;
  overflow: scroll;
}

.homepage-link.first {
  border: 1px solid #3f74ff26;
  border-radius: 6px;
  width: 90%;
  height: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .4s;
  display: block;
  overflow: scroll;
}

.homepage-link.first:hover {
  box-shadow: 0 10px 20px #dce7eb;
}

.homepage-link.inner-pages {
  text-align: center;
  background-color: #f5f4f7;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  height: 400px;
  text-decoration: none;
}

.div-block-2 {
  background-color: #c9c9c9;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 0;
}

.lighter-paragraph {
  color: var(--slate-grey);
}

.lighter-paragraph.font {
  color: #677081;
  font-family: Lato, sans-serif;
}

.card-link {
  width: 100%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.nav-menu-second {
  align-items: center;
  display: flex;
}

.container-template {
  text-align: center;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}

.footer-heading.white {
  color: #fff;
  letter-spacing: 1px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.footer-heading.white.center {
  border: 1px solid #0000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-heading.white.center.darker {
  color: var(--dark-slate-blue);
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.footer-heading.white.center {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.footer-heading.white.center.darker {
  color: #343e52;
  font-family: Roboto, sans-serif;
}

.pages-tittle {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.solar-dot-second {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-top: 80px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.footer-notes {
  background-color: #283138;
  border-top: 1px #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-notes.blue {
  background-color: #0000;
  background-image: linear-gradient(328deg, #d656fd, #8556fd);
}

.footer-notes.darker {
  background-color: #e4e6f3;
  background-image: none;
}

.solar-wrapper-first {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: visible;
}

.preload {
  z-index: 9998;
  background-color: var(--turquoise2);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.brand {
  align-items: center;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.brand.footer {
  margin-bottom: 60px;
}

.footer-row {
  margin-top: 1em;
  margin-bottom: 1em;
}

.inner-pages-column {
  width: 100%;
}

.hero-div-info {
  padding-top: 0;
  position: relative;
  right: -132px;
}

.hero-div-info.half {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  right: 0;
}

.hero-div-info.half.mockup {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  position: static;
  left: -100px;
}

.hero-div-info.half.mockup.watches {
  position: relative;
  left: 0;
}

.demo-wrapper-second {
  opacity: .2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 209px;
  left: auto;
  right: -120px;
}

.line-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.container {
  z-index: 10;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.main-page-wrapper {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dropdown-list-second {
  width: 500px;
}

.dropdown-list-second.w--open {
  background-color: #0000;
  flex-flow: wrap;
  width: 140px;
  display: block;
  box-shadow: 4px 4px 18px #2e323c17;
}

.dropdown-link-second {
  color: #7c8499;
  text-align: left;
  background-color: #fff;
  border: 1px #eee;
  border-bottom: 1px solid #e4ecf6;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 23px;
  transition: background-color .4s, color .4s;
  display: flex;
  box-shadow: 0 3px 5px -3px #726f6f33;
}

.dropdown-link-second:hover {
  color: #7c8499;
  background-color: #f4f5f9;
}

.dropdown-link-second.w--current {
  color: #343e52;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.dropdown-link-second.w--current:hover {
  color: #753fff;
  background-color: #f4f5f9;
}

.solar-dot {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-top: 580px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.section {
  background-color: var(--white);
  background-image: linear-gradient(#ffffff80, #ffffff80);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.section.color-pink {
  background-image: linear-gradient(138deg, #d656fd, #8556fd);
}

.section.last {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.black {
  background-color: #101731;
  height: auto;
  padding-top: 160px;
}

.section.dark {
  background-color: #101731;
}

.section.background-color {
  background-color: var(--ghost-white-2);
  background-image: none;
  flex-direction: row;
  padding-top: 160px;
  position: static;
  overflow: hidden;
}

.section.background-color.white {
  background-color: #0000;
  background-image: none;
  border-bottom: 1px #f5f4f7;
  overflow: hidden;
}

.section.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  background-color: #f5f6f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.gradient {
  background-image: linear-gradient(#283138, #283138), linear-gradient(#ffffff80, #ffffff80);
  margin-top: 5px;
  padding-top: 40px;
}

.arrow {
  color: #fff;
  display: block;
}

.arrow.dark {
  color: var(--dark-slate-blue);
}

.copyright {
  color: #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.copyright.left {
  justify-content: flex-start;
  font-family: Roboto, sans-serif;
}

.hero-paragraph {
  color: #545569;
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero-paragraph.white {
  color: #ffffffe6;
}

.hero-paragraph.white.percentual {
  width: 80%;
  font-family: Roboto, sans-serif;
}

.hero-paragraph.light {
  color: #fff;
}

.hero-paragraph.light.hero {
  margin-bottom: 40px;
}

.footer-social-link {
  color: #777;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: #f44a66;
}

.footer-sub-link {
  color: var(--slate-grey);
  border-bottom: 1px solid #ffffff12;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.footer-sub-link:hover {
  color: #d656fd;
}

.footer-sub-link.posts {
  color: #fff;
  margin-bottom: 5px;
}

.footer-sub-link.last {
  border-bottom-style: none;
}

.title-componet {
  color: var(--slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.text-block-nav {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.text-block-nav.dark {
  color: var(--dark-slate-blue);
}

.dark-logo {
  margin-top: 0;
  position: absolute;
}

.dark-logo.in-colors {
  border: 0 solid #0000;
  border-radius: 0;
}

.nav-bar {
  z-index: 200;
  background-color: #0000;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e466;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 6px 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.side-image-media {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 240px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: relative;
}

.side-image-media.flex-right {
  flex: 0 auto;
  justify-content: flex-end;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.demo-wrapper {
  opacity: .2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30px;
  left: -300px;
}

.top-nav-content-block {
  float: left;
  border-left: 1px solid #ffffff42;
  width: 144px;
  height: 45px;
  margin-left: 0;
  margin-right: 12px;
  padding-top: 12px;
  padding-left: 12px;
}

.top-nav-content-block.social {
  float: none;
  border-left-style: none;
  border-right: 1px #000;
  width: auto;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
}

.top-nav-content-block.social.footer {
  float: right;
  height: 40px;
  margin-top: 0;
}

.top-nav-content-block.social.footer.center {
  float: none;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-nav-content-block.social.banner {
  inset: auto auto 3% 0%;
  inset: auto auto 3% 0%;
  position: absolute;
  inset: auto auto 3% 0%;
}

.line-in-hover {
  background-color: #465cff;
  width: 50%;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.orange {
  background-color: #ff9500;
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.blue {
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.green {
  background-color: #03be2b;
}

.line-in-hover.pink {
  background-color: #d656fd;
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.tourquise {
  background-color: #1ec8e2;
}

.line-in-hover.interaction {
  background-color: #5956fd;
}

.line-in-hover.components {
  background-color: #56fd7a;
  margin-left: 10px;
  margin-right: 10px;
}

.intri-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.intri-link:hover {
  color: #fff;
  background-color: #0e42910d;
  border-radius: 4px;
}

.intri-link.w--current {
  color: #fff;
  font-weight: 500;
}

.intri-link.dark {
  color: var(--dark-slate-blue);
}

.navigation-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.media-image {
  flex: 0 auto;
  width: 450px;
  max-width: none;
  margin-bottom: 0;
  padding-left: 8%;
  padding-right: 0;
  display: block;
  position: relative;
  left: 0;
  right: auto;
  overflow: visible;
}

.media-image.padding {
  clear: left;
  border-radius: 0;
  width: 600px;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-bottom {
  margin-top: 0;
  padding-top: 0;
}

.secure-payment-by {
  background-color: #192349;
  border-radius: 4px;
  justify-content: center;
  width: 214px;
  margin-left: 0;
  padding: 10px;
  display: flex;
  position: static;
  overflow: visible;
}

.secure-payment-by.gray {
  background-color: var(--slate-grey);
  background-color: #8e98ad;
}

.circle-third {
  z-index: 2;
  opacity: .5;
  background-color: #ffffff21;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 3vh;
  height: 3vh;
  margin: auto 66% auto auto;
  position: relative;
  inset: 6px 0% auto auto;
}

.underline {
  opacity: .25;
  background-color: #f44a66;
  width: 110%;
  height: 5px;
  margin-top: -6px;
  position: absolute;
  top: 107px;
  left: 0;
  transform: translate(-105%);
}

.underline.social-line {
  background-color: #f44a66;
  width: 100%;
  height: 5px;
  margin-top: -6px;
  top: 32px;
}

.wrapper-full {
  z-index: 1;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
  top: 0%;
}

.wrapper-full.navigation {
  position: static;
}

.circle-one {
  background-color: #ffffff21;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  display: block;
  position: relative;
  box-shadow: 4px 4px 12px #0003;
}

.footer-block {
  text-align: left;
  padding-right: 20px;
}

.footer-block.about-us {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-section {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-nav-icon {
  float: left;
  border-radius: 0;
  margin-top: 1px;
  margin-right: 10px;
}

.hero-div {
  z-index: 100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  display: flex;
  position: relative;
}

.top-social-block {
  float: right;
  background-color: #0000;
  border-left: 1px solid #ffffff57;
  border-right: 1px #ffffff57;
  width: 38px;
  height: 45px;
  padding-top: 12px;
  padding-left: 10px;
  transition: background-color .4s;
}

.top-social-block:hover {
  background-color: #ffffff24;
}

.top-social-block.second-version {
  background-color: #0000;
  border-color: #03030321;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.top-social-block.second-version:hover {
  background-color: #03030321;
  border-left-color: #03030321;
  border-right-color: #03030321;
}

.top-social-block.second-version.footer {
  float: none;
  opacity: .46;
  border-style: none;
  height: 40px;
}

.top-social-block.second-version.footer:hover {
  opacity: 1;
  background-color: #0000;
}

.top-social-block.second-version.footer.color {
  background-color: var(--medium-slate-blue);
  border-radius: 6px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 10px;
}

.top-social-block.last {
  border-right-style: solid;
  width: 39px;
  padding-left: 10px;
}

.top-social-block.last.second-version {
  border-top: 1px #03030321;
  border-bottom: 1px #03030321;
}

.top-social-block.last.second-version:hover {
  background-color: #dbdbdb;
}

.top-social-block.last.second-version.footer:hover {
  background-color: #0000;
}

.section-heading {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.section-heading.white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
}

.div-block {
  border-bottom: 1px solid #e4e8ee;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
  display: flex;
}

.footer-line-divider {
  padding-left: 8px;
  padding-right: 8px;
}

.solar-wrapper {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 950px;
  height: 950px;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-link {
  color: #fff;
  border-left: 1px #e4e4e47a;
  padding: 10px 40px 10px 20px;
  font-weight: 500;
  transition: color .4s;
}

.nav-link:hover {
  color: #fff;
  background-color: #0e42910d;
  border-radius: 4px;
  padding-right: 40px;
}

.nav-link.w--current {
  color: #5231ff;
}

.nav-link.w--open {
  padding-right: 40px;
  font-family: Roboto, sans-serif;
}

.nav-link.w--open:hover {
  border: 1px #000;
}

.button {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #465cff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .4s;
  display: block;
}

.button:hover {
  background-color: #000;
}

.button.general {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#214af0, #39abff);
  border: 1px #8b9de4;
  width: 160px;
  height: 42px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  transition-property: box-shadow;
}

.button.general:hover {
  border-style: none;
  box-shadow: 0 6px 12px #1d1e3833;
}

.button.general.left {
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: box-shadow .4s;
}

.button.general.left.green {
  background-image: linear-gradient(to bottom, var(--medium-turquoise), var(--medium-turquoise));
  background-image: linear-gradient(#15ccbb, #15ccbb);
  width: auto;
  height: 40px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  position: static;
}

.button.general.orange {
  background-image: linear-gradient(#ff3c00, #ff9500);
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
}

.button.general.green {
  background-image: linear-gradient(#049223, #03be2b);
}

.button.general.full-white {
  color: #343e52;
  background-color: #fff;
  background-image: none;
  height: 42px;
}

.button.general.full-white:hover {
  color: #fff;
  background-image: linear-gradient(#5956fd, #39abff);
}

.button.general.pink {
  background-image: linear-gradient(#8556fd, #d656fd);
}

.button.general.outline {
  background-image: none;
  border-style: solid;
  border-color: #fff;
  height: 42px;
}

.button.general.outline:hover {
  background-image: linear-gradient(#5956fd, #39abff);
  border-style: none;
  border-color: #5956fd;
}

.button.general.outline.dark {
  color: #677081;
  border-color: #c9c9c9;
  height: 42px;
  margin-left: 0;
  margin-right: 0;
}

.button.general.outline.dark:hover {
  color: #fff;
  border-style: none;
  border-color: #5956fd;
}

.button.general.full {
  width: 100%;
}

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

.circle-demo-wrapper {
  opacity: .41;
  position: relative;
  top: 14%;
  left: 36%;
}

.circle-demo-wrapper.left {
  top: 75%;
  left: auto;
}

.circle {
  background-color: #ffffff21;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 900px;
  height: 900px;
  display: block;
  position: relative;
  box-shadow: 4px 4px 12px #0003;
}

.circle.left {
  width: 400px;
  height: 400px;
}

.copyright-text {
  color: var(--light-slate-grey);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.copyright-text.secure {
  color: #fff;
  margin-right: 10px;
}

.white-logo {
  border: 0 solid #0000;
  border-radius: 0;
}

.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta.gradient {
  background-image: radial-gradient(circle, #2fb9f8, #465cff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta.gradient.realative.big {
  padding-top: 160px;
  padding-bottom: 120px;
}

.cta.gradient.realative.big.pink {
  background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/stock-photo-joyful-bearded-man-wearing-elegant-suit-wrapped-up-in-virtual-test-drive-of-new-car-model-with-help-1104689483.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.cta.gradient.realative.big.blue {
  background-image: linear-gradient(132deg, #d656fd, #8556fd);
}

.cta.gradient.realative.pink {
  background-image: linear-gradient(309deg, #d656fd, #8556fd);
}

.cta.image-background {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/12312431.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta.image-background.small {
  background-color: var(--ghost-white);
  background-image: none;
  border-style: none;
  border-color: #000;
}

.cta.image-background.small:hover {
  background-image: linear-gradient(120deg, #7556fd, #d656fd);
  border: 1px #000;
}

.cta.small {
  border: 1px solid #e4e8ee;
  border-left: 1px #000;
  border-right: 1px #000;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.cta.small:hover {
  border: 1px solid #e4e8ee;
  border-left: 0 #2e7df8;
  border-right: 0 #2e7df8;
}

.cta.gray {
  background-color: #f1f1f1;
}

.cta.gray.small {
  background-color: #e4e6f3;
  border-style: solid none none;
  border-top-color: #e4e8ee;
  border-bottom-color: #e4e8ee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta.gray.small.color {
  background-color: #0000;
  background-image: linear-gradient(104deg, #8556fd, #d656fd);
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  border-style: none;
  border-color: #000;
  height: auto;
}

.cta.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  height: auto;
}

.cta.gray.small.two-buttons:hover {
  border-style: none;
}

.cta.gradient {
  background-image: linear-gradient(194deg, #15ccbbab, #283138d6), url('../images/pattern_bg.png'), url('../images/contact.jpg'), linear-gradient(#283138, #283138);
  background-position: 0 0, 50%, 50%, 0 0;
  background-size: auto, cover, cover, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta.gradient.realative {
  background-image: linear-gradient(113deg, #d656fd, var(--midnight-blue));
  position: relative;
}

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

.square-wrapper-2 {
  z-index: 0;
  opacity: .8;
  background-image: linear-gradient(326deg, #15ccbb91, #fff0 43%, #283138 103%);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.square-wrapper-2.no-gradient {
  background-image: none;
}

.square-wrapper-2.fixed-height {
  height: 900px;
}

.top-header-icon {
  opacity: .39;
  margin-bottom: 15px;
}

.top-header-icon.lighter {
  opacity: 1;
  border: 0 #0000;
  border-radius: 0;
  flex: none;
  max-width: none;
}

.page-block {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 35px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 18px #1d1d2114;
}

.page-block:hover {
  transform: none;
  box-shadow: 0 5px 21px #1d1d2126;
}

.div-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content.tittle-in-div {
  text-align: center;
  margin-bottom: 40px;
}

.div-content.tittle-in-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.div-content.achievements {
  color: #fff;
  text-align: left;
  width: auto;
  margin-left: 40px;
}

.div-content.testimonials {
  align-items: flex-start;
}

.container-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container-wrapper.archivements {
  border: 1px #000;
}

.container-wrapper.page-side-left {
  z-index: 10;
  flex-direction: row;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  position: relative;
}

.container-wrapper.portfolio {
  width: 80%;
}

.intro-pages-row {
  width: 100%;
  margin-bottom: 20px;
}

.circle-2 {
  z-index: 11;
  opacity: .2;
  background-color: #ffffff21;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 10vh;
  height: 10vh;
  margin: auto;
  position: absolute;
  inset: 19% 35% auto auto;
}

.circle-2.left {
  left: 20px;
}

.open-close-plus {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.tab-menu {
  text-align: center;
  background-color: #0000;
  border: 20px #fff;
  padding: 5px 0 0;
  overflow: hidden;
}

.tab-menu.banner {
  z-index: 100;
  text-align: right;
  z-index: 100;
  text-align: right;
  inset: auto 0% 3% auto;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 3% auto;
}

.tap-menu {
  float: none;
  clear: none;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  margin-bottom: -1px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tap-menu.center {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
}

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

.tabs-content {
  background-color: #fff;
  border: 1px #dbdbdb;
  border-top-style: solid;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.tabs-content.color {
  background-color: #f5f5f5;
  background-image: linear-gradient(130deg, #2741ff, #2fb9f8);
  border-style: none;
  border-radius: 10px;
  margin-top: 1px;
  padding: 60px;
  box-shadow: 0 5px 16px #271fc540;
}

.tabs-content.color.pink {
  background-color: #f5f5f500;
  background-image: none;
  border-style: none solid solid;
  border-color: #fff3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tabs-content.middle {
  text-align: left;
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: -40px;
  padding-top: 100px;
}

.side-info {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 8%;
  padding-right: 8%;
  font-weight: 500;
  display: flex;
}

.video-small-review {
  width: 144px;
  height: auto;
  margin-right: 20px;
  position: relative;
}

.video-small-review.smaller {
  width: 100px;
  margin-left: -14px;
  margin-right: 14px;
}

.square-second {
  z-index: 0;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 100vh;
  height: 100vh;
  margin: auto;
  position: absolute;
  inset: 0 100% 100vh -13%;
  overflow: hidden;
}

.square-second.tab {
  opacity: .15;
  width: 25vh;
  height: 25vh;
  padding-bottom: 0;
  bottom: -32vh;
}

.square-second.gray {
  opacity: .7;
  background-color: #e4e8ee99;
  border-color: #fff;
  border-radius: 100%;
}

.testimonial-arrow {
  color: #8e98ad;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  bottom: auto;
  left: 0;
  right: 235px;
}

.small-video {
  color: #fff;
  align-items: center;
  margin-top: 40px;
  padding: 8px;
  display: flex;
}

.small-video.banner {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.small-video.padding-bottom {
  margin-top: 0;
  margin-bottom: 20px;
}

.side-content {
  background-color: var(--ghost-white);
  width: 100%;
  display: flex;
}

.macbook-pro.smaller {
  width: 100px;
  max-width: none;
}

.button-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.button-wrapper.product.left {
  justify-content: flex-start;
}

.button-wrapper.center {
  justify-content: center;
  width: auto;
}

.button-wrapper.no-padding {
  justify-content: center;
  height: 50px;
  margin-top: 0;
}

.gray-paragraph {
  color: var(--dark-slate-blue);
}

.gray-paragraph.right {
  color: var(--slate-grey);
  text-align: left;
}

.gray-paragraph.left {
  color: var(--slate-grey);
  text-align: right;
}

.star-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.star-wrapper.left {
  justify-content: flex-start;
}

.full-container-second {
  color: #1a1a1a;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.full-container-second.fullwidth {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-row-second {
  margin: 20px 0;
  padding-left: 2px;
  padding-right: 2px;
}

.service-row-second.testimonials {
  margin-bottom: 0;
}

.emphasis {
  color: #fff;
  background-color: #2fb9f8;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.emphasis.orange {
  background-color: #ff9500de;
}

.emphasis.green {
  background-color: #03be2b;
}

.emphasis.pink {
  background-color: #d656fdf5;
}

.div-sliders-column-wrapper {
  padding-top: 0;
}

.service-heading-second {
  float: none;
  clear: none;
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading-second.all-caps {
  color: #343e52;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.service-heading-second.all-caps.white {
  color: #fff;
}

.horizontal {
  background-color: #161a25;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 9px;
}

.line-double {
  background-color: #ff9500;
  width: 50%;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.line-double.blue {
  background-color: #465cff;
  margin-left: 10px;
  margin-right: 10px;
}

.line-double.interaction {
  background-color: #5956fd;
}

.line-double.green {
  background-color: #03be2b;
}

.line-double.white {
  background-color: #fff;
}

.icon-image-second {
  background-color: #5956fd;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  top: 14px;
  left: 0;
}

.icon-image-second.pink {
  background-color: #d656fd29;
  background-image: linear-gradient(124deg, #b90dc5, #d656fd);
}

.icon-image-second.orange {
  background-color: #fdb75629;
  background-image: linear-gradient(135deg, #ff5e00, #ffae00);
}

.icon-image-second.tourquise {
  background-color: #1ec8e229;
  background-image: linear-gradient(351deg, var(--medium-turquoise), #5ce8dc);
}

.icon-image-second.design {
  background-color: #5956fd6e;
  background-image: linear-gradient(351deg, var(--medium-turquoise), var(--turquoise));
  width: 48px;
  padding-top: 10px;
}

.icon-image-second.interaction {
  background-color: #9c56fd66;
  background-image: linear-gradient(120deg, #8325e7, #5956fd);
}

.icon-image-second.components {
  background-color: #56fd7a29;
  background-image: linear-gradient(130deg, #049223, #03be2b);
}

.left-testimonial-arrow {
  z-index: 10;
  color: #8e98ad;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  inset: 0% 0% auto 235px;
}

.tab-link-hero {
  background-color: #0000;
  border: 1px solid #ffffff2b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 75px;
  display: flex;
}

.tab-link-hero.w--current {
  background-color: #0000;
  border: 1px solid #ffffff7d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 75px;
  display: flex;
}

.one-side-image {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  height: 500px;
  display: flex;
  position: relative;
}

.one-side-image.third {
  background-color: var(--ghost-white);
  background-image: none;
}

.one-side-image.gray {
  background-color: #f5f5f5;
  background-image: none;
}

.one-side-image.gray.first {
  background-color: #0000;
  background-color: var(--ghost-white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.one-side-image.third {
  background-color: #f0f2fc;
  background-image: url('../images/Comp-004-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.center {
  color: var(--slate-grey);
  text-align: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.promo-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.full-container {
  z-index: 100;
  color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1170px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.full-container.center {
  z-index: 2;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.full-container.center.third {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 100px;
  display: flex;
  top: 50%;
}

.full-container.hero {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
}

.slider-testimonials {
  background-color: #0000;
  height: 530px;
}

.white {
  color: #fff;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.column {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.vertical {
  background-color: #161a25;
  width: 14px;
  height: 1.5px;
  margin-bottom: -1px;
  position: absolute;
  transform: rotate(90deg);
}

.tiitle-price {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tiitle-price.sub {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 17px;
  display: block;
}

.tiitle-price.check-text {
  float: none;
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.tiitle-price.top {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-top: 1px solid #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
  margin-top: 0;
  margin-bottom: 23px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 14px;
  font-weight: 600;
}

.tiitle-price.top.premium {
  color: #fff;
  background-image: linear-gradient(122deg, #049223, #19e245);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.tiitle-price.top.standart {
  color: #fff;
  background-image: linear-gradient(128deg, #5956fd, #a756fd);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.tiitle-price.top.basic {
  color: #fff;
  background-image: linear-gradient(112deg, #465cff, #2fb9f8);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.tiitle-price.dark {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.tiitle-price.white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.tiitle-price.number.white {
  color: #fff;
  font-weight: 500;
  display: block;
}

.tiitle-price.number.big {
  font-size: 40px;
  font-weight: 500;
}

.tiitle-price.sub {
  color: #677081;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 17px;
  display: block;
}

.tiitle-price.sub.white {
  color: #fff9;
  letter-spacing: 0;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.tiitle-price.check-text {
  float: none;
  color: #677081;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.tiitle-price.check-text.light {
  color: #c9c9c9;
}

.tiitle-price.number {
  color: #343e52;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  display: block;
  position: static;
  left: auto;
}

.tiitle-price.number.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 60px;
  display: block;
}

.tiitle-price.number.big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
}

.tiitle-price.number {
  color: #343e52;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: block;
  position: static;
  left: auto;
}

.flex-wrap {
  flex-wrap: nowrap;
  margin-bottom: 0;
  display: flex;
}

.heading-half-section {
  color: var(--midnight-blue);
  object-fit: scale-down;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.heading-half-section.left {
  margin-top: 0;
  font-size: 28px;
  line-height: 38px;
}

.color-frame {
  background-image: linear-gradient(122deg, #465cff, #2fb9f8);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 20px;
  height: 60px;
  margin-right: 20px;
}

.color-frame.green {
  background-image: linear-gradient(124deg, #049223, #03be2b);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.color-frame.pink {
  background-image: linear-gradient(122deg, #8556fd, #d656fd);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.color-frame.orange {
  background-image: linear-gradient(122deg, #ff3c00, #ff9500);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tab-second {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.tab-second.center {
  width: 60%;
  margin-bottom: 0;
}

.slide {
  border: 1px #000;
}

.question-tittle-link {
  background-color: #f3f3f3;
  border-left: 1px solid #009fad;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  width: 100%;
  padding: 25px 30px 10px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.question-tittle-link.white {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0 1px 3px #525b7312;
}

.container-fourth {
  border-top-right-radius: 3px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-fourth.contact {
  text-align: center;
}

.question-box-answer {
  background-color: #0000;
  border: 1px #0000001a;
  padding: 20px 30px 0;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  overflow: hidden;
}

.main-section {
  color: #1a1a1a;
  background-image: url('../images/slider-landing-slide-01-image-09.png'), linear-gradient(135deg, #004df0eb 24%, #00e95e);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 900px, auto;
  height: 750px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.main-section.third {
  background-image: linear-gradient(#acb2ba, #686c75), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 80%, 50% -184px;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 260px, cover;
  background-attachment: scroll, fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
  overflow: hidden;
}

.main-section.third.full-height {
  background-image: linear-gradient(#d656fda3, #141933c4 46%, #101731), url('../images/12312431.jpg'), linear-gradient(#101731, #686c75), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 0 0, 0 80%, 50% -184px;
  background-repeat: repeat, repeat, repeat, no-repeat, no-repeat;
  background-size: auto, cover, auto, 260px, cover;
  background-attachment: scroll, scroll, scroll, fixed, scroll;
  align-items: baseline;
  height: 100vh;
}

.main-section.third.pink {
  background-image: linear-gradient(131deg, #d656fd, #5b53b5), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 100% 29%, 0 80%, 50% -184px;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 250px, 260px, cover;
  background-attachment: scroll, fixed, fixed, scroll;
  flex-direction: column;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.main-section.third.gray {
  background-image: linear-gradient(#d656fd99, #8556fd80), url('../images/24324de.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 0 80%, 50% -184px;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-size: auto, cover, 260px, cover;
  background-attachment: scroll, scroll, fixed, scroll;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-section.third.purple {
  background-image: linear-gradient(-135deg, var(--magenta), var(--medium-slate-blue)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 80%, 50% -184px;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 260px, cover;
  background-attachment: scroll, fixed, scroll;
  height: 800px;
}

.main-section.imac {
  background-image: linear-gradient(135deg, var(--medium-slate-blue), var(--magenta));
  height: auto;
}

.tab-pane-tab-4, .tab-pane-tab-3 {
  text-align: left;
}

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

.icon-header.center {
  justify-content: center;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-header.center.pass-page {
  width: 80%;
}

.icon-header.left.in-half {
  width: 100%;
}

.icon-header.padding {
  background-color: var(--white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
  padding: 10px 40px;
}

.icon-header.padding.components {
  background-color: #27d64d;
  background-image: linear-gradient(135deg, #03be2b, #56fd7a);
}

.icon-header.padding.blue {
  background-color: #465cff;
  background-image: linear-gradient(135deg, #5956fd, #2fb9f8);
}

.icon-header.right {
  justify-content: flex-end;
}

.icon-header.call-to-action {
  width: 100%;
}

.icon-header.padding-bottom {
  margin-bottom: 30px;
}

.plau-button {
  z-index: 1;
  background-color: #8556fd;
  background-image: url('../images/2314.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  margin: auto;
  position: absolute;
  inset: 0;
  box-shadow: 0 3px 9px #161a2533;
}

.square-fourth {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 40vh;
  height: 40vh;
  margin: auto;
  position: absolute;
  inset: 0% -13% auto auto;
}

.square-fourth.tab {
  opacity: .15;
  margin-left: 0;
  margin-right: 0;
  inset: auto 0% 0% 60vh;
}

.square-fourth.gray {
  opacity: .7;
  background-color: #e4e8ee;
}

.side-content-info {
  max-width: 570px;
  padding-left: 0%;
  padding-right: 0%;
}

.tap-link {
  color: #777;
  background-color: #f5f5f5;
  border-top: 1px solid #dbdbdb;
  border-bottom: 0 #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px #dbdbdb;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
}

.tap-link:hover {
  color: #333;
}

.tap-link.w--current {
  color: #465cff;
  background-color: #f5f5f5;
  border-top: 1px solid #465cff;
  border-bottom: 0 solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px #dbdbdb;
  border-radius: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 600;
}

.tap-link.second {
  color: #fff;
  text-align: center;
  background-color: #f5f5f533;
  border: 1px solid #fff3;
  width: 33.3379%;
  margin-right: 1px;
  font-weight: 500;
}

.tap-link.second {
  color: #fff;
  text-align: center;
  background-color: #f5f5f533;
  border: 1px solid #fff3;
  width: 33.3379%;
  margin-right: 1px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.tap-link.second.w--current {
  color: #fff;
  background-color: #fff6;
  border: 1px solid #fff3;
  border-radius: 0;
  height: 40px;
}

.tap-link.second.last {
  margin-right: 0;
}

.tap-link.center-width {
  background-color: #f8f8f8;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
}

.tap-link.center-width.w--current {
  background-image: linear-gradient(119deg, #049223, #03be2b);
  border: 1px #465cff;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  box-shadow: 0 10px 10px #00000014;
}

.tap-link.center-width.blue {
  background-image: linear-gradient(119deg, #465cff, #2fb9f8);
  border-style: none;
  padding-left: 22px;
  padding-right: 22px;
}

.tap-link.center-width.orange {
  background-image: linear-gradient(138deg, #ff3c00, #ff9500);
  border-style: none;
  padding-left: 22px;
  padding-right: 22px;
}

.tap-link.center-width.green {
  background-image: linear-gradient(111deg, #049223, #03be2b);
  border-style: none;
  padding-left: 22px;
  padding-right: 22px;
}

.square-third {
  z-index: 11;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 8vh;
  height: 8vh;
  margin: auto;
  position: absolute;
  inset: 10% 25% auto auto;
}

.square-third.tab {
  opacity: .15;
  inset: -33% auto auto 35%;
}

.square-third.gray {
  opacity: .7;
  background-color: #e4e8ee;
}

.slider-section {
  clear: none;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider-section.without-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.second {
  padding-bottom: 0;
}

.intro-cs {
  text-align: left;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  display: flex;
}

.intro-cs.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  background-color: #f5f6f8;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

.intro-cs.pink {
  background-image: linear-gradient(120deg, var(--medium-slate-blue), var(--magenta));
  height: 900px;
  padding-bottom: 90px;
}

.image-combination-2 {
  flex-flow: column;
  place-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.mask {
  border: 1px #000;
}

.color-link {
  color: #a7e4ff;
  text-decoration: underline;
}

.color-link.darker {
  color: #2741ff;
}

.question-box {
  margin-bottom: 10px;
}

.question-box.first {
  border-top-style: none;
  margin-top: 30px;
}

.learn-more-link {
  clear: none;
  color: #1cbac8;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
  position: static;
}

.learn-more-link.outline {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #8e98ad;
  border-radius: 3px;
  width: 140px;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 11px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.learn-more-link.outline:hover {
  color: #fff;
  background-color: #5956fd;
  background-image: linear-gradient(#214af0, #2fb9f8);
  border-width: 0;
  box-shadow: 0 6px 12px #8e98ad61;
}

.learn-more-link.outline {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #8e98ad;
  border-radius: 3px;
  width: 160px;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.learn-more-link.outline:hover {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--medium-turquoise), var(--medium-turquoise));
  color: #fff;
  border-width: 0;
  box-shadow: 0 6px 12px #8e98ad61;
}

.learn-more-link.outline.see-live-project {
  width: 160px;
  margin-top: 60px;
  margin-bottom: 80px;
}

.service-row {
  width: auto;
  margin: 20px 0 0;
  padding-right: 0;
}

.service-row.last {
  flex-direction: row;
  flex: 1;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.service-row.single {
  width: 100%;
  display: flex;
}

.tab-pane-tab-1 {
  text-align: left;
}

.slide-nav-2 {
  color: #212121;
  font-size: 10px;
}

.columns {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.columns.achivements {
  flex-direction: row;
  align-items: center;
}

.columns.price-table {
  align-items: center;
}

.columns.contact {
  justify-content: center;
  align-items: center;
  display: block;
}

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

.google-play-wrapper {
  border-left: 1px solid #ffffff6e;
  justify-content: center;
  display: flex;
}

.work-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.minus-padding-image-2 {
  width: 950px;
  height: 500px;
  margin-top: 0;
}

.testimonials-name {
  color: #343e52;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.expand {
  flex: 1;
}

.features-column {
  flex-direction: row;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.service-div {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 24px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  transition: box-shadow 40ms;
  display: block;
}

.service-div:hover {
  background-color: #f0f2fc;
}

.service-div.center.image {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.service-div.center.image.dark {
  background-color: #101731;
  border-color: #e4e8ee33;
}

.service-div.line {
  background-color: #fff;
  border-color: #dbdbdb;
  border-bottom-width: 1px;
}

.service-div.line.testimonials {
  border-style: none;
  border-width: 1px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: box-shadow .4s;
  position: relative;
  box-shadow: 0 0 2px #dbdbdb, 0 0 2px #dbdbdb;
}

.service-div.line.testimonials:hover {
  box-shadow: 1px 1px 12px #0000001f;
}

.service-div.left {
  background-color: #fff;
  border-style: solid;
  border-color: #e4e8ee;
  height: auto;
  transition: box-shadow .4s;
}

.service-div.left:hover {
  box-shadow: 0 10px 20px #00000021;
}

.service-div.left.second {
  background-color: #0000;
  border-style: none;
  border-width: 0;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 30px 40px;
  transition-property: none;
  display: block;
}

.service-div.left.second:hover {
  box-shadow: none;
  object-fit: fill;
  background-color: #0000;
  border-width: 0;
}

.service-div.left.transparences {
  background-color: #0000;
  border-style: none;
  padding: 20px;
}

.service-div.left.transparences.testimonials {
  background-color: #ffffff26;
  background-image: none;
  border-radius: 6px;
  height: 380px;
  margin-bottom: 0;
}

.service-div.left.transparences.testimonials.list {
  padding: 30px;
}

.service-div.left.no-line {
  background-color: #242455;
  background-image: none;
  border-style: solid;
  border-color: #242455;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 280px;
  padding: 0 20px;
  display: flex;
}

.service-div.left.no-line:hover {
  border-style: solid;
  border-color: #242455;
}

.service-div.left.white {
  background-color: var(--ghost-white);
  border-style: none none none solid;
  border-color: #f1f1f1 #f1f1f1 #f1f1f1 #fff;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.service-div.left.white:hover {
  background-color: #0000;
}

.service-div.center {
  color: #465cff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  height: auto;
  padding: 20px 40px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.service-div.center.image {
  align-self: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.star-image {
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
}

.testimonial-image {
  border-radius: 150px;
  width: 170px;
  height: 170px;
}

.testimonial-image.small {
  border-radius: 10px;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -40px;
  left: 0;
  box-shadow: 0 10px 20px #0000002b;
}

.link {
  text-decoration: none;
}

.row-cta {
  width: auto;
}

.side-features {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.collection-item {
  width: 33%;
}

.collection-item.author, .collection-item.half {
  width: 50%;
}

.cta-text {
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.cta-text.white {
  color: #fff;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.cta-text.white.center {
  text-align: left;
}

.google-play {
  text-align: right;
  margin-left: 0;
  margin-right: 0;
}

.service-heading-third {
  float: none;
  clear: none;
  color: #343e52;
  text-align: left;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading-third.big {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.service-heading-third.white {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.service-heading-third.white.left {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}

.divider {
  background-color: #3f3f3f1a;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.padding {
  margin-top: 100px;
  margin-bottom: 80px;
}

.image-small-product {
  background-image: url('../images/005s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 50px;
}

.image-small-product.second {
  background-image: url('../images/004s.png');
  background-position: 50%;
  background-size: 70px;
  width: 70px;
}

.paragraph-14 {
  font-size: 14px;
}

.page-header {
  color: var(--turquoise);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 60px;
}

.page-header.dark {
  color: #343e52;
  margin-bottom: 20px;
}

.column-navigation {
  text-align: left;
  justify-content: flex-end;
  width: auto;
  margin-bottom: 10px;
  display: block;
}

.line-midd {
  background-color: var(--light-steel-blue);
  width: 15px;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.line-midd.white-line {
  background-color: #fff;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.gray-space {
  background-color: #f5f4f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.gray-space.dark {
  background-color: #343e52;
}

.cta-text-content {
  float: left;
  margin-right: 80px;
  padding-top: 10px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.cta-text-content.second {
  float: none;
  color: #343e52;
  float: none;
  height: 50px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

.section-footer.gray {
  background-color: #fff;
  border: 0 #000;
}

.section-footer.black {
  background-color: #101731;
  background-image: linear-gradient(103deg, #1c1c3d, #192349);
  border: 1px solid #0000;
}

.section-footer.blue {
  background-color: #8556fd;
}

.link-dark {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.link-dark:hover {
  color: #8556fd;
  text-decoration: underline;
}

.link-header-page {
  border: 1px solid var(--light-steel-blue);
  color: var(--slate-grey);
  background-color: #0000;
  border-radius: 10px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.link-header-page:hover {
  text-decoration: underline;
}

.link-header-page.white {
  color: #fff;
  border-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
}

.link-header-page.white:hover {
  text-decoration: none;
}

.row {
  margin-bottom: 90px;
}

.page-wrapper {
  overflow: hidden;
}

.column-third {
  color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.column-third.contact {
  padding-left: 10px;
  padding-right: 10px;
}

.page-pargraph {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.page-pargraph.page-header {
  margin-bottom: 20px;
  line-height: 25px;
}

.page-pargraph.dark {
  color: #677081;
}

.breadcrumbs-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 4px;
  font-size: 13px;
  line-height: 23px;
  display: flex;
}

.page-header-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 300px;
  display: flex;
  position: relative;
}

.page-header-div.center {
  align-items: center;
  height: auto;
}

.hover {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(142deg, #5ce8dc7a, #0098cb78);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-big-text {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 57px;
}

.hero-big-text.hero-benefits {
  margin-top: 0;
  font-size: 47px;
  font-weight: 300;
  line-height: 57px;
}

.hero-big-text.hero-benefits.third {
  text-align: center;
  width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: block;
}

.hero-text-block {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 81%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-text-block.hero {
  justify-content: center;
  align-self: auto;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.image-over-sect {
  background-color: #fff;
  background-image: linear-gradient(#e3e9f6, #fff 59%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-div-wrapper {
  padding-top: 10px;
  padding-left: 24px;
}

.team {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.processes-section-second {
  padding-top: 100px;
  padding-bottom: 100px;
}

.processes-section-second.background {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/dorin-vancea-839261000.jpg');
  background-position: 0 0, 50% 56%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.processes-section-second.background.transparent {
  background-color: #f0f2fc;
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.processes-section-second.background.color {
  background-image: linear-gradient(113deg, #2741ff, #2fb9f8);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.processes-section-second.background.color.pink {
  background-image: linear-gradient(113deg, var(--magenta), var(--medium-slate-blue));
  overflow: hidden;
}

.processes-section-second.background-copy {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/dorin-vancea-839261000.jpg');
  background-position: 0 0, 50% 56%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.processes-section-second.background-copy.transparent {
  background-color: var(--ghost-white-2);
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.processes-section-second.background-copy.color {
  background-image: linear-gradient(113deg, #2741ff, #2fb9f8);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.processes-section-second.background-copy.color.pink {
  background-image: linear-gradient(113deg, var(--magenta), var(--medium-slate-blue));
  overflow: hidden;
}

.processes-section-second.gray-section {
  background-color: var(--ghost-white);
  margin-bottom: 0;
  padding-top: 40px;
}

.team-info {
  position: absolute;
  inset: auto auto 5%;
}

.info-service-wrapper {
  color: #0000;
  border: 1px solid #0000;
  padding: 30px 40px;
}

.hero-banner-template {
  overflow: hidden;
}

.social-icons {
  align-items: center;
  display: flex;
}

.image-7, .image-8 {
  border-radius: 4px;
}

.team-member-image {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
}

.service-heading {
  float: none;
  clear: none;
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.line {
  background-color: #465cff;
  width: 50%;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.line.turquoise {
  background-color: #1ec8e2;
}

.line.orange {
  background-color: #ff9500;
  margin-left: 10px;
  margin-right: 10px;
}

.line.orange.left {
  width: 5%;
  margin-left: 0;
}

.line.components {
  background-color: #56fd7a;
  margin-left: 10px;
  margin-right: 10px;
}

.line.interaction {
  background-color: #5956fd;
}

.line.left {
  width: 5%;
  margin-left: 0;
}

.line.pink {
  background-color: #d656fd;
  margin-left: 10px;
  margin-right: 10px;
}

.line.blue {
  margin-left: 10px;
  margin-right: 10px;
}

.team-header {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.team-header.white {
  color: #fff;
}

.icon-image {
  background-color: #5692fd29;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  top: 14px;
  left: 0;
}

.icon-image.interactions {
  background-color: #5956fd29;
}

.icon-image.interactions.white {
  background-color: #ffffff3d;
  margin-right: 20px;
  padding-left: 10px;
}

.processes-block {
  float: none;
  text-align: left;
  border-top: 3px solid #eee;
  border-left: 0 #0000;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.processes-block.counters {
  background-color: #0000;
  border-top-style: none;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.processes-block.counters.light {
  background-color: #ffffff0f;
  border: 1px #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 278px;
  height: 200px;
  margin: 6px;
  display: flex;
}

.image-10 {
  position: relative;
}

.processes-column {
  border-right: 2px solid #1cbac8;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
}

.processes-column.top {
  border-top: 0 #0000;
  border-right-style: none;
  height: auto;
}

.social-icon {
  opacity: .63;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 3px;
  display: flex;
}

.social-icon:hover {
  opacity: 1;
  border-color: #fff;
}

.social-icon.google {
  background-image: url('../images/google-plus.svg');
}

.social-icon.tweeter {
  opacity: .63;
  background-image: url('../images/mail.svg');
  background-size: 32px;
  border-style: none;
  border-width: 0;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  margin-right: 5px;
}

.social-icon.tweeter:hover {
  opacity: 1;
}

.image-over-section {
  margin-top: -200px;
}

.hero-section {
  color: #1a1a1a;
  background-image: url('../images/slider-landing-slide-01-image-09.png'), linear-gradient(135deg, #004df0eb 24%, #00e95e);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 900px, auto;
  height: 750px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.hero-section.third {
  background-image: linear-gradient(#acb2ba, #686c75), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 80%, 50% -184px;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 260px, cover;
  background-attachment: scroll, fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.hero-section.third.pink {
  background-image: url('../images/hero_2.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 700px;
}

.team-tittle {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.team-member {
  border-radius: 0;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.features-container {
  padding-left: 0;
  display: block;
  position: relative;
}

.div-gray-line {
  border-bottom: 1px solid #00000017;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 0;
}

.team-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.middle-div {
  text-align: center;
  width: 99%;
}

.middle-div.padding {
  width: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.features-paragraph {
  color: #777;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.features-paragraph.tetimonials {
  text-align: left;
  margin-bottom: 20px;
}

.features-paragraph.tetimonials.white {
  color: #ffffff9c;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.features-paragraph.service {
  color: #999;
  text-align: left;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
}

.features-paragraph.service.white {
  color: #e4e8eee0;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.testimonials-divider {
  background-color: #ffffff42;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.process-line {
  background-image: linear-gradient(#fff, #e7e7e7a1 7%, #e7e7e7 93%, #fff);
  flex-direction: column;
  width: 2px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.check-list.padding-top-bottom {
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing-row {
  width: 100.008%;
}

.pricing-row.row-nr-2 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.image-sixth {
  margin-right: 0;
  padding-right: 0;
}

.padding-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.image-column {
  padding-left: 0;
  padding-right: 0;
}

.square-wrapper {
  z-index: 0;
  opacity: .15;
  background-image: linear-gradient(#000, #fff 77%);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 115%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.image-third {
  border: 2px solid #fff9;
  border-radius: 10px;
  width: 48px;
  max-width: none;
  margin-top: 10px;
  margin-right: 20px;
}

.process-icon {
  background-color: #465cff;
  border: 3px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  box-shadow: 0 6px 12px #525b7333;
}

.process-icon.center {
  z-index: 1;
  background-color: var(--medium-turquoise);
  border-style: none;
  border-radius: 27%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
}

.process-icon.center.pink {
  background-image: linear-gradient(#8556fd, #d656fd);
}

.process-icon.center.blue {
  background-image: linear-gradient(#214af0, #2fb9f8);
}

.process-icon.center.green {
  background-image: linear-gradient(#00fce7, #fff);
}

.pricing-block {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 11px;
  padding: 0 0 23px;
  transition: box-shadow .4s;
  display: block;
}

.pricing-block:hover {
  box-shadow: 0 6px 12px #0000001f;
}

.pricing-block.right {
  box-shadow: none;
  border-radius: 10px;
}

.pricing-block.right:hover {
  box-shadow: 0 6px 12px #0000001f;
}

.pricing-block.small {
  border-style: solid;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
}

.pricing-block.small.pink {
  background-image: linear-gradient(120deg, #8556fd, #d656fd);
  height: 240px;
}

.pricing-block.small.blue {
  background-image: linear-gradient(146deg, #5956fd, #2fb9f8);
  height: 240px;
}

.pricing-block.small.orange {
  background-image: linear-gradient(108deg, #ff3c00, #ff9500);
  border-width: 0;
  height: 240px;
}

.pricing-block.small.gray {
  background-color: #f5f5f5;
  height: 240px;
  padding-top: 10px;
}

.pricing-block.center.white {
  box-shadow: none;
  background-color: #fff;
  border-style: solid;
  border-color: #e4e8ee;
  flex-direction: row;
  padding-top: 23px;
  padding-left: 23px;
  padding-right: 23px;
  transition: box-shadow .4s;
  display: block;
}

.pricing-block.center.white:hover {
  box-shadow: 0 6px 12px #0000001f;
}

.pricing-block.center.white.outline {
  background-color: #0000;
  border-color: #e4e8ee33;
}

.service-div-wrapper {
  text-align: left;
  background-color: #0000;
  border-top: 1px solid #e4e8ee;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  height: 600px;
  padding: 80px 0 0;
  display: flex;
  overflow: hidden;
}

.service-div-wrapper.right {
  align-items: center;
  height: 600px;
}

.service-div-wrapper.third {
  background-image: linear-gradient(#fff, #fff);
  border-left: 1px solid #e4e8ee;
  border-right: 1px solid #e4e8ee;
  flex-direction: column;
  height: 600px;
  padding-right: 0;
}

.price-toogle {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 50px;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-shadow: 0 4px 7px #0000001c;
}

.left {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.left.padding {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.title-procces {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.title-procces.right {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.pad-image {
  width: 100%;
  max-width: none;
  margin-top: 30px;
  margin-bottom: -40px;
}

.image-mock-ups {
  max-width: none;
  max-height: 550px;
  position: relative;
  top: 37px;
  right: 135px;
}

.image-mock-ups.laptop {
  top: 0;
  right: 0;
}

.image-process-div {
  text-align: right;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 300px;
  padding: 40px;
  display: flex;
}

.image-process-div.right {
  text-align: left;
  background-image: url('../images/5e68ceb1c12e0b970be7d8cc_Image-Gallery-5-.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  height: 260px;
}

.image-process-div.right.fourth {
  background-image: url('../images/5e68ce7929d1a7476c2732f9_Image-Gallery-3-.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-process-div.one {
  background-image: url('../images/5e68ce5d5f62b970b4fcb9e5_Image-Gallery-1-.jpg');
  background-position: 50%;
  background-size: cover;
  height: 260px;
}

.image-process-div.third {
  background-image: url('../images/5e68ce9cc5876d485fc40bab_Image-Gallery-4-.jpg');
  background-position: 50%;
  background-size: cover;
  height: 260px;
}

.square-fifth {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 3vh;
  height: 3vh;
  margin: auto 66% auto auto;
  position: relative;
  inset: 25% 0% auto 51%;
}

.square-fifth.gray {
  opacity: 1;
  background-color: #e4e8ee;
  border-radius: 70%;
}

.right {
  text-align: right;
}

.right.padding {
  padding-left: 80px;
  padding-right: 80px;
}

.process-card {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.process-card.left, .process-card.right {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}

.check-text-block {
  color: #677081;
  border-top: 0 #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.check-text-block.first {
  color: #677081;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bigger-circle {
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
}

.icon-wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 64px;
  display: flex;
  position: static;
}

.paragraph {
  color: var(--slate-grey);
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph.white {
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paragraph.white.with-line {
  border-bottom: 1px solid #ffffff4d;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.bigger-circle-3 {
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
}

.pricing-column {
  padding: 15px;
  display: block;
}

.process {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 0 15px 32px;
  display: flex;
  position: relative;
}

.image-fourth {
  opacity: .22;
  position: absolute;
  inset: 20px 35px auto auto;
}

.process-info {
  width: 40%;
}

.process-info.right {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 30px 40px 40px;
  font-size: 15px;
}

.process-info.left {
  text-align: right;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 30px 40px 40px;
  font-size: 15px;
  line-height: 24px;
}

.bigger-circle2 {
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 800px;
  height: 800px;
  position: absolute;
}

.image-team-div {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.horizontal-line {
  text-align: center;
  background-image: linear-gradient(#fff, #e7e7e7a1 10% 90%, #fff);
  flex: 0 auto;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-sixth {
  text-align: center;
  margin-left: 10px;
  display: block;
}

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

.team-line {
  z-index: 20;
  text-align: center;
  background-color: #009fad;
  background-image: linear-gradient(#465cff, #2fb9f8);
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.team-line.pink {
  background-image: linear-gradient(#d656fd, #d656fd);
}

.team-line.interaction {
  background-image: linear-gradient(#5956fd, #bc8cf7);
}

.team-line.components {
  background-image: linear-gradient(#049223, #03be2b);
}

.team-line.orange {
  background-image: linear-gradient(#ff3c00, #ff9500);
}

.team-line.turquoise {
  background-image: linear-gradient(#1ec8e2, #70e2ff);
}

.toogle-dot {
  background-image: radial-gradient(circle at 0 0, #d656fd, #5956fd);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: auto;
}

.scroll-text {
  color: #fff;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  position: static;
}

.italic-text {
  background-color: #ffffff29;
  padding: 1px 2px;
  display: inline-block;
}

.columns-5 {
  z-index: 10;
  position: relative;
}

.image-block {
  z-index: 12;
  background-image: url('../images/5c2dedbbda6ab37847d9e689_ov-phone4-min-p-1080.png');
  background-position: 50%;
  background-size: 700px;
  border-radius: 10px;
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 2px;
  display: block;
  position: relative;
}

.image-block.ipad {
  background-image: url('../images/LAptop111.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.square {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 1500px;
  height: 1500px;
  margin: 15% auto auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.wrapper-box {
  border-radius: 5px;
  flex-direction: row;
  align-self: stretch;
  transition: box-shadow .4s;
  display: flex;
}

.wrapper-box:hover {
  box-shadow: 6px 6px 16px #0000000d;
}

.service-with-image {
  padding-left: 40px;
  padding-right: 40px;
}

.scroll-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.image-5 {
  opacity: .3;
  position: absolute;
  inset: auto 0% 0% auto;
}

.vertical-line {
  background-color: #465cff;
  width: 1px;
  height: 50px;
  margin-left: 5px;
}

.vertical-line.green {
  background-color: #03be2b;
  height: 50px;
  margin-left: 5px;
}

.vertical-line.pink {
  background-color: #d656fd;
  height: 50px;
  margin-left: 5px;
}

.vertical-line.orange {
  background-color: #ff9500;
  height: 50px;
  margin-left: 5px;
}

.vertical-line.interaction {
  background-color: #5956fd;
  margin-left: 5px;
}

.vertical-line.blue {
  background-color: #2fb9f8;
  height: 50px;
  margin-left: 5px;
}

.vertical-line.turquoise {
  background-color: #03be2b;
  margin-left: 5px;
}

.line-scroll {
  background-color: #d656fd;
  border-radius: 20px;
  width: 2px;
  height: 40px;
  margin-bottom: 25px;
}

.image-service {
  background-color: var(--light-steel-blue);
  background-image: url('../images/Indoor_2M.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 240px;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.image-service.pink {
  background-color: var(--light-steel-blue);
  background-image: url('../images/VR_M.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-service.components {
  background-color: var(--light-steel-blue);
  background-image: url('../images/Auto_M.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

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

.heading-second {
  color: #343e52;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.heading-second.white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 52px;
}

.heading-second.white.percentual {
  width: 90%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.project-wrapper {
  text-transform: capitalize;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.project-photo {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-overlay {
  z-index: 2;
  color: #fff;
  background-color: #0009;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.project-overlay.color {
  background-color: #0009;
}

.project-info {
  z-index: 3;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  position: absolute;
}

.category-text {
  z-index: 1;
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #e4ecf6;
  border-radius: 5px;
  width: auto;
  margin: 0 auto 20px;
  padding: 5px 20px;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
  box-shadow: 0 3px 9px #0000004d;
}

.category-text:hover {
  background-color: #fff;
}

.category-text.portfolio {
  background-image: linear-gradient(#d656fd, #a07cfa);
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  left: 0;
}

.category-text.portfolio.white {
  color: #fff;
  background-color: #fff;
  background-image: none;
}

.category-text.portfolio.top {
  box-shadow: none;
  background-image: none;
  margin-bottom: 40px;
}

.category-text.works {
  position: relative;
  left: auto;
}

.category-text.side {
  box-shadow: none;
  border-style: solid;
  border-color: #e4e8ee;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  transition-property: none;
  position: static;
}

.category-text.side:hover {
  box-shadow: 4px 4px 12px #0000001a;
}

.category-text.side.full {
  width: 100%;
  display: block;
}

.category-text.side.full.w--current {
  border-color: #e4e8ee;
  box-shadow: 0 6px 12px #0000001a;
}

.category-text.side.full.all {
  color: #677081;
  border-color: #e4e8ee;
}

.category-text.side.full.all.w--current {
  border-color: #e4e8ee;
}

.project-tittle {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.line-inporfolio {
  text-align: center;
  background-color: #fff;
  width: 70%;
  height: 1px;
  margin: 20px auto;
}

.blog-tittle {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.blog-tittle.small {
  letter-spacing: 0;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.blog-content-services {
  float: none;
  text-align: left;
}

.blog-content-services.date {
  float: none;
  border: 1px solid #fff9;
  border-top-style: none;
  margin-bottom: 20px;
  padding: 10px;
  display: inline-block;
  position: static;
  top: 0;
  left: 35px;
}

.blog-content-services.tittle {
  background-image: linear-gradient(#0000004d, #0000004d);
  border-top: 1px solid #ffffff96;
  height: 180px;
  padding: 0 35px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.blog-post-overlay {
  float: none;
  background-image: linear-gradient(#0003, #0003);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.blog-post-overlay:hover {
  background-color: #0000;
}

.blog-image {
  background-image: url('../images/matthew-henry-213827.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-image.image-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-bottom: 20px;
  transition: box-shadow .4s;
}

.blog-image.image-blog:hover {
  box-shadow: 0 20px 20px #00000030;
}

.blog-image.image-blog.featured {
  margin-bottom: 0;
}

.date-blog {
  color: #fff;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  display: inline-block;
}

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

.view-text {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.view-text.outline {
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .4s, color .4s;
}

.view-text.outline:hover {
  color: #343e52;
  background-color: #fff;
  padding: 8px 12px;
}

.work-image-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tittle-work {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.tittle-work.white.works {
  margin-bottom: 20px;
}

.work-card {
  text-transform: capitalize;
  border-radius: 4px;
  flex-direction: column;
  width: 580px;
  height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.work-overlay {
  z-index: 2;
  color: #fff;
  background-color: #0009;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.work-overlay.color {
  background-color: #753fffa3;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  display: flex;
}

.line-box {
  transform-origin: 0%;
  background-color: #e4e8ee;
  height: 2px;
  position: static;
  inset: auto 0% 5%;
}

.line-box.color {
  background-color: var(--light-steel-blue);
}

.line-box.dark {
  background-color: #343e52;
}

.top-header-2 {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.top-header-2.white {
  color: #fff;
}

.top-header-2.lighter {
  color: #fff9;
}

.top-header-2.lighter.allcaps {
  color: #fffffff0;
  margin-bottom: 20px;
  font-weight: 400;
}

.column-price-table {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.side-info-2 {
  color: #333;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 0%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

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

.square-wrapper-3 {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), white 77%);
  opacity: .15;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 115%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.sub-hero-text {
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: sticky;
}

.sub-hero-text.right {
  text-align: left;
}

.sub-hero-text.left {
  text-align: right;
}

.service-heading-second-2 {
  float: none;
  clear: none;
  color: #343e52;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.service-heading-second-2.all-caps.left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.service-heading-second-2.all-caps.right {
  text-align: right;
  margin-top: 20px;
}

.service-heading-second-2.all-caps.left {
  text-align: left;
  margin-top: 20px;
}

.service-heading-second-2.all-caps.in {
  color: #fff;
  margin-bottom: 0;
}

.service-heading-second-2.all-caps {
  color: #343e52;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.footer-link-2 {
  color: var(--dark-slate-blue);
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .4s;
}

.footer-link-2:hover {
  color: #8556fd;
}

.footer-link-2.white {
  color: #fff;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  transition: color .4s;
}

.footer-link-2.white:hover {
  color: #ffffffb3;
}

.button-2 {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #465cff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  transition: background-color .4s;
  display: block;
}

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

.button-2.center {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 160px;
  margin: 15px auto 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 600;
  display: block;
  position: static;
  top: 0;
  right: -25px;
}

.button-2.center.outline {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button-2.center.outline:hover {
  color: #000;
  background-color: #fff;
}

.button-2.center.outline.price {
  margin-top: 25px;
  margin-left: 0;
}

.laptop-padding {
  margin-top: 0;
}

.div-content-second {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.div-content-second.percentual {
  width: 80%;
  margin-left: 0;
}

.div-content-second.right-side {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.heading-2 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.heading-2.pricing {
  margin-bottom: 20px;
  font-size: 30px;
}

.heading-2.white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 52px;
}

.heading-2.white.percentual {
  width: 80%;
  font-weight: 400;
}

.heading-2.white, .heading-2.whitish {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}

.button-3 {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #465cff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .4s;
  display: block;
}

.button-3:hover {
  background-color: #000;
}

.button-3.general {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#214af0, #39abff);
  border: 1px #8b9de4;
  width: 160px;
  height: 42px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition-property: box-shadow;
}

.button-3.general:hover {
  border-style: none;
  box-shadow: 0 6px 12px #1d1e3833;
}

.button-3.general.middle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-3.general.left {
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: box-shadow .4s;
}

.button-3.general.orange {
  background-image: linear-gradient(#ff3c00, #ff9500);
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
}

.button-3.general.outline {
  background-image: none;
  border-style: solid;
  border-color: #fff;
  height: 42px;
}

.button-3.general.outline:hover {
  background-image: linear-gradient(#5956fd, #39abff);
  border-style: none;
  border-color: #5956fd;
}

.button-3.general.full {
  width: 100%;
}

.button-3.white.outline {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  width: 160px;
  height: 42px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button-3.white.outline:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 12px #8e98ad61;
}

.button-3.white.outline.center {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.copyright-text-2 {
  color: var(--slate-grey);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.copyright-text-2.white {
  color: #ffffff80;
}

.copyright-text-2.secure {
  color: #fff;
  margin-right: 10px;
}

.features-info-wrapper {
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
}

.notification-form {
  text-align: center;
  display: block;
}

.baner-big-text {
  color: #fff;
  letter-spacing: 0;
  width: 100.007%;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.hero-info-block {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 0%;
}

.hero-info-block.paddings {
  margin-top: 50px;
  padding-left: 40px;
}

.hero-info-block.sixth {
  padding-right: 60px;
}

.footer-link {
  color: var(--turquoise2);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link.center.white, .footer-link.center.white.w--current {
  color: var(--turquoise2);
  text-decoration: none;
}

.footer-link.center {
  color: #677081;
  text-align: center;
}

.footer-link.center.white {
  color: #fff;
}

.footer-link.middle {
  color: var(--turquoise2);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.notification-wrapper {
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.question-tittle-2 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.columns-4 {
  width: 80%;
}

.center-2 {
  text-align: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.center-2.padding {
  color: #677081;
  margin: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
}

.video-header-2 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.video-header-2.white {
  width: auto;
  margin-top: 0;
  font-weight: 400;
}

.div-column-footer {
  text-align: left;
  border: 1px #ffffff12;
  border-radius: 5px;
  height: 257px;
  padding: 20px;
  box-shadow: 0 0 12px #0000002e;
}

.div-column-footer.small {
  box-shadow: none;
  background-color: #1c1c3d;
  border-style: none;
  border-color: #1414145e;
  height: auto;
}

.div-column-footer.small.white {
  background-color: #0000;
  border-style: none;
  border-left-color: #ffffff1f;
  border-radius: 0;
  padding-left: 20px;
}

.div-column-footer.small.white.middle {
  border-left-style: solid;
  border-right-style: solid;
  border-right-color: #ffffff1f;
  padding-left: 20px;
}

.introducing-text {
  width: auto;
}

.tittle {
  color: var(--light-slate-grey);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.service-heading-third-2 {
  float: none;
  clear: none;
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading-third-2.big {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.service-heading-third-2.big.white {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.service-heading-third-2.big.dark {
  color: var(--medium-turquoise);
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.service-heading-third-2.big {
  color: #343e52;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.service-heading-third-2.big.testimonials-white {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.service-heading-third-2.white {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.service-heading-third-2.center {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.service-heading-third-2.lightertab {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.square-wrapper-4 {
  z-index: 0;
  opacity: .8;
  background-image: linear-gradient(#00000059, #fff0 77%);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 115%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.center-3 {
  color: var(--slate-grey);
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.center-3.padding {
  color: var(--slate-grey);
  margin-bottom: 40px;
}

.center-3.social {
  color: var(--slate-grey);
  margin-bottom: 5px;
}

.column-info {
  width: 80%;
}

.page-header-small {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px 15px;
  display: flex;
}

.image-page-side {
  position: absolute;
  inset: 8% 15% auto auto;
}

.image-page-side.page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5%;
  right: 0%;
}

.header-small {
  flex: 1;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 0;
  padding-right: 32px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.header-small.white {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.header-small.black {
  color: var(--dark-slate-blue);
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.columns-third {
  width: 100%;
}

.footer-colorful-logo {
  border: 0 solid #0000;
  border-radius: 0;
  flex: 0 auto;
  align-self: auto;
}

.pricing-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pricing-section.background {
  background-image: linear-gradient(100deg, #8556fde6, #d656fde6), url('../images/12312431.jpg');
  background-position: 0 0, 0 0;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

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

.pricing-column-2 {
  padding: 15px;
}

.service-heading-2 {
  float: none;
  clear: none;
  color: #343e52;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading-2.white {
  color: #fff;
}

.service-heading-2.white.padding {
  margin-top: 10px;
}

.column-56 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.about-copy-wrapper {
  width: 75%;
}

.tabs-content-2 {
  background-color: #0000;
  border: 1px #dbdbdb;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.tabs-content-2.middle {
  text-align: left;
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: -40px;
  padding-top: 100px;
}

.tabs-content-2.middle.gray {
  background-color: #0000;
  margin-top: 0;
  padding: 80px 0 0;
}

.careers {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-member-image-2 {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  position: relative;
}

.team-header-2 {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.tap-menu-2 {
  float: none;
  clear: none;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.tap-menu-2.center {
  z-index: 1;
  text-align: center;
  border-top: 1px solid #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
  justify-content: center;
  height: 60px;
  display: flex;
}

.team-tittle-2 {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 4px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.tittle-tab {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.tab-link-with-line {
  color: #777;
  background-color: #0000;
  border: 1px #dbdbdb;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.tab-link-with-line:hover {
  color: #333;
}

.tab-link-with-line.w--current {
  color: #42ae13;
  background-color: #fff;
  border: 1px #dbdbdb;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 20px #0000001a;
}

.tab-link-with-line.center-width {
  background-color: #f8f8f8;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  width: 100px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
}

.tab-link-with-line.center-width.w--current {
  border-color: #465cff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-radius: 10px;
  width: 100px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  box-shadow: 0 10px 10px #00000014;
}

.tab-link-with-line.center-width.text {
  background-color: #0000;
  border-style: none;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.tab-link-with-line.center-width.text.w--current {
  background-color: var(--ghost-white);
  box-shadow: none;
  color: #3f3f3f;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #d656fd;
  border-radius: 0;
  height: 60px;
  padding: 20px 30px;
}

.tab-link-with-line.center-width.text {
  background-color: #0000;
  border-style: none;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.tab-link-with-line.center-width.text:hover {
  border-bottom: 2px solid #000;
  border-radius: 0;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-with-line.center-width.text.w--current {
  box-shadow: none;
  color: #3f3f3f;
  background-color: #f4f5f9;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #d656fd;
  border-radius: 0;
  height: 60px;
  padding: 20px 30px;
}

.tab-link-with-line.center-width.text.w--current:hover {
  border-bottom-color: #d656fd;
  padding-bottom: 20px;
}

.white-header-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
}

.white-center-text-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.white-center-text-3.green {
  color: var(--slate-grey);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.side-image {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.side-image.paddings {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 40px;
}

.side-wrapper {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-wrapper.centerated {
  align-items: flex-start;
  padding-top: 160px;
}

.title-proccess {
  color: var(--medium-turquoise);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

.title-proccess.right {
  color: var(--medium-turquoise);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.top-head {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.top-head.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.top-head.lighter {
  color: #fff9;
}

.top-head.lighter.allcaps {
  color: #fffffff0;
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
}

.tittle-2 {
  color: #8e98ad;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 21px;
}

.copyright-2 {
  color: #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.question-tittle-3 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.copyright-text-3 {
  color: #768fad;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.copyright-text-3.secure {
  color: #fff;
  margin-right: 10px;
}

.row-asked-question {
  margin-top: 0;
  margin-bottom: 40px;
}

.wrapper-examples {
  margin-bottom: 2px;
  margin-right: 20px;
  padding-bottom: 1px;
  padding-right: 10px;
}

.heading-half-section-2 {
  color: #343e52;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.heading-half-section-2.left {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.video-header-3 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.side-content-2 {
  width: 100%;
  display: flex;
}

.service-div-2 {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 24px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.service-div-2.center {
  color: #465cff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  height: auto;
  padding: 20px 20px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.service-div-2.center.works {
  padding-bottom: 20px;
}

.right-collection-wrapper {
  width: 66.66%;
  padding-left: 0;
  padding-right: 0;
}

.sidebar {
  text-align: left;
  background-color: #0000;
  width: 30%;
  padding: 0 0 15px 20px;
}

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

.sucess-mesage {
  color: #fff;
  background-color: #40c30d;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.blog-and-sidebar {
  justify-content: space-between;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.sidebar-block {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 25px;
}

.sidebar-block:hover {
  border-color: #e4e8ee;
}

.form {
  padding: 0;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.sidebar-header {
  border-bottom: 1px #e4e8ee;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-field-blog-sidebar {
  float: left;
  color: #75757c;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field-blog-sidebar:hover {
  border-bottom-color: #e4e8ee;
}

.field-label {
  color: #343e52;
  text-align: left;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
}

.field-label.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label.contact-us-field.gray {
  color: #545569;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.success-message {
  background-color: var(--medium-turquoise);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
}

.contact-content {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e4ecf691;
  border-radius: 10px;
  height: auto;
  padding: 45px 24px;
  position: relative;
  right: 0;
  box-shadow: 7px 7px 25px #525b731f;
}

.contact-content.new {
  border-color: #e4ecf6;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 30px;
  display: block;
  position: static;
  box-shadow: 0 10px 25px #4652741f;
}

.form-block {
  padding-left: 30px;
  padding-right: 30px;
}

.link-wrapper {
  text-decoration: none;
}

.field-label-last {
  color: var(--slate-grey);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.error-message-second {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 10px;
  padding: 20px;
}

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

.checkbox-field-quote {
  color: #505e78;
  text-align: left;
}

.info-row {
  margin-bottom: 60px;
  display: flex;
}

.text-field-third {
  float: none;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-third.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-third.contact-form.gray {
  background-color: #f4f5f980;
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #e4ecf6;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
}

.text-field-third.contact-form.gray.no-icon {
  color: var(--dark-slate-blue);
  background-image: none;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.text-field-third.contact-form.gray.email {
  color: var(--dark-slate-blue);
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-size: 20px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
}

.text-field-third.contact-form.gray.budget {
  background-image: url('../images/icons8-organization-52_1icons8-organization-52.png');
  background-size: 20px;
}

.text-field-third.contact-form.gray.subject {
  background-image: url('../images/icons8-box-64_1icons8-box-64.png');
  background-size: 20px;
  margin-bottom: 20px;
}

.text-field-third.contact-form.gray.email {
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-size: 20px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
}

.checkbox-field-second {
  color: #fff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 20px;
}

.social-link {
  color: var(--slate-grey);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.social-link:hover {
  text-decoration: underline;
}

.contact-form.message.gray {
  color: var(--dark-slate-blue);
  background-color: #f4f5f980;
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #e4ecf691;
  border-radius: 5px;
  min-height: 160px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.center-button-block {
  text-align: left;
  width: 100%;
}

.gray-section {
  text-align: center;
  background-color: #0000;
  border-top: 1px #e7e8ea;
  border-bottom: 1px #e7e8ea;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tweeter {
  opacity: 1;
  margin-right: 10px;
}

.contact-link {
  color: var(--dark-slate-blue);
  margin-top: 15px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.contact-link:hover {
  color: #2c3340;
  margin-top: 15px;
  padding-bottom: 0;
  text-decoration: underline;
}

.testimonial-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-section.first {
  background-color: #0000;
  background-image: url('../images/hero_1.jpg');
  background-position: 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-button {
  color: #2c3340;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  height: 48px;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .4s;
}

.cta-button:hover {
  box-shadow: 0 2px 4px #282b314a;
}

.cta-button.blue {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  font-family: Roboto, sans-serif;
}

.cta-button.blue:hover {
  background-image: linear-gradient(144deg, #39abff, #0675ec);
  border-style: none;
  border-color: #0000;
}

.cta-button.blue.full {
  background-image: linear-gradient(to bottom, var(--turquoise), var(--medium-turquoise));
  border-style: none;
  width: 100%;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
}

.cta-button.blue.full:hover {
  box-shadow: 0 6px 12px #8e98ad61;
}

.contact-section {
  z-index: 1;
  background-color: var(--ghost-white);
  border: 1px #000;
  padding: 120px 20px;
  transition: transform .4s;
  position: relative;
}

.contact-info-links {
  color: var(--dark-slate-blue);
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-div {
  width: 100px;
  height: 100px;
}

.image-div.mock-ups {
  background-image: url('../images/323232.png'), linear-gradient(135deg, #8556fd, #d656fd);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80px, auto;
}

.image-div.icons {
  background-image: url('../images/23232.jpg');
  background-size: cover;
}

.image-div.logo {
  background-image: url('../images/maximus-256.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.image-div.images {
  background-image: url('../images/5c006397daf9c917e081fcc0_123134.jpg');
  background-position: 0 0;
  background-size: cover;
}

.licence-item-1 {
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  box-shadow: 0 1px 2px #2e323c17;
}

.licence-link {
  color: var(--dark-slate-blue);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: #d656fd;
  text-decoration: underline;
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.heading {
  color: #343e52;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.heading.white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 52px;
}

.heading.white.percentual {
  width: 80%;
  font-family: Montserrat, sans-serif;
}

.top-header-3 {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.tabs-image {
  border-radius: 6px;
}

.center-4 {
  color: #677081;
  text-align: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.rich-text-info {
  width: 80%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.works-tak-gallery {
  width: 100%;
}

.works-image {
  text-align: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-wrapper-big-image {
  background-color: #fff;
  border: 1px #e6e6e6;
  margin-bottom: 20px;
  padding: 0;
  box-shadow: 0 1px 3px #525b731f;
}

.product-wrapper-big-image.single {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.tab-photo {
  opacity: .6;
  width: 28%;
  margin-right: 5px;
  padding: 0;
}

.tab-photo.w--current {
  opacity: 1;
  filter: blur();
  width: 28%;
  height: auto;
  margin-right: 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.post-card-author {
  color: #717177;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.post-card-author:hover {
  text-decoration: none;
}

.post-card-author.single {
  margin-bottom: 10px;
}

.post-card-image-author {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.author-name {
  color: #1a1a1a;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.main-image-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100vh;
  margin-bottom: 120px;
}

.line-midd-2 {
  background-color: #c9c9c9;
  width: 15px;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.line-midd-2.white-line {
  background-color: #fff;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.image-12 {
  border: 1px solid var(--ghost-white-2);
  border-radius: 20px;
}

.link-header-page-2 {
  color: #343e52;
  background-color: #0000;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  margin-right: 0;
  padding: 5px 10px;
  text-decoration: none;
}

.link-header-page-2:hover {
  text-decoration: underline;
}

.link-header-page-2.white {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.link-header-page-2.white:hover {
  text-decoration: none;
}

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

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

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

.top-title-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.text-field.center {
  border: 1px solid var(--light-steel-blue);
  color: var(--dark-slate-blue);
  border-radius: 4px;
  height: 48px;
}

.top-tittle-text {
  text-align: center;
  margin-top: 0;
  font-size: 26px;
}

.banner-five {
  background-image: linear-gradient(126deg, var(--medium-slate-blue), var(--magenta));
  height: 750px;
}

.imac {
  width: 600px;
}

.licence-items-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-firs {
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #fa7000;
  text-decoration: underline;
}

.hero-big-text-copy {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 57px;
}

.hero-big-text-copy.hero {
  margin-top: 0;
  font-size: 47px;
  font-weight: 300;
  line-height: 57px;
}

.hero-big-text-copy.hero.third {
  text-align: center;
  flex: 1;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  display: block;
}

.hero-benefits {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  display: block;
  overflow: hidden;
}

.list-2 {
  color: var(--white);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.list-item-2, .list-item-3, .list-item-4 {
  color: var(--white);
}

.background-video {
  object-fit: fill;
  background-image: linear-gradient(#00000087, #00000087);
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 700px;
  min-height: 700px;
  position: static;
}

.text-block {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-15 {
  flex: 0 auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
}

.side-info-1 {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.side-info-1.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.side-info-1.padding-top {
  background-image: url('../images/Mockup-Macbook-Pro-2017.jpg');
  background-position: 0 0;
  background-size: cover;
}

.service-heading-white {
  float: none;
  clear: none;
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.paragraph-white {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: visible;
}

.paragraph-white.white {
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paragraph-white.white.with-line {
  border-bottom: 1px solid #ffffff4d;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.heading-half-section-white {
  color: var(--white);
  object-fit: scale-down;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.heading-half-section-white.left {
  margin-top: 0;
  font-size: 28px;
  line-height: 38px;
}

.info-service-wrapper-2 {
  color: #0000;
  border: 1px solid #0000;
  padding: 30px 40px;
}

.service-div-3 {
  object-fit: fill;
  background-color: #0000;
  border: 1px #e4e8ee;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  min-width: 0%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
  overflow: visible;
}

.service-div-3.center.image.dark {
  background-color: #101731;
  border-color: #e4e8ee33;
}

.service-div-3.line {
  background-color: #fff;
  border-color: #dbdbdb;
  border-bottom-width: 1px;
}

.service-div-3.line.testimonials {
  border-style: none;
  border-width: 1px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: box-shadow .4s;
  position: relative;
  box-shadow: 0 0 2px #dbdbdb, 0 0 2px #dbdbdb;
}

.service-div-3.line.testimonials:hover {
  box-shadow: 1px 1px 12px #0000001f;
}

.service-div-3.left {
  background-color: #fff;
  border-style: solid;
  border-color: #e4e8ee;
  height: auto;
  transition: box-shadow .4s;
}

.service-div-3.left:hover {
  box-shadow: 0 10px 20px #00000021;
}

.service-div-3.left.second {
  background-color: #0000;
  border-style: none;
  border-width: 0;
  border-radius: 5px;
  padding: 0;
  transition-property: none;
  display: block;
}

.service-div-3.left.second:hover {
  background-color: #0000;
  border-width: 0;
  box-shadow: 0 10px 20px 1px #00000021;
}

.service-div-3.left.transparences {
  background-color: #0000;
  border-style: none;
  padding: 20px;
}

.service-div-3.left.transparences.testimonials {
  background-color: #ffffff26;
  background-image: none;
  border-radius: 6px;
  height: 380px;
  margin-bottom: 0;
}

.service-div-3.left.transparences.testimonials.list {
  padding: 30px;
}

.service-div-3.left.no-line {
  background-color: #242455;
  background-image: none;
  border-style: solid;
  border-color: #242455;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 280px;
  padding: 0 20px;
  display: flex;
}

.service-div-3.left.no-line:hover {
  border-style: solid;
  border-color: #242455;
}

.service-div-3.left.white {
  background-color: var(--ghost-white);
  border-style: none none none solid;
  border-color: #f1f1f1 #f1f1f1 #f1f1f1 #fff;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.service-div-3.left.white:hover {
  background-color: #fff;
}

.service-div-3.center {
  color: #465cff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  height: auto;
  padding: 20px 40px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.service-div-3.center.image {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.info-service-wrapper-3 {
  backface-visibility: hidden;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  color: #0000;
  border: 0 #0000;
  padding: 30px 40px;
}

.info-service-wrapper-3:hover {
  opacity: 1;
  backface-visibility: hidden;
  transform-origin: 50%;
  border-style: none;
  border-width: 0;
}

.process-econs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 0 15px 32px;
  display: flex;
  position: relative;
}

.process-card-econs {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.process-card-econs.left {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}

.process-card-econs.right {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.process-info-econs {
  width: 40%;
}

.process-info-econs.right {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 30px 40px 40px;
  font-size: 15px;
}

.process-info-econs.left {
  text-align: right;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 30px 40px 40px;
  font-size: 15px;
  line-height: 24px;
}

.process-info-copy {
  width: 40%;
}

.process-info-copy.right {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 30px 40px 40px;
  font-size: 15px;
}

.process-info-copy.left {
  text-align: right;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 30px 40px 40px;
  font-size: 15px;
  line-height: 24px;
}

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

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

.column-57 {
  border: 0 #0000;
  height: auto;
  padding-top: 0;
  padding-left: 0;
}

.column-58, .column-59 {
  border: 0 #0000;
  height: auto;
  padding-left: 0;
}

.column-60, .column-61 {
  border: 0 #0000;
  height: 140px;
}

.logo-wrapper {
  border-left: 1px solid #ffffff6e;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-14 {
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.columns-footer-econs {
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  display: flex;
}

.paragraph-16, .paragraph-17 {
  font-family: Montserrat, sans-serif;
}

.cs-1-1 {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  display: flex;
}

.cs-1-1.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  background-color: #f5f6f8;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cs-1-1.pink {
  background-image: linear-gradient(120deg, var(--medium-slate-blue), var(--magenta));
  height: 900px;
  padding-bottom: 90px;
}

.image-15 {
  display: block;
}

.div-block-8 {
  width: 50%;
  max-width: 50%;
  padding-left: 8%;
  padding-right: 8%;
}

.image-16 {
  max-width: 50%;
  display: block;
}

.cs-text-bild-econs {
  background-color: var(--ghost-white);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  display: flex;
}

.cs-text-bild-econs.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  background-color: #f5f6f8;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cs-text-bild-econs.pink {
  background-image: linear-gradient(120deg, var(--medium-slate-blue), var(--magenta));
  height: 900px;
  padding-bottom: 90px;
}

.cs-bild-ext-econs {
  background-color: var(--ghost-white);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  display: flex;
}

.cs-bild-ext-econs.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  background-color: #f5f6f8;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cs-bild-ext-econs.pink {
  background-image: linear-gradient(120deg, var(--medium-slate-blue), var(--magenta));
  height: 900px;
  padding-bottom: 90px;
}

.column-62 {
  padding: 0 10px;
}

.image-17, .image-18, .image-19 {
  border-radius: 0;
}

.column-65 {
  padding-right: 20px;
}

.column-66 {
  padding-left: 20px;
}

.heading-half-section-center {
  color: var(--midnight-blue);
  object-fit: scale-down;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.heading-half-section-center.left {
  margin-top: 0;
  font-size: 28px;
  line-height: 38px;
}

.div-content-contact {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content-contact.tittle-in-div {
  text-align: center;
  margin-bottom: 40px;
}

.div-content-contact.tittle-in-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.div-content-contact.achievements {
  color: #fff;
  text-align: left;
  width: auto;
  margin-left: 40px;
}

.div-content-contact.testimonials {
  align-items: flex-start;
}

.container-wrapper-cs {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container-wrapper-cs.archivements {
  border: 1px #000;
}

.container-wrapper-cs.page-side-left {
  z-index: 10;
  flex-direction: row;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  position: relative;
}

.container-wrapper-cs.portfolio {
  width: 80%;
}

.container-wrapper-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  max-width: 1200px;
  display: block;
  position: relative;
}

.container-wrapper-intro.archivements {
  border: 1px #000;
}

.container-wrapper-intro.page-side-left {
  z-index: 10;
  flex-direction: row;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  position: relative;
}

.container-wrapper-intro.portfolio {
  width: 80%;
}

.side-info-3 {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 115px;
  padding-left: 5%;
  padding-right: 0%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.side-info-3.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.column-rollen {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.service-div-why {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 24px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  transition: box-shadow 40ms;
  display: block;
}

.service-div-why:hover {
  background-color: #f0f2fc;
}

.service-div-why.center.image.dark {
  background-color: #101731;
  border-color: #e4e8ee33;
}

.service-div-why.line {
  background-color: #fff;
  border-color: #dbdbdb;
  border-bottom-width: 1px;
}

.service-div-why.line.testimonials {
  border-style: none;
  border-width: 1px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: box-shadow .4s;
  position: relative;
  box-shadow: 0 0 2px #dbdbdb, 0 0 2px #dbdbdb;
}

.service-div-why.line.testimonials:hover {
  box-shadow: 1px 1px 12px #0000001f;
}

.service-div-why.left {
  background-color: #fff;
  border-style: solid;
  border-color: #e4e8ee;
  height: auto;
  transition: box-shadow .4s;
}

.service-div-why.left:hover {
  box-shadow: 0 10px 20px #00000021;
}

.service-div-why.left.second {
  background-color: #0000;
  border-style: none;
  border-width: 0;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 30px 40px;
  transition-property: none;
  display: block;
}

.service-div-why.left.second:hover {
  box-shadow: none;
  object-fit: fill;
  background-color: #0000;
  border-width: 0;
}

.service-div-why.left.transparences {
  background-color: #0000;
  border-style: none;
  padding: 20px;
}

.service-div-why.left.transparences.testimonials {
  background-color: #ffffff26;
  background-image: none;
  border-radius: 6px;
  height: 380px;
  margin-bottom: 0;
}

.service-div-why.left.transparences.testimonials.list {
  padding: 30px;
}

.service-div-why.left.no-line {
  background-color: #242455;
  background-image: none;
  border-style: solid;
  border-color: #242455;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 280px;
  padding: 0 20px;
  display: flex;
}

.service-div-why.left.no-line:hover {
  border-style: solid;
  border-color: #242455;
}

.service-div-why.left.white {
  background-color: var(--ghost-white);
  border-style: none none none solid;
  border-color: #f1f1f1 #f1f1f1 #f1f1f1 #fff;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.service-div-why.left.white:hover {
  background-color: #0000;
}

.service-div-why.center {
  color: #465cff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  height: auto;
  padding: 20px 40px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.service-div-why.center.image {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.arrow-2 {
  color: #fff;
  display: block;
}

.paragraph-18 {
  color: var(--turquoise2);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-cihan {
  border-radius: 4px;
}

.flex-container {
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-leistungen {
  background-color: var(--white);
  background-image: linear-gradient(#ffffff80, #ffffff80);
  flex-flow: wrap;
  place-content: flex-start;
  align-items: stretch;
  width: auto;
  min-width: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
  overflow: hidden;
}

.section-leistungen.color-pink {
  background-image: linear-gradient(138deg, #d656fd, #8556fd);
}

.section-leistungen.last {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-leistungen.black {
  background-color: #101731;
  height: auto;
  padding-top: 160px;
}

.section-leistungen.dark {
  background-color: #101731;
}

.section-leistungen.background-color {
  background-color: var(--ghost-white-2);
  background-image: none;
  flex-direction: row;
  padding-top: 160px;
  position: static;
  overflow: hidden;
}

.section-leistungen.background-color.white {
  background-color: #0000;
  background-image: none;
  border-bottom: 1px #f5f4f7;
  overflow: hidden;
}

.section-leistungen.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  background-color: #f5f6f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-leistungen.no-padding-top {
  padding-top: 0;
}

.section-leistungen.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-leistungen.gradient {
  background-image: linear-gradient(174deg, #283138, #283138), linear-gradient(#ffffff80, #ffffff80);
  padding-top: 40px;
}

.column-67 {
  border: 0 #0000;
  height: auto;
  padding-left: 0;
}

.image-20 {
  height: 140px;
}

.image-21 {
  border: 0 #0000;
  border-radius: 0;
}

.image-22 {
  opacity: .62;
  border: 0 #0000;
  border-radius: 0;
  max-width: none;
  display: block;
}

.image-23 {
  border: 0 solid #0000;
  border-radius: 0;
}

.image-24 {
  border: 1px #0000;
  border-radius: 0;
}

.row-logowall {
  align-self: center;
  width: auto;
  height: 100px;
}

.service-row-econs {
  align-self: stretch;
  width: auto;
  margin: 20px 0 0;
  padding-right: 0;
  display: flex;
}

.service-row-econs.last {
  flex-direction: row;
  flex: 1;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.service-row-econs.single {
  width: 100%;
  display: flex;
}

.container-wrapper-cs-indoor {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container-wrapper-cs-indoor.archivements {
  border: 1px #000;
}

.container-wrapper-cs-indoor.page-side-left {
  z-index: 10;
  flex-direction: row;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  position: relative;
}

.container-wrapper-cs-indoor.portfolio {
  width: 80%;
}

.cta-indoor {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-indoor.gradient {
  background-image: radial-gradient(circle, #2fb9f8, #465cff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-indoor.gradient.realative.big {
  padding-top: 160px;
  padding-bottom: 120px;
}

.cta-indoor.gradient.realative.big.pink {
  background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/dewango-indoornavigation.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.cta-indoor.gradient.realative.big.blue {
  background-image: linear-gradient(132deg, #d656fd, #8556fd);
}

.cta-indoor.gradient.realative.pink {
  background-image: linear-gradient(309deg, #d656fd, #8556fd);
}

.cta-indoor.image-background {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/12312431.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-indoor.image-background.small {
  background-color: var(--ghost-white);
  background-image: none;
  border-style: none;
  border-color: #000;
}

.cta-indoor.image-background.small:hover {
  background-image: linear-gradient(120deg, #7556fd, #d656fd);
  border: 1px #000;
}

.cta-indoor.small {
  border: 1px solid #e4e8ee;
  border-left: 1px #000;
  border-right: 1px #000;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.cta-indoor.small:hover {
  border: 1px solid #e4e8ee;
  border-left: 0 #2e7df8;
  border-right: 0 #2e7df8;
}

.cta-indoor.gray {
  background-color: #f1f1f1;
}

.cta-indoor.gray.small {
  background-color: #e4e6f3;
  border-style: solid none none;
  border-top-color: #e4e8ee;
  border-bottom-color: #e4e8ee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta-indoor.gray.small.color {
  background-color: #0000;
  background-image: linear-gradient(104deg, #8556fd, #d656fd);
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta-indoor.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  border-style: none;
  border-color: #000;
  height: auto;
}

.cta-indoor.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  height: auto;
}

.cta-indoor.gray.small.two-buttons:hover {
  border-style: none;
}

.cta-indoor.gradient {
  background-image: linear-gradient(194deg, #15ccbbab, #283138d6), url('../images/pattern_bg.png'), url('../images/contact.jpg'), linear-gradient(#283138, #283138);
  background-position: 0 0, 50%, 50%, 0 0;
  background-size: auto, cover, cover, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-indoor.gradient.realative {
  background-image: linear-gradient(113deg, #d656fd, var(--midnight-blue));
  position: relative;
}

.cta-vr {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-vr.gradient {
  background-image: radial-gradient(circle, #2fb9f8, #465cff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-vr.gradient.realative.big {
  padding-top: 160px;
  padding-bottom: 120px;
}

.cta-vr.gradient.realative.big.pink {
  background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/VR_XL.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.cta-vr.gradient.realative.big.blue {
  background-image: linear-gradient(132deg, #d656fd, #8556fd);
}

.cta-vr.gradient.realative.pink {
  background-image: linear-gradient(309deg, #d656fd, #8556fd);
}

.cta-vr.image-background {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/12312431.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-vr.image-background.small {
  background-color: var(--ghost-white);
  background-image: none;
  border-style: none;
  border-color: #000;
}

.cta-vr.image-background.small:hover {
  background-image: linear-gradient(120deg, #7556fd, #d656fd);
  border: 1px #000;
}

.cta-vr.small {
  border: 1px solid #e4e8ee;
  border-left: 1px #000;
  border-right: 1px #000;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.cta-vr.small:hover {
  border: 1px solid #e4e8ee;
  border-left: 0 #2e7df8;
  border-right: 0 #2e7df8;
}

.cta-vr.gray {
  background-color: #f1f1f1;
}

.cta-vr.gray.small {
  background-color: #e4e6f3;
  border-style: solid none none;
  border-top-color: #e4e8ee;
  border-bottom-color: #e4e8ee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta-vr.gray.small.color {
  background-color: #0000;
  background-image: linear-gradient(104deg, #8556fd, #d656fd);
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta-vr.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  border-style: none;
  border-color: #000;
  height: auto;
}

.cta-vr.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  height: auto;
}

.cta-vr.gray.small.two-buttons:hover {
  border-style: none;
}

.cta-vr.gradient {
  background-image: linear-gradient(194deg, #15ccbbab, #283138d6), url('../images/pattern_bg.png'), url('../images/contact.jpg'), linear-gradient(#283138, #283138);
  background-position: 0 0, 50%, 50%, 0 0;
  background-size: auto, cover, cover, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-vr.gradient.realative {
  background-image: linear-gradient(113deg, #d656fd, var(--midnight-blue));
  position: relative;
}

.cta-auto {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-auto.gradient {
  background-image: radial-gradient(circle, #2fb9f8, #465cff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-auto.gradient.realative.big {
  padding-top: 160px;
  padding-bottom: 120px;
}

.cta-auto.gradient.realative.big.pink {
  background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/Auto_XL.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.cta-auto.gradient.realative.big.blue {
  background-image: linear-gradient(132deg, #d656fd, #8556fd);
}

.cta-auto.gradient.realative.pink {
  background-image: linear-gradient(309deg, #d656fd, #8556fd);
}

.cta-auto.image-background {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/12312431.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-auto.image-background.small {
  background-color: var(--ghost-white);
  background-image: none;
  border-style: none;
  border-color: #000;
}

.cta-auto.image-background.small:hover {
  background-image: linear-gradient(120deg, #7556fd, #d656fd);
  border: 1px #000;
}

.cta-auto.small {
  border: 1px solid #e4e8ee;
  border-left: 1px #000;
  border-right: 1px #000;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.cta-auto.small:hover {
  border: 1px solid #e4e8ee;
  border-left: 0 #2e7df8;
  border-right: 0 #2e7df8;
}

.cta-auto.gray {
  background-color: #f1f1f1;
}

.cta-auto.gray.small {
  background-color: #e4e6f3;
  border-style: solid none none;
  border-top-color: #e4e8ee;
  border-bottom-color: #e4e8ee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta-auto.gray.small.color {
  background-color: #0000;
  background-image: linear-gradient(104deg, #8556fd, #d656fd);
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta-auto.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  border-style: none;
  border-color: #000;
  height: auto;
}

.cta-auto.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  height: auto;
}

.cta-auto.gray.small.two-buttons:hover {
  border-style: none;
}

.cta-auto.gradient {
  background-image: linear-gradient(194deg, #15ccbbab, #283138d6), url('../images/pattern_bg.png'), url('../images/contact.jpg'), linear-gradient(#283138, #283138);
  background-position: 0 0, 50%, 50%, 0 0;
  background-size: auto, cover, cover, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-auto.gradient.realative {
  background-image: linear-gradient(113deg, #d656fd, var(--midnight-blue));
  position: relative;
}

.container-wrapper-impressum {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container-wrapper-impressum.archivements {
  border: 1px #000;
}

.container-wrapper-impressum.page-side-left {
  z-index: 10;
  flex-direction: row;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  position: relative;
}

.container-wrapper-impressum.portfolio {
  width: 80%;
}

.cta-impressum {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-impressum.gradient {
  background-image: radial-gradient(circle, #2fb9f8, #465cff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-impressum.gradient.realative.big {
  padding-top: 160px;
  padding-bottom: 120px;
}

.cta-impressum.gradient.realative.big.pink {
  background-image: linear-gradient(128deg, #2831389c, #343e52a8), url('../images/hero_2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cta-impressum.gradient.realative.big.blue {
  background-image: linear-gradient(132deg, #d656fd, #8556fd);
}

.cta-impressum.gradient.realative.pink {
  background-image: linear-gradient(309deg, #d656fd, #8556fd);
}

.cta-impressum.image-background {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/12312431.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-impressum.image-background.small {
  background-color: var(--ghost-white);
  background-image: none;
  border-style: none;
  border-color: #000;
}

.cta-impressum.image-background.small:hover {
  background-image: linear-gradient(120deg, #7556fd, #d656fd);
  border: 1px #000;
}

.cta-impressum.small {
  border: 1px solid #e4e8ee;
  border-left: 1px #000;
  border-right: 1px #000;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.cta-impressum.small:hover {
  border: 1px solid #e4e8ee;
  border-left: 0 #2e7df8;
  border-right: 0 #2e7df8;
}

.cta-impressum.gray {
  background-color: #f1f1f1;
}

.cta-impressum.gray.small {
  background-color: #e4e6f3;
  border-style: solid none none;
  border-top-color: #e4e8ee;
  border-bottom-color: #e4e8ee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta-impressum.gray.small.color {
  background-color: #0000;
  background-image: linear-gradient(104deg, #8556fd, #d656fd);
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta-impressum.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  border-style: none;
  border-color: #000;
  height: auto;
}

.cta-impressum.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  height: auto;
}

.cta-impressum.gray.small.two-buttons:hover {
  border-style: none;
}

.cta-impressum.gradient {
  background-image: linear-gradient(194deg, #15ccbbab, #283138d6), url('../images/pattern_bg.png'), url('../images/contact.jpg'), linear-gradient(#283138, #283138);
  background-position: 0 0, 50%, 50%, 0 0;
  background-size: auto, cover, cover, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-impressum.gradient.realative {
  background-image: linear-gradient(113deg, #d656fd, var(--midnight-blue));
  position: relative;
}

.intro-text-2s {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.eu {
  padding-top: 100px;
  padding-bottom: 100px;
}

.eu.gradient {
  background-image: radial-gradient(circle, #2fb9f8, #465cff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eu.gradient.realative.big {
  padding-top: 160px;
  padding-bottom: 120px;
}

.eu.gradient.realative.big.pink {
  background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/EU-Förderung.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
  width: 80%;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 280px;
  display: block;
}

.eu.gradient.realative.big.blue {
  background-image: linear-gradient(132deg, #d656fd, #8556fd);
}

.eu.gradient.realative.big.pink-copy {
  background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/EU-Förderung.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
  width: auto;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 280px;
  display: block;
}

.eu.gradient.realative.pink {
  background-image: linear-gradient(309deg, #d656fd, #8556fd);
}

.eu.image-background {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/12312431.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.eu.image-background.small {
  background-color: var(--ghost-white);
  background-image: none;
  border-style: none;
  border-color: #000;
}

.eu.image-background.small:hover {
  background-image: linear-gradient(120deg, #7556fd, #d656fd);
  border: 1px #000;
}

.eu.small {
  border: 1px solid #e4e8ee;
  border-left: 1px #000;
  border-right: 1px #000;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.eu.small:hover {
  border: 1px solid #e4e8ee;
  border-left: 0 #2e7df8;
  border-right: 0 #2e7df8;
}

.eu.gray {
  background-color: #f1f1f1;
}

.eu.gray.small {
  background-color: #e4e6f3;
  border-style: solid none none;
  border-top-color: #e4e8ee;
  border-bottom-color: #e4e8ee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.eu.gray.small.color {
  background-color: #0000;
  background-image: linear-gradient(104deg, #8556fd, #d656fd);
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.eu.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  border-style: none;
  border-color: #000;
  height: auto;
}

.eu.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  height: auto;
}

.eu.gray.small.two-buttons:hover {
  border-style: none;
}

.eu.gradient {
  background-image: linear-gradient(194deg, #15ccbbab, #283138d6), url('../images/pattern_bg.png'), url('../images/contact.jpg'), linear-gradient(#283138, #283138);
  background-position: 0 0, 50%, 50%, 0 0;
  background-size: auto, cover, cover, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eu.gradient.realative {
  background-image: linear-gradient(113deg, #d656fd, var(--midnight-blue));
  position: relative;
}

.heading-full-section {
  color: var(--midnight-blue);
  object-fit: scale-down;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.heading-full-section.left {
  margin-top: 0;
  font-size: 28px;
  line-height: 38px;
}

.intro-text-2s-copy {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sub-hero-text-full {
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.sub-hero-text-full.right {
  text-align: left;
}

.sub-hero-text-full.left {
  text-align: right;
}

.intro-cs-full {
  text-align: left;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  display: flex;
}

.intro-cs-full.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  background-color: #f5f6f8;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

.intro-cs-full.pink {
  background-image: linear-gradient(120deg, var(--medium-slate-blue), var(--magenta));
  height: 900px;
  padding-bottom: 90px;
}

.text-span {
  width: 60%;
}

.div-block-10 {
  border: 0 #0000;
  width: auto;
  margin-top: 10px;
  padding-top: 20px;
}

.image-25 {
  padding-left: 20px;
}

.image-26 {
  border-radius: 0;
  margin-top: 20px;
  padding-top: 0;
}

.button-4 {
  background-color: #0000;
  background-image: url('../images/EU_1EU.png');
  background-position: 0 0;
  background-size: auto;
  width: 80px;
  height: 80px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-4.w--current {
  background-image: url('../images/EU2_1EU2.png');
  width: 80px;
  height: 80px;
  padding-bottom: 0;
  display: block;
}

.div-block-11 {
  margin-top: 20px;
  padding-top: 0;
}

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

.text-span-2 {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-left: 20px;
    padding-right: 10px;
  }

  .banner-home-fourth {
    padding-top: 90px;
  }

  .banner-home-fourth.half {
    background-image: linear-gradient(135deg, #8556fd, #d656fd);
    height: auto;
    padding: 90px 20px;
    display: block;
  }

  .homepage-link.first {
    width: 100%;
  }

  .card-link {
    margin-bottom: 20px;
  }

  .nav-menu-second {
    color: #000;
    background-color: #fff;
    border: 1px solid #e7ecf8;
    height: auto;
    display: block;
    position: absolute;
  }

  .solar-dot-second {
    margin-top: 30px;
  }

  .solar-wrapper-first {
    width: 300px;
    height: 300px;
  }

  .preload {
    display: none;
  }

  .brand {
    padding: 10px 0;
  }

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

  .hero-div-info {
    margin-top: 80px;
  }

  .hero-div-info.half {
    flex-basis: 100%;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-div-info.half.mockup {
    width: 50%;
    padding-left: 1%;
    padding-right: 2%;
  }

  .hero-div-info.half.mockup.watches {
    width: 100%;
    margin-top: 40px;
    padding-left: 2%;
  }

  .demo-wrapper-second {
    top: 120px;
  }

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

  .dropdown-link-second {
    box-shadow: none;
    background-color: #e4ecf666;
  }

  .dropdown-link-second.w--current {
    box-shadow: none;
  }

  .solar-dot {
    margin-top: 385px;
  }

  .section.black {
    position: relative;
    overflow: hidden;
  }

  .arrow {
    color: var(--dark-slate-blue);
  }

  .copyright {
    text-align: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button {
    color: #343e52;
    padding: 20px;
  }

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

  .menu-button.white {
    color: #fff;
  }

  .hero-paragraph, .hero-paragraph.white {
    text-align: left;
  }

  .hero-paragraph.white.percentual {
    width: 100%;
  }

  .text-block-nav {
    color: #343e52;
  }

  .dark-logo.in-colors {
    opacity: 0;
  }

  .nav-bar {
    height: auto;
    padding: 0;
    position: fixed;
  }

  .side-image-media {
    width: 100%;
  }

  .demo-wrapper {
    top: 157px;
  }

  .top-nav-content-block.social.footer {
    float: none;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .top-nav-content-block.social.banner {
    z-index: 10;
    margin-bottom: 0%;
    padding-bottom: 0;
    position: absolute;
    bottom: -8%;
    left: 2%;
  }

  .line-in-hover {
    width: 40%;
  }

  .intri-link {
    color: #000;
    border-bottom: 1px solid #e4ecf6;
  }

  .intri-link:hover {
    color: #343e52;
  }

  .intri-link.w--current {
    color: #343e52;
    background-color: #0000;
    border-bottom: 1px solid #e4ecf6;
  }

  .navigation-wrapper {
    flex: 1;
    padding-right: 0;
  }

  .media-image {
    width: 800px;
  }

  .media-image.padding {
    align-self: center;
    width: 70%;
  }

  .secure-payment-by {
    justify-content: center;
    margin: 15px auto;
    padding-top: 10px;
    display: block;
  }

  .circle-third {
    display: none;
    position: absolute;
    overflow: visible;
  }

  .wrapper-full {
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    top: 25%;
  }

  .circle-one {
    width: 250px;
    height: 250px;
  }

  .footer-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-block.about-us {
    margin-bottom: 20px;
  }

  .hero-div {
    flex-flow: column;
    align-content: stretch;
    height: 100%;
    padding: 40px 0;
  }

  .footer-line-divider {
    display: inline-block;
  }

  .solar-wrapper {
    width: 650px;
    height: 650px;
  }

  .nav-link {
    background-color: #fff;
    border-bottom: 1px solid #e4ecf6;
  }

  .button.general {
    margin-left: 0;
    margin-right: 0;
  }

  .button.general.pink {
    margin-left: auto;
    margin-right: auto;
  }

  .button.general.outline {
    margin-right: 0;
  }

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

  .circle-demo-wrapper {
    top: -85px;
  }

  .circle {
    width: 600px;
    height: 600px;
  }

  .cta.gradient.realative.big.pink {
    background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/stock-photo-joyful-bearded-man-wearing-elegant-suit-wrapped-up-in-virtual-test-drive-of-new-car-model-with-help-1104689483.jpg');
    background-position: 0 0, 0 0, 50% 0;
  }

  .cta.gradient.realative.big.blue {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cta.image-background.small {
    padding-bottom: 40px;
  }

  .cta.small {
    justify-content: center;
  }

  .cta.gray.small, .cta.gray.small.color, .cta.gray.small.two-buttons, .cta.gray.small.two-buttons {
    padding-bottom: 40px;
  }

  .square-wrapper-2 {
    height: 115%;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
  }

  .div-content.achievements {
    margin-top: 100px;
    margin-left: auto;
    padding-left: 12%;
    padding-right: 12%;
  }

  .div-content.testimonials {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .div-content.padding-bottom {
    margin-bottom: 100px;
  }

  .div-content.contact {
    margin-bottom: 80px;
  }

  .container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-wrapper.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper.page-side-left {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .circle-2 {
    right: 27%;
  }

  .tab-menu.banner {
    margin-top: 0;
    bottom: -8%;
  }

  .side-info {
    width: 90%;
    margin-bottom: 100px;
  }

  .side-info.padding-top {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .testimonial-arrow {
    right: 200px;
  }

  .side-content {
    flex-direction: column;
  }

  .button-wrapper.no-padding {
    width: auto;
  }

  .service-row-second {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-sliders-column-wrapper {
    padding-top: 20px;
  }

  .left-testimonial-arrow {
    left: 200px;
  }

  .one-side-image {
    background-size: contain;
    width: 100%;
  }

  .one-side-image.gray {
    width: 100%;
    height: 650px;
    max-height: 700px;
  }

  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }

  .full-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-testimonials {
    height: 600px;
  }

  .heading-half-section {
    text-align: left;
  }

  .tab-second.center {
    width: 80%;
  }

  .container-fourth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.third.pink {
    background-image: linear-gradient(131deg, #d656fd, #5b53b5), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 100% 29%, 0 80%, 50% -184px;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, 250px, 260px, cover;
    background-attachment: scroll, fixed, fixed, scroll;
    padding-top: 100px;
  }

  .main-section.third.gray {
    background-position: 0 0, 100%, 0 80%, 50% -184px;
  }

  .main-section.third.pink {
    height: 800px;
  }

  .main-section.third.purple {
    height: 100vh;
  }

  .icon-header.center {
    width: 100%;
  }

  .side-content-info {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
    padding-right: 8%;
  }

  .intro-cs {
    flex-direction: row;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-cs.pink {
    height: auto;
  }

  .image-combination-2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-row {
    flex-direction: row;
    align-self: stretch;
    display: flex;
  }

  .service-row.last {
    flex-wrap: wrap;
    display: flex;
  }

  .service-row.single {
    display: block;
  }

  .slide-nav-2 {
    margin-top: 100px;
  }

  .columns {
    display: block;
  }

  .columns.achivements {
    flex-wrap: wrap;
  }

  .google-play-wrapper {
    border: 1px #000;
  }

  .minus-padding-image-2 {
    width: auto;
    height: auto;
  }

  .features-column {
    justify-content: flex-start;
    align-self: stretch;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .service-div {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-div.line.testimonials {
    height: auto;
  }

  .service-div.left {
    margin-bottom: 20px;
  }

  .service-div.left.second {
    width: 100%;
  }

  .service-div.left.transparences.testimonials {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-div.left.white {
    width: 100%;
    margin-bottom: 1px;
  }

  .service-div.center {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .side-features {
    flex-wrap: wrap;
  }

  .side-features.bottom-padding {
    margin-bottom: 40px;
  }

  .collection-item, .collection-item.author {
    width: 100%;
  }

  .cta-text.white {
    text-align: center;
    line-height: 30px;
  }

  .cta-text.white.center {
    text-align: center;
    margin-bottom: 10px;
  }

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

  .cta-text-content.second {
    text-align: center;
    text-align: center;
    margin-right: 10px;
  }

  .hero-big-text.hero-benefits.third {
    width: 80%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .column-55 {
    display: block;
  }

  .processes-block.counters {
    margin-left: 0;
  }

  .processes-block.counters.light {
    width: 95%;
  }

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

  .hero-section.third.pink {
    height: 650px;
  }

  .middle-div.padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-wrapper-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .pricing-block.small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left.padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-mock-ups {
    max-height: 400px;
    position: relative;
    inset: 20px 0 0 -62px;
  }

  .image-mock-ups.laptop {
    max-height: none;
    margin-top: 40px;
    left: 0;
  }

  .image-process-div, .image-process-div.right {
    height: 330px;
  }

  .right.padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bigger-circle {
    width: 500px;
    height: 500px;
  }

  .bigger-circle-3 {
    width: 300px;
    height: 300px;
  }

  .pricing-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .process-info.right, .process-info.left {
    height: 330px;
  }

  .bigger-circle2 {
    width: 700px;
    height: 700px;
  }

  .image-block.ipad {
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-box {
    display: flex;
  }

  .service-with-image {
    flex-direction: row;
    display: block;
  }

  .category-text.side, .blog-post-overlay {
    width: 100%;
  }

  .work-card {
    height: auto;
    margin-bottom: 40px;
  }

  .side-info-2 {
    flex: 0 auto;
    width: 90%;
    margin-bottom: 0;
  }

  .side-info-2.no-padding {
    margin-bottom: 0;
  }

  .side-info-2.padding-top {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .service-heading-second-2.all-caps.in {
    text-align: left;
  }

  .laptop-padding {
    width: 700px;
    margin-top: 40px;
  }

  .row-price {
    margin-top: 50px;
  }

  .div-content-second.percentual {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-content-second.right-side.padding-top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .button-3.general {
    margin-left: 0;
    margin-right: 0;
  }

  .button-3.general.outline {
    margin-right: 0;
  }

  .button-3.white.outline {
    float: none;
    margin-left: 0;
    margin-right: auto;
  }

  .button-3.white.outline.center {
    margin-bottom: 0;
  }

  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-info-block {
    align-items: flex-start;
    width: 80%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    top: 0%;
  }

  .hero-info-block.paddings {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-info-block.sixth {
    padding-right: 25px;
  }

  .columns-4 {
    width: 100%;
  }

  .div-column-footer.small.white {
    padding-left: 0;
    padding-right: 0;
  }

  .div-column-footer.small.white.middle {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
  }

  .columns-third {
    width: 100%;
  }

  .pricing-column-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-copy-wrapper {
    margin-bottom: 40px;
  }

  .side-image {
    width: auto;
  }

  .side-image.paddings {
    width: 100%;
  }

  .side-wrapper {
    flex-flow: column-reverse wrap;
    align-items: center;
    margin-top: 0;
    display: block;
    position: relative;
    top: auto;
  }

  .side-wrapper.centerated {
    flex-flow: column-reverse;
    justify-content: space-between;
    padding-top: 100px;
    display: flex;
  }

  .title-proccess {
    font-size: 24px;
  }

  .copyright-2 {
    text-align: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-half-section-2 {
    text-align: left;
  }

  .side-content-2 {
    flex-direction: column;
  }

  .service-div-2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-div-2.center {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-collection-wrapper {
    width: 60%;
  }

  .sidebar {
    width: 40%;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar.left {
    width: 40%;
    margin-left: 0;
    margin-right: 20px;
  }

  .sidebar.right {
    margin-left: 20px;
    margin-right: 0;
  }

  .blog-and-sidebar {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-block {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-header {
    width: auto;
  }

  .collection-sidebar {
    width: 100%;
  }

  .contact-content {
    width: 100%;
    right: 0;
  }

  .contact-content.new {
    width: 80%;
  }

  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licence-items {
    width: 80%;
  }

  .banner-five {
    height: 1000px;
  }

  .imac {
    width: 470px;
  }

  .licence-items-2 {
    width: 80%;
  }

  .hero-big-text-copy.hero.third {
    width: 80%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .side-info-1 {
    width: 90%;
    margin-bottom: 100px;
  }

  .side-info-1.no-padding {
    margin-bottom: 0;
  }

  .side-info-1.padding-top {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .heading-half-section-white {
    text-align: left;
  }

  .service-div-3 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .service-div-3.line.testimonials {
    height: auto;
  }

  .service-div-3.left {
    margin-bottom: 20px;
  }

  .service-div-3.left.second {
    width: 100%;
  }

  .service-div-3.left.transparences.testimonials {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-div-3.left.white {
    width: 100%;
    margin-bottom: 1px;
  }

  .service-div-3.center {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-info-econs.right, .process-info-econs.left, .process-info-copy.right, .process-info-copy.left {
    height: 330px;
  }

  .column-57, .column-58, .column-59 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-60, .column-61 {
    flex-direction: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .logo-wrapper {
    border: 1px #000;
  }

  .columns-footer-econs {
    width: 100%;
  }

  .cs-1-1 {
    flex-direction: row;
  }

  .cs-1-1.pink {
    height: auto;
  }

  .cs-text-bild-econs {
    flex-direction: row;
  }

  .cs-text-bild-econs.pink {
    height: auto;
  }

  .cs-bild-ext-econs {
    flex-direction: row;
  }

  .cs-bild-ext-econs.pink {
    height: auto;
  }

  .heading-half-section-center {
    text-align: left;
  }

  .div-content-contact.tittle-in-div.center {
    text-align: center;
  }

  .div-content-contact.achievements {
    margin-top: 100px;
    margin-left: auto;
    padding-left: 12%;
    padding-right: 12%;
  }

  .div-content-contact.testimonials {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .div-content-contact.padding-bottom {
    margin-bottom: 100px;
  }

  .div-content-contact.contact {
    margin-bottom: 80px;
  }

  .container-wrapper-cs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-cs.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper-cs.page-side-left {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .container-wrapper-intro {
    object-fit: scale-down;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper-intro.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper-intro.page-side-left {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .side-info-3 {
    flex: 0 auto;
    align-self: auto;
    width: 90%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 0%;
  }

  .side-info-3.no-padding {
    margin-bottom: 0;
  }

  .side-info-3.padding-top {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .service-div-why {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-div-why.line.testimonials {
    height: auto;
  }

  .service-div-why.left {
    margin-bottom: 20px;
  }

  .service-div-why.left.second {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-div-why.left.transparences.testimonials {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-div-why.left.white {
    width: 100%;
    margin-bottom: 1px;
  }

  .service-div-why.center {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow-2 {
    color: #343e52;
  }

  .flex-container {
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .section-leistungen {
    flex-wrap: wrap;
    align-content: flex-start;
    display: block;
  }

  .section-leistungen.black {
    position: relative;
    overflow: hidden;
  }

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

  .row-logowall {
    flex-direction: row;
    align-self: center;
    height: auto;
    display: block;
  }

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

  .column-68 {
    align-self: auto;
  }

  .service-row-econs {
    flex-direction: column;
    align-self: stretch;
    display: flex;
  }

  .service-row-econs.last {
    flex-wrap: wrap;
    display: flex;
  }

  .service-row-econs.single {
    display: block;
  }

  .container-wrapper-cs-indoor {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-cs-indoor.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper-cs-indoor.page-side-left {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .cta-indoor.gradient.realative.big.pink {
    background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/dewango-indoornavigation.jpg');
    background-position: 0 0, 0 0, 50% 0;
  }

  .cta-indoor.gradient.realative.big.blue {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cta-indoor.image-background.small {
    padding-bottom: 40px;
  }

  .cta-indoor.small {
    justify-content: center;
  }

  .cta-indoor.gray.small, .cta-indoor.gray.small.color, .cta-indoor.gray.small.two-buttons, .cta-indoor.gray.small.two-buttons {
    padding-bottom: 40px;
  }

  .cta-vr.gradient.realative.big.pink {
    background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/VR_XL.jpg');
    background-position: 0 0, 0 0, 50% 0;
  }

  .cta-vr.gradient.realative.big.blue {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cta-vr.image-background.small {
    padding-bottom: 40px;
  }

  .cta-vr.small {
    justify-content: center;
  }

  .cta-vr.gray.small, .cta-vr.gray.small.color, .cta-vr.gray.small.two-buttons, .cta-vr.gray.small.two-buttons {
    padding-bottom: 40px;
  }

  .cta-auto.gradient.realative.big.pink {
    background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/Auto_XL.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: cover, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .cta-auto.gradient.realative.big.blue {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cta-auto.image-background.small {
    padding-bottom: 40px;
  }

  .cta-auto.small {
    justify-content: center;
  }

  .cta-auto.gray.small, .cta-auto.gray.small.color, .cta-auto.gray.small.two-buttons, .cta-auto.gray.small.two-buttons {
    padding-bottom: 40px;
  }

  .container-wrapper-impressum {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-impressum.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper-impressum.page-side-left {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .cta-impressum.gradient.realative.big.pink {
    background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/stock-photo-joyful-bearded-man-wearing-elegant-suit-wrapped-up-in-virtual-test-drive-of-new-car-model-with-help-1104689483.jpg');
    background-position: 0 0, 0 0, 50% 0;
  }

  .cta-impressum.gradient.realative.big.blue {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cta-impressum.image-background.small {
    padding-bottom: 40px;
  }

  .cta-impressum.small {
    justify-content: center;
  }

  .cta-impressum.gray.small, .cta-impressum.gray.small.color, .cta-impressum.gray.small.two-buttons, .cta-impressum.gray.small.two-buttons {
    padding-bottom: 40px;
  }

  .intro-text-2s {
    flex-wrap: wrap;
  }

  .intro-text-2s.bottom-padding {
    margin-bottom: 40px;
  }

  .eu.gradient.realative.big.pink {
    background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/EU-Förderung.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-size: cover, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .eu.gradient.realative.big.blue {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .eu.gradient.realative.big.pink-copy {
    background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/EU-Förderung.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-size: cover, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .eu.image-background.small {
    padding-bottom: 40px;
  }

  .eu.small {
    justify-content: center;
  }

  .eu.gray.small, .eu.gray.small.color, .eu.gray.small.two-buttons, .eu.gray.small.two-buttons {
    padding-bottom: 40px;
  }

  .heading-full-section {
    text-align: left;
    width: 100%;
    overflow: visible;
  }

  .intro-text-2s-copy {
    flex-wrap: wrap;
  }

  .intro-text-2s-copy.bottom-padding {
    margin-bottom: 40px;
  }

  .sub-hero-text-full {
    width: 100%;
  }

  .intro-cs-full {
    flex-direction: row;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-cs-full.pink {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-home-fourth {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-home-fourth.half {
    background-image: linear-gradient(135deg, #8556fd, #d656fd);
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .homepage-link.first {
    width: 100%;
  }

  .card-link {
    margin-bottom: 10px;
  }

  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brand.w--current {
    padding-left: 10px;
  }

  .hero-div-info {
    margin-top: 40px;
  }

  .hero-div-info.half.mockup {
    width: 50%;
    margin-top: 20px;
  }

  .hero-div-info.half.mockup.watches {
    margin-top: 40px;
  }

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

  .section.gray {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-paragraph.white.percentual {
    width: 100%;
  }

  .side-image-media {
    justify-content: center;
  }

  .demo-wrapper {
    overflow: hidden;
  }

  .top-nav-content-block.social.footer {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top-nav-content-block.social.banner {
    display: block;
    bottom: -20%;
  }

  .media-image {
    width: 500px;
    padding-left: 0%;
  }

  .secure-payment-by {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-full {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-block.about-us {
    margin-bottom: 20px;
  }

  .hero-div {
    flex-flow: column wrap-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    float: none;
    display: inline-block;
  }

  .button.general.left.green {
    margin-right: 10px;
  }

  .circle-demo-wrapper {
    top: -148px;
    left: 6%;
  }

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

  .cta.gray.small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta.gray.small.color {
    text-align: center;
  }

  .square-wrapper-2 {
    background-image: linear-gradient(#00000059, #fff0 77%);
  }

  .div-content.tittle-in-div {
    padding-left: 20px;
  }

  .div-content.tittle-in-div.center {
    padding-left: 0;
  }

  .container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-2 {
    width: 6vh;
    height: 6vh;
    right: 27%;
  }

  .tab-menu.banner {
    bottom: -20%;
  }

  .side-info {
    width: 100%;
  }

  .button-wrapper.no-padding {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .service-row-second {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-sliders-column-wrapper {
    height: auto;
  }

  .one-side-image {
    background-size: contain;
    height: 400px;
  }

  .one-side-image.gray {
    height: 700px;
    max-height: 700px;
  }

  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }

  .one-side-image.third {
    height: 500px;
  }

  .full-container.center.third {
    top: 40%;
  }

  .slider-testimonials {
    height: auto;
  }

  .tab-second.center {
    width: 80%;
  }

  .main-section.third {
    background-image: linear-gradient(#acb2ba, #686c75), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50% -184px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 800px;
  }

  .main-section.third.pink {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .main-section.third.purple {
    background-image: linear-gradient(-135deg, var(--magenta), var(--medium-slate-blue));
    height: 100vh;
  }

  .icon-header.center {
    width: 90%;
  }

  .slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-row {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-row.single {
    margin-top: 20px;
  }

  .columns {
    flex-wrap: wrap;
  }

  .google-play-wrapper {
    border: 1px #000;
  }

  .service-div.center, .service-div.line {
    margin-bottom: 20px;
  }

  .service-div.line.testimonials {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-div.left.second {
    text-align: left;
  }

  .service-div.left.transparences {
    margin-bottom: 10px;
  }

  .service-div.left.transparences.testimonials.list {
    height: auto;
  }

  .service-div.left.no-line {
    text-align: center;
  }

  .service-div.center {
    margin-bottom: 20px;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .collection-item, .collection-item.half {
    width: 100%;
  }

  .cta-text.white {
    margin-bottom: 10px;
  }

  .page-header, .page-header.dark, .page-header.dark, .column-navigation {
    text-align: center;
  }

  .cta-text-content.second {
    float: none;
    text-align: center;
    float: none;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .column-third.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-big-text.hero-benefits.third {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 48px;
    display: block;
  }

  .hero-text-block {
    width: 100%;
  }

  .hero-text-block.hero {
    margin-bottom: 100px;
  }

  .processes-section-second.background, .processes-section-second.background.transparent, .processes-section-second.background.color, .processes-section-second.background-copy, .processes-section-second.background-copy.transparent, .processes-section-second.background-copy.color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .processes-block {
    border-top-style: none;
    border-left: 3px solid #eee;
    height: 120px;
    margin-left: 40px;
    padding-left: 0;
  }

  .processes-block.counters {
    border-left-style: none;
    margin-left: 0;
    padding-left: 20px;
  }

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

  .hero-section.third {
    height: 800px;
  }

  .hero-section.third.pink {
    background-image: url('../images/hero_2.jpg'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .team-member {
    width: 100%;
    margin-bottom: 40px;
  }

  .features-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .features-paragraph.service {
    text-align: center;
  }

  .features-paragraph.service.white {
    text-align: left;
    text-align: left;
  }

  .process-line {
    margin-left: 20px;
  }

  .pricing-row.row-nr1 {
    flex-wrap: wrap;
    display: flex;
  }

  .title-procces.right {
    text-align: left;
  }

  .image-mock-ups {
    width: auto;
    max-height: 350px;
    top: 50px;
    left: 0;
    right: 0;
  }

  .image-mock-ups.laptop {
    max-height: 350px;
  }

  .image-process-div {
    display: none;
  }

  .process-card.left {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .process-card.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-wrapper {
    width: 40px;
    position: absolute;
  }

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

  .process-info.right {
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-info.left {
    text-align: left;
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal-line {
    width: 80%;
    display: none;
  }

  .div-block-7 {
    text-align: left;
  }

  .wrapper-box {
    margin-bottom: 20px;
  }

  .category-text.side {
    width: 100%;
    margin-right: 0;
  }

  .category-text.side.full.all.w--current {
    margin-right: 0;
  }

  .blog-post-overlay {
    background-image: linear-gradient(#00000038, #00000038);
    padding-left: 0;
  }

  .work-card {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .side-info-2 {
    width: 100%;
  }

  .side-info-2.padding-top {
    margin-top: 50px;
  }

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

  .button-2 {
    float: none;
    display: inline-block;
  }

  .laptop-padding {
    width: 400px;
    margin-top: 20px;
  }

  .div-content-second.percentual {
    margin-left: auto;
    margin-right: auto;
  }

  .div-content-second.percentual.padding-bottom {
    padding-bottom: 40px;
  }

  .button-3, .button-3.white.outline {
    float: none;
    display: inline-block;
  }

  .notification-form {
    margin-top: 0;
  }

  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .div-column-footer {
    margin-bottom: 20px;
    position: static;
  }

  .div-column-footer.small.white {
    margin-bottom: 0;
  }

  .div-column-footer.small.white.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-second {
    display: block;
  }

  .service-heading-2.white.padding {
    text-align: left;
  }

  .careers {
    margin-bottom: 40px;
  }

  .side-image.paddings {
    padding-top: 40px;
    padding-right: 20px;
  }

  .side-wrapper {
    top: 20%;
  }

  .side-wrapper.centerated {
    padding-top: 60px;
  }

  .title-proccess {
    font-size: 24px;
  }

  .title-proccess.right {
    text-align: left;
  }

  .service-div-2.center {
    margin-bottom: 20px;
  }

  .right-collection-wrapper {
    flex: 0 auto;
    width: 100%;
  }

  .sidebar {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar.left {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog-and-sidebar {
    flex-direction: column;
  }

  .sidebar-header {
    width: auto;
  }

  .collection-sidebar {
    width: 100%;
  }

  .contact-content {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    right: 0;
  }

  .contact-content.new {
    width: 96%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-row {
    display: block;
  }

  .licence-items, .licence-item-1 {
    width: 100%;
  }

  .product-wrapper-big-image {
    height: auto;
  }

  .imac {
    width: 420px;
  }

  .licence-items-2, .licence-item-firs {
    width: 100%;
  }

  .hero-big-text-copy.hero.third {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 48px;
    display: block;
  }

  .side-info-1 {
    width: 100%;
  }

  .side-info-1.padding-top {
    margin-top: 50px;
  }

  .service-heading-white {
    text-align: left;
  }

  .service-div-3.center, .service-div-3.line {
    margin-bottom: 20px;
  }

  .service-div-3.line.testimonials {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-div-3.left.second {
    text-align: left;
  }

  .service-div-3.left.transparences {
    margin-bottom: 10px;
  }

  .service-div-3.left.transparences.testimonials.list {
    height: auto;
  }

  .service-div-3.left.no-line {
    text-align: center;
  }

  .service-div-3.center {
    margin-bottom: 20px;
  }

  .process-econs {
    align-items: flex-start;
  }

  .process-card-econs.left {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .process-card-econs.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-info-econs.right {
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-info-econs.left {
    text-align: left;
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-info-copy.right {
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-info-copy.left {
    text-align: left;
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-60, .column-61 {
    height: auto;
  }

  .logo-wrapper {
    border: 1px #000;
  }

  .div-content-contact.tittle-in-div {
    padding-left: 20px;
  }

  .div-content-contact.tittle-in-div.center {
    padding-left: 0;
  }

  .container-wrapper-cs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-intro {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-info-3 {
    width: 100%;
  }

  .side-info-3.padding-top {
    margin-top: 50px;
  }

  .service-div-why.center, .service-div-why.line {
    margin-bottom: 20px;
  }

  .service-div-why.line.testimonials {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-div-why.left.second {
    text-align: left;
  }

  .service-div-why.left.transparences {
    margin-bottom: 10px;
  }

  .service-div-why.left.transparences.testimonials.list {
    height: auto;
  }

  .service-div-why.left.no-line {
    text-align: center;
  }

  .service-div-why.center {
    margin-bottom: 20px;
  }

  .section-leistungen {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-leistungen.gray {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-row-econs {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-row-econs.single {
    margin-top: 20px;
  }

  .container-wrapper-cs-indoor {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-indoor.small {
    text-align: center;
  }

  .cta-indoor.gray.small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-indoor.gray.small.color {
    text-align: center;
  }

  .cta-vr.gradient.realative.big.pink {
    background-image: url('../images/pattern_bg.png'), linear-gradient(128deg, #2831389c, #343e52a8), url('../images/VR_XL.jpg');
  }

  .cta-vr.small {
    text-align: center;
  }

  .cta-vr.gray.small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-vr.gray.small.color, .cta-auto.small {
    text-align: center;
  }

  .cta-auto.gray.small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-auto.gray.small.color {
    text-align: center;
  }

  .container-wrapper-impressum {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-impressum.small {
    text-align: center;
  }

  .cta-impressum.gray.small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-impressum.gray.small.color {
    text-align: center;
  }

  .intro-text-2s {
    flex-wrap: wrap;
  }

  .eu.gradient.realative.big.pink-copy {
    background-size: cover, auto, cover;
  }

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

  .eu.gray.small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .eu.gray.small.color {
    text-align: center;
  }

  .heading-full-section {
    width: 100%;
  }

  .intro-text-2s-copy {
    flex-wrap: wrap;
  }

  .sub-hero-text-full {
    width: 100%;
  }

  .sub-hero-text-full.left {
    text-align: left;
  }

  .image-25 {
    padding-top: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-home-fourth.half {
    background-image: linear-gradient(135deg, #8556fd, #d656fd);
    flex-direction: column-reverse;
    padding-bottom: 90px;
  }

  .homepage-link.first {
    width: 100%;
    height: 500px;
  }

  .footer-heading.white.center {
    text-align: center;
    text-align: center;
  }

  .solar-dot-second {
    margin-top: 9px;
  }

  .solar-wrapper-first {
    width: 250px;
    height: 250px;
  }

  .brand {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 10px;
  }

  .brand.w--current {
    padding-left: 20px;
  }

  .brand.footer {
    justify-content: center;
  }

  .hero-div-info {
    margin-top: 80px;
  }

  .hero-div-info.half {
    align-items: flex-start;
  }

  .hero-div-info.half.mockup {
    justify-content: flex-end;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .hero-div-info.half.mockup.watches {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .solar-dot {
    margin-top: 330px;
  }

  .section {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .section.no-padding-top {
    display: flex;
  }

  .section.gradient {
    padding-bottom: 40px;
  }

  .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-paragraph {
    line-height: 22px;
  }

  .side-image-media {
    justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-image-media.flex-right {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper {
    top: 307px;
  }

  .top-nav-content-block {
    display: block;
  }

  .top-nav-content-block.social {
    display: none;
  }

  .top-nav-content-block.social.footer {
    text-align: center;
  }

  .top-nav-content-block.social.banner {
    display: none;
  }

  .media-image {
    width: 300px;
    padding-left: 0;
    left: auto;
  }

  .media-image.padding {
    margin-top: 40px;
  }

  .wrapper-full {
    padding-left: 0;
    padding-right: 0;
    top: 30%;
  }

  .wrapper-full.navigation {
    margin-left: 0;
  }

  .circle-one {
    width: 200px;
    height: 200px;
  }

  .hero-div {
    flex-flow: column wrap-reverse;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading, .section-heading.white {
    text-align: center;
  }

  .solar-wrapper {
    width: 550px;
    height: 550px;
  }

  .button {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .button.general.left.green {
    margin-left: auto;
    margin-right: 20px;
  }

  .button.general.orange {
    margin-bottom: 10px;
  }

  .circle-demo-wrapper {
    top: -107px;
    left: -192%;
  }

  .circle {
    width: 500px;
    height: 500px;
  }

  .cta.gradient.realative.big.pink {
    padding-bottom: 100px;
  }

  .cta.gray.small.color {
    text-align: center;
  }

  .cta.gradient {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .square-wrapper-2 {
    height: 900px;
    display: block;
    position: absolute;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-content.achievements {
    margin-left: auto;
    padding-left: 6%;
    padding-right: 6%;
  }

  .div-content.testimonials {
    width: 100%;
  }

  .div-content.contact {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper {
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper.portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .circle-2 {
    width: 7vh;
    height: 7vh;
    top: 18%;
    right: 67%;
  }

  .tab-menu {
    flex-direction: row;
    display: flex;
  }

  .tab-menu.banner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    bottom: -49%;
    left: auto;
    right: auto;
  }

  .tap-menu {
    flex-direction: column;
  }

  .tap-menu.center {
    text-align: center;
    margin: auto;
    display: flex;
  }

  .tabs-content.color.pink {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content.middle {
    margin-top: -50px;
    padding-left: 0;
    padding-right: 0;
  }

  .side-info {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .square-second {
    width: auto;
    height: auto;
    right: auto;
  }

  .button-wrapper {
    width: auto;
  }

  .gray-paragraph.left, .full-container-second {
    text-align: left;
  }

  .service-row-second {
    width: auto;
  }

  .div-sliders-column-wrapper {
    position: static;
  }

  .one-side-image {
    height: 300px;
  }

  .one-side-image.gray {
    height: 850px;
    max-height: 850px;
  }

  .one-side-image.gray.first {
    height: 750px;
    max-height: 750px;
  }

  .one-side-image.third {
    height: auto;
  }

  .promo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .full-container {
    text-align: left;
    padding-bottom: 20px;
  }

  .full-container.hero {
    flex-direction: row;
  }

  .slider-testimonials {
    height: auto;
  }

  .white {
    text-align: left;
    margin-bottom: 0;
  }

  .tiitle-price.white {
    text-align: center;
  }

  .heading-half-section {
    text-align: left;
    white-space: normal;
    object-fit: scale-down;
    flex: 0 auto;
  }

  .tab-second.center {
    width: 100%;
  }

  .slide {
    width: auto;
  }

  .main-section.third {
    height: 660px;
  }

  .main-section.third.pink {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .main-section.third.pink {
    height: 600px;
    padding-top: 90px;
  }

  .main-section.third.gray {
    padding-bottom: 50px;
  }

  .main-section.third.purple {
    background-image: linear-gradient(-135deg, var(--magenta), var(--medium-slate-blue));
    height: 600px;
  }

  .icon-header.center {
    width: 100%;
  }

  .square-fourth {
    display: none;
  }

  .side-content-info {
    padding-left: 12%;
    padding-right: 12%;
  }

  .tap-link.second {
    width: 100%;
    margin-right: 0;
    padding-bottom: 9px;
  }

  .tap-link.second.w--current {
    width: 100%;
  }

  .tap-link.center-width {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tap-link.center-width.w--current {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tap-link.center-width.blue {
    width: 60px;
    height: 60px;
    padding: 15px;
  }

  .tap-link.center-width.blue.w--current {
    padding: 15px;
  }

  .tap-link.center-width.orange, .tap-link.center-width.green {
    width: 60px;
    height: 60px;
    padding: 15px;
  }

  .intro-cs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-cs.gray {
    flex-wrap: nowrap;
  }

  .intro-cs.pink {
    padding-right: 20px;
  }

  .service-row.single {
    margin-left: 0;
    margin-right: 0;
  }

  .service-div, .service-div.center {
    width: 100%;
  }

  .service-div.line.testimonials {
    flex-direction: column;
    width: 75%;
    display: block;
  }

  .service-div.left.second {
    padding-left: 0;
    padding-right: 0;
  }

  .service-div.center, .row-cta {
    width: 100%;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .cta-text.white {
    text-align: center;
    margin-bottom: 20px;
  }

  .page-header {
    text-align: center;
    white-space: normal;
    align-self: auto;
    font-size: 36px;
    line-height: 46px;
  }

  .column-navigation {
    width: 100%;
  }

  .cta-text-content.second {
    text-align: center;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 18px;
  }

  .page-pargraph.page-header {
    text-align: center;
  }

  .page-header-div.center {
    width: auto;
    max-width: none;
  }

  .hero-big-text {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-big-text.hero-benefits {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-big-text.hero-benefits.third {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-text-block.hero {
    margin-bottom: 60px;
  }

  .info-service-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    width: 100%;
  }

  .team-member-image {
    width: 90%;
  }

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

  .processes-block.counters {
    border-left-style: none;
    margin-left: 0;
    padding-left: 20px;
  }

  .image-over-section {
    margin-top: -100px;
  }

  .hero-section.third {
    background-image: url('../images/blur.png'), none;
    background-position: 100% 29%, 50% -184px;
    background-repeat: no-repeat, no-repeat;
    background-size: 250px, cover;
    background-attachment: fixed, scroll;
    height: 660px;
  }

  .hero-section.third.pink {
    background-image: url('../images/hero_2.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 550px;
  }

  .team-member {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .team-section {
    padding-bottom: 40px;
  }

  .middle-div.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .process-line {
    margin-left: 10px;
  }

  .pricing-row.row-nr-2 {
    width: 100%;
    display: block;
  }

  .button-wrapper-div {
    flex-direction: column;
  }

  .square-wrapper {
    height: auto;
  }

  .process-icon.center {
    margin-left: 0;
  }

  .pricing-block {
    margin-bottom: 20px;
  }

  .pricing-block.center.white {
    text-align: center;
  }

  .service-div-wrapper {
    padding: 50px;
  }

  .service-div-wrapper.right {
    height: auto;
  }

  .service-div-wrapper.third {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .title-procces.right {
    text-align: left;
  }

  .pad-image {
    max-width: none;
  }

  .image-mock-ups {
    width: auto;
    max-width: 100%;
    position: static;
    right: 0;
  }

  .image-mock-ups.laptop {
    z-index: 10;
    position: relative;
  }

  .image-process-div {
    display: none;
  }

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

  .process-card.left {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .process-card.right {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bigger-circle {
    width: 400px;
    height: 400px;
  }

  .icon-wrapper {
    width: 40px;
    position: absolute;
  }

  .bigger-circle-3 {
    width: 200px;
    height: 200px;
  }

  .process {
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .process-info.right {
    clear: none;
    width: 100%;
    height: auto;
    margin-left: 30px;
  }

  .process-info.left {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 30px;
  }

  .bigger-circle2 {
    width: 600px;
    height: 600px;
  }

  .horizontal-line {
    display: none;
  }

  .image-block.ipad {
    height: 300px;
  }

  .service-with-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-tittle.small.left-header {
    text-align: left;
  }

  .blog-content-services.tittle {
    text-align: left;
    height: auto;
  }

  .work-image-card {
    height: 300px;
  }

  .work-card {
    height: auto;
  }

  .top-header-2 {
    text-align: left;
  }

  .side-info-2 {
    width: 100%;
    margin-bottom: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .square-wrapper-3 {
    height: auto;
  }

  .sub-hero-text {
    margin-bottom: 0;
  }

  .sub-hero-text.left, .service-heading-second-2.all-caps.in {
    text-align: left;
  }

  .footer-link-2, .footer-link-2.white {
    margin-left: 6px;
    margin-right: 6px;
  }

  .button-2 {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .laptop-padding {
    width: 200px;
    margin-top: 20px;
  }

  .div-content-second.percentual {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    display: block;
  }

  .div-content-second.right-side.padding-top {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .heading-2.pricing {
    text-align: left;
  }

  .heading-2.white.percentual {
    text-align: left;
  }

  .heading-2.white {
    text-align: center;
  }

  .heading-2.whitish {
    color: #fff;
    text-align: left;
  }

  .button-3 {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .button-3.general.orange {
    margin-bottom: 10px;
  }

  .button-3.white.outline {
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
  }

  .baner-big-text {
    width: auto;
    font-size: 31px;
    line-height: 40px;
  }

  .hero-info-block {
    flex-flow: column wrap;
    align-items: flex-start;
    width: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-info-block.paddings {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-info-block.sixth {
    padding-left: 25px;
  }

  .question-tittle-2 {
    text-align: left;
  }

  .div-column-footer.small.white {
    margin-bottom: 0;
  }

  .div-column-footer.small.white.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .square-wrapper-4 {
    height: 900px;
  }

  .page-header-small {
    flex-direction: column;
  }

  .header-small.white {
    flex: 1;
    padding-right: 0;
  }

  .header-small.black {
    text-align: center;
    padding-right: 0;
  }

  .columns-second {
    text-align: left;
    justify-content: flex-start;
    display: block;
  }

  .tabs-content-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content-2.middle.gray {
    margin-top: 180px;
    position: relative;
    overflow: hidden;
  }

  .team-member-image-2 {
    width: 90%;
  }

  .tap-menu-2.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-link-with-line.center-width, .tab-link-with-line.center-width.w--current {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-link-with-line.center-width.text:hover, .tab-link-with-line.center-width.text.w--current {
    height: auto;
  }

  .tab-link-with-line.center-width.text {
    border-bottom: 2px solid #dbdbdb00;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-with-line.center-width.text:hover, .tab-link-with-line.center-width.text.w--current {
    height: auto;
  }

  .side-image.paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .side-wrapper.centerated {
    padding-top: 120px;
  }

  .title-proccess {
    font-size: 18px;
  }

  .title-proccess.right {
    text-align: left;
    line-height: 26px;
  }

  .copyright-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-tittle-3 {
    text-align: left;
  }

  .service-div-2, .service-div-2.center {
    width: 100%;
  }

  .sidebar {
    padding-left: 0;
  }

  .blog-and-sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-header {
    width: auto;
  }

  .collection-sidebar {
    width: 100%;
  }

  .contact-content {
    width: 100%;
    padding-right: 0;
    position: static;
    right: 0;
  }

  .contact-content.new {
    width: 100%;
    padding: 30px 0;
  }

  .form-block {
    padding-left: 0;
    padding-right: 20px;
  }

  .image-div {
    flex: 0 auto;
    width: 100px;
  }

  .image-div.logo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licence-item-1 {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading, .heading.white {
    text-align: center;
  }

  .heading.white.percentual {
    text-align: center;
    width: 100%;
  }

  .product-wrapper-big-image {
    height: auto;
  }

  .banner-five {
    height: 850px;
  }

  .licence-item-firs {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-link-2 {
    margin-right: 0;
  }

  .hero-big-text-copy {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-big-text-copy.hero {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-big-text-copy.hero.third {
    font-size: 32px;
    line-height: 42px;
  }

  .side-info-1 {
    width: 100%;
    margin-bottom: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-heading-white {
    text-align: left;
  }

  .heading-half-section-white {
    text-align: center;
    align-self: auto;
  }

  .info-service-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-div-3, .service-div-3.center {
    width: 100%;
  }

  .service-div-3.line.testimonials {
    flex-direction: column;
    width: 75%;
    display: block;
  }

  .service-div-3.center {
    width: 100%;
  }

  .info-service-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-econs {
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    padding: 40px 0 0;
  }

  .process-card-econs.left {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .process-card-econs.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-info-econs.right {
    clear: none;
    width: 100%;
    height: auto;
    margin-left: 30px;
  }

  .process-info-econs.left {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 30px;
  }

  .process-info-copy.right {
    clear: none;
    width: 100%;
    height: auto;
    margin-left: 30px;
  }

  .process-info-copy.left {
    text-align: left;
    width: 100%;
    margin-left: 30px;
  }

  .column-57 {
    align-self: center;
    padding-right: 0;
  }

  .column-60, .column-61 {
    height: auto;
  }

  .cs-1-1 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cs-1-1.gray {
    flex-wrap: nowrap;
  }

  .cs-1-1.pink {
    padding-right: 20px;
  }

  .cs-text-bild-econs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cs-text-bild-econs.gray {
    flex-wrap: nowrap;
  }

  .cs-text-bild-econs.pink {
    padding-right: 20px;
  }

  .cs-bild-ext-econs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cs-bild-ext-econs.gray {
    flex-wrap: nowrap;
  }

  .cs-bild-ext-econs.pink {
    padding-right: 20px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-62, .column-63, .column-64, .column-65, .column-66 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-half-section-center {
    text-align: center;
  }

  .div-content-contact {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content-contact.tittle-in-div.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-content-contact.achievements {
    margin-left: auto;
    padding-left: 6%;
    padding-right: 6%;
  }

  .div-content-contact.testimonials {
    width: 100%;
  }

  .div-content-contact.contact {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper-cs {
    flex-flow: column;
    place-content: flex-start center;
    max-width: none;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-cs.portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper-intro {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper-intro.portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .side-info-3 {
    width: 100%;
    margin-bottom: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-div-why, .service-div-why.center {
    width: 100%;
  }

  .service-div-why.line.testimonials {
    flex-direction: column;
    width: 75%;
    display: block;
  }

  .service-div-why.left.second {
    padding-left: 0;
    padding-right: 0;
  }

  .service-div-why.center {
    width: 100%;
  }

  .flex-container {
    flex-wrap: wrap;
  }

  .section-leistungen {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-leistungen.no-padding-top {
    display: flex;
  }

  .column-67 {
    align-self: center;
  }

  .row-logowall {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: auto;
    display: flex;
  }

  .service-row-econs.single {
    margin-left: 0;
    margin-right: 0;
  }

  .container-wrapper-cs-indoor {
    flex-flow: column;
    place-content: flex-start center;
    max-width: none;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-cs-indoor.portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-indoor.gradient.realative.big.pink {
    padding-bottom: 100px;
  }

  .cta-indoor.gray.small.color {
    text-align: center;
  }

  .cta-indoor.gradient {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .cta-vr.gradient.realative.big.pink {
    background-position: 0 0, 0 0, 50%;
    padding-bottom: 100px;
  }

  .cta-vr.gray.small.color {
    text-align: center;
  }

  .cta-vr.gradient {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .cta-auto.gradient.realative.big.pink {
    background-position: 0 0, 0 0, 50%;
    padding-bottom: 100px;
  }

  .cta-auto.gray.small.color {
    text-align: center;
  }

  .cta-auto.gradient {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container-wrapper-impressum {
    flex-flow: column;
    place-content: flex-start center;
    max-width: none;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-impressum.portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-impressum.gradient.realative.big.pink {
    padding-bottom: 100px;
  }

  .cta-impressum.gray.small.color {
    text-align: center;
  }

  .cta-impressum.gradient {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .intro-text-2s {
    flex-wrap: wrap;
  }

  .eu.gradient.realative.big.pink {
    background-position: 0 0, 0 0, 50%;
    padding-bottom: 100px;
  }

  .eu.gradient.realative.big.pink-copy {
    background-position: 0 0, 0 0, 0 0;
    padding-bottom: 100px;
  }

  .eu.gray.small.color {
    text-align: center;
  }

  .eu.gradient {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-full-section {
    text-align: left;
    white-space: normal;
    object-fit: scale-down;
    width: 100%;
  }

  .intro-text-2s-copy {
    flex-wrap: wrap;
  }

  .sub-hero-text-full {
    width: 100%;
    margin-bottom: 0;
  }

  .sub-hero-text-full.left {
    text-align: left;
  }

  .intro-cs-full {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-cs-full.gray {
    flex-wrap: nowrap;
  }

  .intro-cs-full.pink {
    padding-right: 20px;
  }

  .text-span {
    object-fit: scale-down;
    display: block;
  }

  .link-3, .link-plain {
    font-weight: 500;
  }
}


