body {
  color: #191919;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

h4 {
  color: #356f97;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
}

p {
  color: #333;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

a {
  color: #ed912a;
  text-transform: uppercase;
  font-family: Karla, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  color: #333;
  background-image: url('../images/orange-check_1orange-check.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-family: Karla, sans-serif;
  font-size: 15px;
}

.container {
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

.row.row-example {
  min-height: 175px;
  background-color: #f7f4ff;
}

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

.row.align-end {
  align-items: flex-end;
}

.row.justify-center {
  justify-content: center;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-between {
  justify-content: space-between;
}

.row.justify-around {
  justify-content: space-around;
}

.col {
  flex: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.col.col-1 {
  max-width: 8.33333%;
  flex-basis: 8.33%;
}

.col.col-11 {
  max-width: 91.6667%;
  flex-basis: 91.67%;
}

.col.col-2 {
  max-width: 16.6667%;
  flex-basis: 16.67%;
}

.col.col-10 {
  max-width: 83.3333%;
  flex-basis: 83.33%;
}

.col.col-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.col.col-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.col.col-4 {
  max-width: 33.3333%;
  flex-basis: 33.33%;
}

.col.col-4.col-m-6.col-sm-12 {
  display: block;
}

.col.col-8 {
  max-width: 66.6667%;
  flex-basis: 66.67%;
}

.col.col-5 {
  max-width: 41.6667%;
  flex-basis: 41.67%;
}

.col.col-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.col.col-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col.col-6.col-push {
  margin-left: auto;
}

.col.col-12 {
  max-width: 100%;
  flex-basis: 100%;
}

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

.col.self-start {
  align-self: flex-start;
}

.col.self-center {
  align-self: center;
}

.col.self-end {
  align-self: flex-end;
}

.col.order-last {
  order: 1;
}

.col.order-first {
  order: -1;
}

.inner-div-example {
  text-align: center;
  background-color: #f3faff;
  border: 1px solid #c0e5ff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  transition: opacity .2s;
}

.section.fade {
  background-color: #f8fcff;
}

.section.intro {
  background-color: #4daaec;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.blue {
  background-color: #237ac6;
}

.section.section-small {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-small.blue {
  background-color: #191919;
  position: static;
}

.section.services-we-provide {
  z-index: 5;
  background-color: #191919;
  background-image: linear-gradient(rgba(17, 17, 17, .85), rgba(17, 17, 17, .85)), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 0;
  position: relative;
}

.section.projects {
  margin-top: -79px;
}

.section.latest-projects {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.aware {
  background-color: #ed912a;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.our-process {
  background-image: linear-gradient(rgba(17, 17, 17, .95), rgba(17, 17, 17, .95)), url('../images/our-process-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-bottom: 60px;
}

.section.blog {
  background-image: linear-gradient(rgba(17, 17, 17, .9), rgba(17, 17, 17, .9)), url('../images/bg-blog.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 0;
}

.section.gray {
  background-color: #f6f6f6;
}

.section.section-xsmall {
  padding-top: 30px;
  padding-bottom: 30px;
}

.emp {
  color: #4daaec;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.light {
  color: #fff;
}

.button {
  text-transform: uppercase;
  background-color: #ed912a;
  border-radius: 5px;
  margin: 5px;
  padding: 15px 40px;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button.button_secondary {
  background-color: #4353ff;
}

.button.outline {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ed912a;
}

.button.outline--white {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.version-grid {
  opacity: .75;
  color: #fff;
  font-size: 20px;
}

.hero {
  width: 100%;
  height: 80vh;
  min-height: 900px;
  background-image: linear-gradient(rgba(17, 17, 17, .9), rgba(17, 17, 17, .9)), url('../images/hero_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_overlay {
  background-color: rgba(0, 0, 0, .75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav_link {
  opacity: .8;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Karla, sans-serif;
  font-weight: 400;
}

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

.nav_brand_img {
  width: 100%;
  max-width: 100px;
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.nav_wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.hero_wrapper {
  z-index: 1;
  width: 100%;
  max-width: 800px;
  text-align: center;
  position: relative;
}

.heading-xl {
  font-size: 50px;
  line-height: 62px;
}

.heading-xl.c-white.mt-10 {
  font-size: 60px;
  line-height: 1.25;
}

.c-white {
  color: #fff;
}

.c-white.m-0 {
  font-family: Karla, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.c-white-light {
  color: rgba(255, 255, 255, .5);
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.link {
  background-color: #ed912a;
}

.iphone-wrapper {
  width: 100%;
  margin-top: -115px;
  position: absolute;
}

.iphone-bg {
  width: 200px;
  height: 356px;
  background-image: linear-gradient(235deg, #0a7bdf, #237ac6 25%, #57a6eb 57%, #237ac6);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 53px;
  left: 45px;
}

.dotted-arrow-right {
  z-index: 1;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(0, -50%);
}

.relative {
  position: relative;
}

.iphone-intro {
  width: 100%;
  position: relative;
}

.intro-stats {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-right: 40px;
  display: flex;
}

.intro-stats_value {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 52px;
}

.intro-stats_name {
  color: #555;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

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

.line.line_40 {
  max-width: 40px;
}

.line.line_blue {
  background-color: #237ac6;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
  display: inline-block;
}

.c-blue {
  color: #237ac6;
}

.subheader {
  color: #aaa;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -20px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.subheader.c-white {
  color: #fff;
}

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

.header {
  text-transform: none;
  font-weight: 400;
}

.divider {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.divider_square {
  width: 12px;
  height: 12px;
  border: 1px solid #237ac6;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider_square.white {
  border-color: #fff;
}

.divider_lleft {
  width: 65px;
  height: 1px;
  background-color: #237ac6;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -6px;
  left: -38px;
}

.divider_lleft.white {
  background-color: #fff;
}

.about-tabs_link {
  opacity: .4;
  color: #555;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 40px 20px;
  font-size: 13px;
  font-weight: 400;
  transition: opacity .2s;
}

.about-tabs_link.w--current {
  opacity: 1;
  color: #ed912a;
  background-color: rgba(0, 0, 0, 0);
}

.about-tabs_link.support {
  background-image: url('../images/chat-icon_1chat-icon.png');
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.about-tabs_link.responsive {
  background-image: url('../images/phone-icon_1phone-icon.png');
  background-position: 50% 21px;
  background-repeat: no-repeat;
  background-size: auto;
}

.about-tabs_link.analytics {
  background-image: url('../images/graph-icon_1graph-icon.png');
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.about-tabs_link.customizable {
  background-image: url('../images/gear-icon_1gear-icon.png');
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.about-tabs_container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  display: flex;
}

.abouts-tabs_content {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-large {
  text-transform: uppercase;
  font-size: 18px;
}

.legend {
  display: flex;
}

.legend_list {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.legend_symbol {
  width: 20px;
  height: 12px;
  background-color: #ccc;
}

.legend_symbol.blue {
  background-color: #237ac6;
}

.legend_title {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 13px;
}

.pb-0 {
  padding-bottom: 0;
}

.block-blue {
  width: 100%;
  background-color: #237ac6;
  flex-wrap: wrap;
  padding: 30px 60px;
  display: flex;
  position: relative;
}

.block-blue.border-bottom_wclear {
  border-bottom: 1px solid #000;
}

.block-blue.push-down {
  margin-bottom: -60px;
}

.block-blue.push-up {
  margin-top: -60px;
}

.icon {
  margin-bottom: 0;
  font-family: Line awesome, sans-serif;
  font-style: normal;
  transition: color .35s linear;
}

.icon._4x {
  font-size: 62px;
}

.icon._2x {
  font-size: 36px;
}

.icon._1x {
  font-size: 24px;
}

.list-icon {
  align-items: center;
  display: flex;
}

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

.mr-20 {
  margin-left: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.border-bottom_white {
  border-bottom: 1px solid #fff;
}

.block-blue_item {
  width: 50%;
  padding: 30px 40px;
}

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

.block-blue_bottom-border {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .15);
}

.divider_right {
  width: 65px;
  height: 1px;
  background-color: #237ac6;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -7px;
  right: -38px;
}

.divider_right.white {
  background-color: #fff;
}

.projects-gal {
  justify-content: space-around;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.project-gal_dcol {
  width: 100%;
  flex-direction: column;
  flex: 1 0 0;
  justify-content: space-between;
  display: flex;
}

.project-gal_col {
  width: 100%;
  min-height: 480px;
  flex: 1 0 0;
  transition: flex .8s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.project-gal_col:hover {
  flex: 1.75 0;
}

.project-gal_col.bg3 {
  background-image: url('../images/Webseite-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-gal_col.bg4 {
  background-image: url('../images/Webseite2.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-gal_dcol_col {
  flex: 1 0 0;
  transition: flex .8s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.project-gal_dcol_col:hover {
  flex: 3 0 0;
}

.project-gal_dcol_col.bg1 {
  background-image: url('../images/Webseite4.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-gal_dcol_col.bg2 {
  background-color: rgba(0, 0, 0, .6);
  background-image: url('../images/Webseite5.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-gal_dcol_col.bg5 {
  background-image: url('../images/WEBSEITE-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-gal_dcol_col.bg6 {
  background-image: url('../images/Webseite6.jpg');
  background-position: 50%;
  background-size: cover;
}

.progect-gal_overlay {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .6);
  transition: opacity .8s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.progect-gal_overlay:hover {
  opacity: 0;
}

.d-flex {
  display: flex;
}

.d-flex.align-center {
  align-items: center;
}

.aware_logo {
  border-right: 1px solid rgba(255, 255, 255, .3);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.brand_medium {
  width: 100%;
  max-width: 200px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 36px;
}

.v-line-divider {
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.aware_info {
  flex: 1;
  margin-left: 60px;
}

.c-white80 {
  color: rgba(255, 255, 255, .8);
}

.c-white80.mt-60 {
  color: #ed912a;
  text-align: center;
  -webkit-text-stroke-color: #f6f6f6;
  font-family: Lato, sans-serif;
  display: block;
}

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

.desk-setup {
  width: 1400px;
  min-height: 421px;
  margin-top: 60px;
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.desk-setup_imac {
  z-index: 5;
  width: 860px;
  height: 250px;
  text-align: center;
  background-image: url('../images/imac.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.desk-setup_keyboard {
  z-index: 4;
  width: 100%;
  max-width: 265px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.desk-setup_mouse {
  z-index: 4;
  position: absolute;
  bottom: 0;
  right: 440px;
}

.desk-setup_imac_wrapper {
  width: 775px;
  height: 230px;
  transform-style: preserve-3d;
  background-image: linear-gradient(20deg, rgba(246, 246, 246, 0) 68%, rgba(255, 255, 255, .8)), url('../images/logo-white.svg'), linear-gradient(#1b619e, #4c95d4 36%, #b3d6f0);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 200px, auto;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: perspective(535px)translate(-50%)rotateX(-43deg)rotateY(0)rotateZ(0);
}

.desk-setup_earphones {
  z-index: 4;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.desk-setup_sharpie {
  z-index: 4;
  position: absolute;
  top: 200px;
  bottom: 0;
  right: 360px;
}

.desk-setup_iwatch {
  z-index: 4;
  position: absolute;
  bottom: -60px;
  right: 280px;
}

.overflow-hidden {
  overflow: hidden;
}

.desk-setup_camera {
  z-index: 4;
  position: absolute;
  bottom: 20px;
  left: 260px;
}

.desk-setup_clips {
  z-index: 4;
  position: absolute;
  bottom: 100px;
  left: 0;
}

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

.c-orange {
  color: #ed912a;
}

.divider-process {
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider-process.right {
  margin-left: auto;
}

.divider-process.divider-process--show-sm {
  display: none;
}

.process-bubble {
  width: 100%;
  max-width: 360px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 15px;
  position: relative;
}

.process-bubble_title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.m-0 {
  margin: 0;
}

.process-bubble_inner-bubble {
  background-color: rgba(25, 25, 25, .8);
  border-radius: 50%;
  margin: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mt-100 {
  margin-top: 100px;
}

.pt-0 {
  padding-top: 0;
}

.text-small-uppercase {
  text-transform: uppercase;
  font-size: 13px;
}

.mr-10 {
  margin-left: 10px;
}

.perc-bar {
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, .2);
  position: relative;
}

.perc-bar__meter {
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.perc-bar__meter._80 {
  width: 80%;
}

.perc-bar__meter._70 {
  width: 70%;
}

.perc-bar__meter._85 {
  width: 95%;
}

.perc-bar__meter._65 {
  width: 65%;
}

.mb-60 {
  margin-bottom: 60px;
}

.our-team {
  background-color: #f6f6f6;
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.our-team_col {
  width: 33.3333%;
  flex: 33.33%;
}

.our-team_member-info-wrapper {
  padding: 40px;
}

.divider-small-left {
  width: 65px;
  height: 1px;
  background-color: #237ac6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.our-team_member {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.our-team_member.our-team_member--m1 {
  background-image: url('../images/team-member-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-team_member.our-team_member-m2 {
  background-image: url('../images/team-member-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.our-team_member.our-team_member-m3 {
  background-image: url('../images/team-member-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-team_member.our-team_member-m4 {
  background-image: url('../images/team-member-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-team_member.our-team_member-m5 {
  background-image: url('../images/team-member-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-team_member.our-team_member-m6 {
  background-image: url('../images/team-member-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-team_social {
  width: 100%;
  height: 60px;
  background-color: rgba(25, 25, 25, .8);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.our-team_social_links {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

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

.accordion_list {
  height: auto;
  background-color: #222;
  padding: 20px;
  line-height: 0;
  display: none;
  position: static;
  overflow: visible;
}

.text {
  color: #888;
  text-align: left;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

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

.small_heading {
  color: #ddd;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.accordion {
  width: 100%;
  margin-bottom: -24px;
  display: block;
}

.accordion.js-accordion {
  margin-top: 24px;
}

.accordion.js-accordion.mt-40 {
  margin-top: 40px;
}

.accordion.js-accordion.mt-60 {
  flex-direction: column;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
  flex: 0 auto;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
  display: none;
}

.accordion__item {
  width: 100%;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 20px 20px 0;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

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

.accordion_icon {
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #ebebeb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: background-color .35s linear;
  display: flex;
  position: relative;
}

.accordion_vborder {
  z-index: 1;
  width: 50px;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  left: 0;
}

.accordion_vborder_line {
  width: 2px;
  height: 100%;
  background-color: #ebebeb;
  transition: height .15s linear;
}

.macbook {
  width: 1200px;
  text-align: center;
  margin-left: -115%;
  position: relative;
}

.macbook_img {
  width: 100%;
  max-width: 1000px;
}

.macbook_window {
  width: 740px;
  height: 460px;
  background-image: linear-gradient(39deg, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, .6)), url('../images/team-about.jpg'), linear-gradient(#1b619e, #4c95d4 60%, #b3d6f0);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  margin-top: 33px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50.5%;
  right: 0;
  transform: translate(-50%);
}

.blog_cover {
  margin-bottom: 30px;
}

.blog_divider {
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, .15);
}

.testimonial-slider {
  height: 480px;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial_block {
  min-height: 240px;
  background-color: #fff;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.testimonial_slide {
  padding: 40px;
}

.testimonia_msg {
  margin-left: 20px;
}

.testimonial_quote-icon {
  padding-top: 10px;
}

.d-none {
  display: none;
}

.testimonial_bottom-pointer {
  width: 60px;
  height: 40px;
  border-bottom: 40px solid rgba(0, 0, 0, 0);
  border-left: 60px solid #fff;
  position: absolute;
  bottom: -40px;
  right: 5%;
}

.testimonial_wrapper {
  display: flex;
}

.testimonial_client {
  text-align: right;
  margin-top: 60px;
  padding-right: 60px;
}

.text-small {
  font-size: 12px;
}

.img-client-logo {
  margin: 10px 40px;
}

.footer {
  background-color: #191919;
  background-image: url('../images/footer-bg-map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-icon {
  width: 100px;
  height: 100px;
  background-color: #237ac6;
  border: 5px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_logo {
  width: 100px;
  opacity: 1;
}

.footer_disclaimer {
  color: rgba(255, 255, 255, .4);
}

.footer_social {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer_social-link {
  margin-left: 10px;
  margin-right: 10px;
}

.loader {
  z-index: 999999;
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.loader_tile {
  width: 100%;
  height: 33.3333%;
  background-color: #191919;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loader_tile._2 {
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
}

.loader_logo {
  z-index: 2;
  width: 180px;
  opacity: .6;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: relative;
}

.loader_bar {
  width: 100%;
  height: 5px;
  border-radius: 100px;
  position: absolute;
}

.loader_bar_fill {
  width: 0%;
  height: 5px;
  background-image: linear-gradient(to right, #237ac6, #e0851e);
}

.heading {
  color: #1b1b1c;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
}

.columns-section {
  border-bottom: 1px solid #d0d8e8;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.columns-section.columns-section-3 {
  border-top: 1px solid #d0d8e8;
  border-bottom-style: none;
  padding-top: 45px;
}

._50-percent-column {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-box {
  position: relative;
}

.text-column {
  width: 50%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.center {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.heading-6 {
  color: #38afef;
}

.floating-badge {
  z-index: 9999;
  width: 160px;
  color: #333;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #d2d6da;
  border-radius: 3px;
  padding: 4px 6px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 10px;
}

.floating-badge-img {
  width: 18px;
  display: inline-block;
}

.floating-badge-text {
  margin-left: 8px;
  display: inline-block;
}

.hero-video {
  height: auto;
}

.hero-overlay-block {
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, .54);
  padding-top: 240px;
  padding-bottom: 210px;
  display: block;
}

.container-2 {
  position: relative;
}

.container-2.hero-container {
  text-align: center;
}

.hero-main-title {
  color: #fff;
  margin-top: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 54px;
}

.hero-main-title.subtitle {
  width: 70%;
  margin: 35px auto 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.hero-overlay-block-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(31, 158, 255, .6);
  padding-top: 241px;
  padding-bottom: 240px;
}

.section-title {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.home-mockup {
  z-index: 3;
  width: 715px;
  position: absolute;
  top: 3px;
  left: -290px;
}

.home-mockup.iphone {
  z-index: 5;
  width: 130px;
  top: 180px;
  left: 270px;
}

.home-mockup.ipad {
  z-index: 4;
  width: 251px;
  top: 59px;
  left: 85px;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.section-title-wrapper {
  width: 60%;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  width: 100%;
  text-align: left;
  flex-direction: row;
}

.long-feature-block {
  margin-top: 25px;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.description-paragraph {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}

.left-feature-icon {
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-info-icon {
  height: 35px;
  float: left;
  margin-right: 15px;
}

.desk-setup_imac_wrapper-2 {
  width: 775px;
  height: 230px;
  transform-style: preserve-3d;
  background-image: linear-gradient(20deg, rgba(246, 246, 246, 0) 68%, rgba(255, 255, 255, .8)), url('../images/logo-white.svg'), linear-gradient(#1b619e, #4c95d4 36%, #b3d6f0);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 150px, auto;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: perspective(535px)translate(-50%)rotateX(-43deg)rotateY(0)rotateZ(0);
}

.desk-setup_imac_wrapper-3 {
  width: 775px;
  height: 235px;
  transform-style: preserve-3d;
  background-image: linear-gradient(20deg, rgba(246, 246, 246, 0) 68%, rgba(255, 255, 255, .8)), url('../images/606cb6a450357dc8e78ff2a2_imageonline-co-invertedimage.png'), linear-gradient(#1b619e, #4c95d4 36%, #b3d6f0);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 200px, auto;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: rotateX(71deg)rotateY(0)rotateZ(0)rotate(0)translate(-50%)perspective(535px);
}

.image-2 {
  width: 25%;
  max-width: 80%;
  display: inline-block;
}

.cta11-title-wrap {
  margin-bottom: 40px;
}

.cta11-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Hintergrund.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -103px;
  position: relative;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  background-color: #237ac6;
  justify-content: center;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.text-label {
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.text-area {
  min-height: 170px;
  background-color: #f5f5f5;
  border-style: none;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.cta11-item-wrap {
  margin-bottom: 25px;
}

.size5-link {
  color: rgba(255, 255, 255, .8);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.size5-link:hover {
  opacity: .7;
}

.paragraph-70 {
  opacity: .7;
  color: #ebedee;
  margin-bottom: 10px;
}

.paragraph-70.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.success-message {
  width: 100%;
  max-width: 1200px;
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(18, 184, 120, .1);
  border-bottom: 3px solid #12b878;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  margin-left: 10%;
  margin-right: 10%;
  padding: 67px;
  display: grid;
  position: relative;
}

.text-field {
  width: 100%;
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-top-clear {
  margin-top: 0;
}

.section-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 0;
}

.cta11-grid {
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(219, 75, 104, .05);
  border-bottom: 3px solid #db4b68;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.hero-overlay-block-contact {
  width: 100%;
  height: 100%;
  background-color: rgba(31, 158, 255, .6);
  padding-top: 80px;
  padding-bottom: 0;
}

.link-block {
  flex: 1;
}

.bold-text {
  color: #ed912a;
}

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

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

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

.hero-overlay-block-3 {
  width: 100%;
  height: 100%;
  background-color: rgba(31, 158, 255, .6);
  padding-top: 80px;
  padding-bottom: 0;
}

.hero-overlay-block-2-copy {
  width: 100%;
  height: 100%;
  background-color: rgba(31, 158, 255, .6);
  padding-top: 241px;
  padding-bottom: 240px;
}

.body-2 {
  background-color: #191919;
  background-image: url('../images/footer-bg-map.png');
  background-position: 0 0;
  background-size: auto;
}

.text-span {
  font-size: 20px;
  font-weight: 900;
}

.text-span-2 {
  font-size: 20px;
}

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

.text-span-4, .bold-text-2, .bold-text-3, .text-span-5 {
  font-size: 20px;
}

.bold-text-4 {
  text-align: center;
  display: inline-block;
}

.c-white80-copy {
  color: rgba(255, 255, 255, .8);
}

.c-white80-copy.mt-60, .c-white80-copy.mt-60-copy {
  color: #f6f6f6;
  text-align: left;
  -webkit-text-stroke-color: #f6f6f6;
  font-family: Lato, sans-serif;
}

.link-2 {
  color: #555;
}

html.w-mod-js [data-ix="move-up-on-load-1"], html.w-mod-js [data-ix="move-up-on-load-2"], html.w-mod-js [data-ix="move-up-on-load-3"], html.w-mod-js [data-ix="move-up-on-load-4"], html.w-mod-js [data-ix="move-up-on-load-5"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1280px) {
  .col {
    margin-top: 15px;
  }

  .c-white80.mt-60 {
    color: #ed912a;
  }

  .floating-badge.w--current {
    width: 160px;
  }

  .hero-overlay-block-2 {
    background-color: rgba(31, 158, 255, .6);
    padding-top: 241px;
    padding-bottom: 240px;
  }

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

  .hero-overlay-block-contact {
    background-color: rgba(31, 158, 255, .6);
    padding-top: 80px;
    padding-bottom: 0;
  }

  .link-block {
    flex: 1;
  }

  .bold-text {
    color: #ed912a;
  }

  .hero-overlay-block-3 {
    background-color: rgba(31, 158, 255, .6);
    padding-top: 80px;
    padding-bottom: 0;
  }

  .hero-overlay-block-2-copy {
    background-color: rgba(31, 158, 255, .6);
    padding-top: 241px;
    padding-bottom: 240px;
  }

  .body-2 {
    background-color: #191919;
    background-image: url('../images/footer-bg-map.png');
    background-position: 0 0;
    background-size: auto;
  }

  .c-white80-copy.mt-60, .c-white80-copy.mt-60-copy {
    color: #ed912a;
  }
}

@media screen and (min-width: 1440px) {
  .col {
    margin-top: 15px;
  }

  .c-white80.mt-60 {
    color: #ed912a;
  }

  .footer {
    background-color: #191919;
    background-image: url('../images/footer-bg-map.png');
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 50px;
  }

  .hero-overlay-block-2 {
    background-color: rgba(31, 158, 255, .6);
    padding-bottom: 240px;
  }

  .text-label {
    color: #000;
  }

  .paragraph-70 {
    color: #ebedee;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .hero-overlay-block-contact {
    background-color: rgba(31, 158, 255, .6);
  }

  .link-block {
    flex: 1;
  }

  .hero-overlay-block-3 {
    background-color: rgba(31, 158, 255, .6);
    padding-top: 80px;
    padding-bottom: 0;
  }

  .body {
    background-color: #191919;
    background-image: url('../images/footer-bg-map.png');
    background-position: 0 0;
    background-size: auto;
  }

  .hero-overlay-block-2-copy {
    background-color: rgba(31, 158, 255, .6);
    padding-bottom: 240px;
  }

  .body-2 {
    background-color: #191919;
    background-image: url('../images/footer-bg-map.png');
    background-position: 0 0;
    background-size: auto;
  }

  .c-white80-copy.mt-60, .c-white80-copy.mt-60-copy {
    color: #ed912a;
  }
}

@media screen and (max-width: 991px) {
  .col.col-m-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-m-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-m-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-m-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-m-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-m-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-m-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-m-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-m-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-m-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-m-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-m-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.order-m-first {
    order: -1;
  }

  .hero {
    height: auto;
    min-height: 680px;
  }

  .nav_link {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transition: background-color .4s linear;
  }

  .nav_link:hover {
    background-color: rgba(246, 246, 246, .03);
  }

  .nav_wrapper {
    padding-bottom: 300px;
    padding-right: 0;
  }

  .intro-stats {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .intro-stats_stat {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

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

  .d-flex.align-center.direction-m-column {
    flex-direction: column;
  }

  .aware_logo {
    border-right-style: none;
    padding-right: 0;
  }

  .aware_info {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .process-bubble {
    max-width: 300px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .accordion {
    width: 83.33%;
    padding-left: 0;
    padding-right: 0;
  }

  .macbook {
    width: 500px;
    margin-left: 0%;
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .macbook_window {
    width: 370px;
    height: 232px;
    margin-top: 16px;
  }

  .footer {
    background-color: #191919;
    background-image: url('../images/footer-bg-map.png');
    background-position: 0 0;
    background-size: auto;
  }

  .footer_social-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-burger {
    color: #fff;
  }

  .nav-burger-bg {
    background-color: rgba(25, 25, 25, .6);
  }

  .nav-burger-bg.w--open {
    background-color: #ed912a;
  }

  .nav-menu {
    background-color: #191919;
  }

  .floating-badge.w--current {
    width: 160px;
  }

  .hero-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 0 0;
    background-size: 800px;
  }

  .hero-overlay-block {
    background-color: rgba(31, 158, 255, .75);
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .hero-main-title {
    font-size: 60px;
    line-height: 44px;
  }

  .hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 34px;
  }

  .hero-overlay-block-2 {
    background-color: rgba(31, 158, 255, .6);
    padding-top: 180px;
    padding-bottom: 0;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .home-mockup {
    top: -27px;
    left: -350px;
  }

  .home-mockup.iphone {
    top: 140px;
    left: 170px;
  }

  .home-mockup.ipad {
    top: 19px;
    left: 25px;
  }

  .info-column-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .image-2 {
    width: 40%;
  }

  .cta11-map-wrap {
    min-height: 360px;
    flex-direction: row;
    margin-top: 0;
    display: flex;
  }

  .success-message {
    max-width: 738px;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta11-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .error-message {
    max-width: 738px;
  }

  .hero-overlay-block-contact, .hero-overlay-block-3 {
    background-color: rgba(31, 158, 255, .6);
    padding-top: 60px;
    padding-bottom: 0;
  }

  .body {
    background-color: #191919;
    background-image: url('../images/footer-bg-map.png');
    background-position: 0 0;
    background-size: auto;
  }

  .hero-overlay-block-2-copy {
    background-color: rgba(31, 158, 255, .6);
    padding-top: 180px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .col.col-sm-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

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

  .section.pb-0 {
    padding-bottom: 0;
  }

  .section.ptb-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_wrapper {
    padding-bottom: 0;
  }

  .heading-xl {
    font-size: 38px;
    line-height: 42px;
  }

  .heading-xl.c-white.mt-10 {
    font-size: 30px;
    line-height: 34px;
  }

  .c-white.mb-0 {
    font-size: 26px;
    line-height: 30px;
  }

  .c-white.text-center-sm {
    font-size: 24px;
    line-height: 36px;
  }

  .iphone-wrapper {
    width: 240px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .iphone-bg {
    width: 166px;
    height: 295px;
    top: 44px;
    bottom: 48px;
    left: 37px;
    right: 179px;
  }

  .dotted-arrow-right {
    top: 90%;
    left: 65%;
    transform: translate(0, -50%)rotate(90deg);
  }

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

  .intro-stats {
    flex-direction: column;
    margin-bottom: 0;
  }

  .intro-stats_stat {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-tabs_link {
    max-height: 50%;
    flex-basis: 50%;
  }

  .text-large.c-white.mr-20.mb-0 {
    font-size: 18px;
  }

  .block-blue {
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-blue_item {
    width: 100%;
  }

  .block-blue_bottom-border {
    display: none;
  }

  .projects-gal {
    flex-direction: column;
  }

  .project-gal_dcol {
    flex-direction: column;
    flex-basis: auto;
  }

  .project-gal_col {
    min-height: 300px;
  }

  .project-gal_col.bg3 {
    max-width: 100%;
  }

  .project-gal_dcol_col {
    min-height: 300px;
    flex-basis: auto;
  }

  .project-gal_dcol_col:hover {
    flex-grow: 1;
  }

  .divider-process {
    margin: 40px auto;
    display: block;
  }

  .divider-process.right {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .divider-process.divider-process--show-sm {
    display: block;
  }

  .d-sm-none {
    display: none;
  }

  .our-team_col {
    width: 100%;
    flex: none;
  }

  .our-team_member-info-wrapper, .our-team_member.our-team_member--m1 {
    width: 100%;
  }

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

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion__item {
    margin-bottom: 16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .macbook {
    margin-bottom: 60px;
    display: block;
  }

  .testimonial-slider {
    height: 480px;
  }

  .testimonial_block {
    min-height: 320px;
    padding: 25px;
  }

  .testimonial_slide {
    padding: 0;
  }

  .testimonia_msg {
    margin-left: 0;
  }

  .testimonial_quote-icon {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .testimonial_wrapper {
    flex-direction: column;
  }

  .img-client-logo {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer {
    background-color: #191919;
    background-image: url('../images/footer-bg-map.png');
    background-position: 0 0;
    background-size: auto;
  }

  .heading {
    margin-bottom: 15px;
  }

  .columns-section {
    justify-content: flex-start;
  }

  ._50-percent-column {
    width: 100%;
  }

  .text-column {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .center {
    position: static;
    transform: translate(0%);
  }

  .hero-overlay-block {
    padding: 130px 25px;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-main-title.subtitle {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .hero-overlay-block-2 {
    padding: 130px 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .home-mockup {
    width: auto;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: -350px;
    right: -350px;
  }

  .home-mockup.iphone {
    width: auto;
    height: 170px;
    top: 102px;
    right: -220px;
  }

  .home-mockup.ipad {
    width: auto;
    height: 210px;
    top: 59px;
    right: -200px;
  }

  .info-column-right, .info-column-right.responsive {
    padding-left: 0;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .image-2 {
    width: 50%;
  }

  .success-message {
    width: 100%;
    max-width: none;
  }

  .cta11-form-wrap {
    grid-template-columns: 1fr .25fr;
    padding: 36px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta11-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .hero-overlay-block-contact, .hero-overlay-block-3 {
    padding: 60px 25px 0;
  }

  .hero-overlay-block-2-copy {
    padding: 130px 25px;
  }
}

@media screen and (max-width: 479px) {
  .row {
    flex-wrap: wrap;
  }

  .col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .hero {
    min-height: 480px;
  }

  .iphone-wrapper {
    margin-top: -80px;
  }

  .about-tabs_link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-blue {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desk-setup_mouse {
    right: -35%;
  }

  .text {
    display: block;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
  }

  .testimonial-slider {
    height: 600px;
  }

  .floating-badge-text {
    margin-left: 8px;
  }

  .hero-overlay-block {
    padding: 90px 15px 110px;
  }

  .hero-main-title {
    font-size: 30px;
    line-height: 37px;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .hero-overlay-block-2 {
    padding: 90px 15px 40px;
  }

  .section-title {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 25px;
    line-height: 26px;
  }

  .home-mockup-column {
    height: 180px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.iphone {
    height: 100px;
    top: 52px;
    right: -61px;
  }

  .home-mockup.ipad {
    height: 120px;
    top: 30px;
    right: -115px;
  }

  .info-column-right.responsive {
    padding: 20px 40px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-overlay-block-contact {
    padding: 60px 15px 300px;
  }

  .hero-overlay-block-3 {
    padding: 60px 15px 0;
  }

  .hero-overlay-block-2-copy {
    padding: 90px 15px 40px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b0dca4df-afe0-e876-842c-ee0663561f10-133b46d6, #w-node-b0dca4df-afe0-e876-842c-ee0663561f22-133b46d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Line awesome';
  src: url('../fonts/line-awesome.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}