:root {
  --white: white;
  --black: black;
}

.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: #e7ffff;
  background-color: #010113;
  max-width: 100%;
  font-family: Nunito Sans, sans-serif;
}

.navbar {
  color: var(--white);
  -webkit-text-stroke-color: #dbdbf0;
  text-transform: none;
  background-color: #ddd0;
}

.navitem {
  object-fit: fill;
}

.navbar-2 {
  background-color: #010113;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
}

.nav-link {
  color: #e7ffff;
  font-size: 16px;
}

.nav-link.w--current {
  color: #1cd4d4;
}

.nav-link-2 {
  color: #e7ffff;
  font-size: 16px;
}

.nav-link-2.w--current {
  color: #abd0c8;
}

.nav-link-3 {
  color: #e7ffff;
  font-size: 16px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  color: #00d4d4;
  -webkit-text-stroke-width: 0px;
  background-color: #3898ec00;
  border: 1px solid #00d4d4;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 48px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s cubic-bezier(.281, .007, .25, 1);
  display: flex;
}

.button:hover {
  color: #010112;
  background-color: #00d4d4;
  box-shadow: .1px .1px 4px #1cd4d4;
}

.container {
  background-image: url('../images/Designbuild.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 520px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 720px;
  padding: 24px;
  display: flex;
}

.heading {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #010212;
  mix-blend-mode: normal;
  max-width: 1000px;
  height: 270px;
  margin-top: 240px;
  font-size: 82px;
  font-weight: 200;
  line-height: 86px;
}

.heading.pages {
  margin-top: 140px;
  margin-bottom: -40px;
  margin-left: 40px;
  font-size: 40px;
  font-weight: 400;
}

.heading.pages.shorter {
  height: auto;
}

.image {
  max-width: 431px;
  margin-left: auto;
}

.link {
  margin-top: 64px;
}

.main-content {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  -webkit-text-stroke-color: #030313;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: static;
}

.main-content-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 95%;
  max-width: 1440px;
  padding-bottom: 0;
  display: flex;
}

.main-content-container.small {
  max-width: 1200px;
}

.main-content-container.small.contact {
  padding-top: 128px;
}

.main-content-container.footer {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.image-2 {
  width: 24px;
  max-width: none;
  height: auto;
}

.hero-anchor {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-anchor.section-header {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}

.hero-anchor.section-header.server {
  margin-bottom: 16px;
}

.text-block {
  color: #e7e7e7;
  -webkit-text-stroke-color: #ced3ea;
  font-size: 22px;
  line-height: 24px;
  transition: font-size .2s;
}

.text-block:hover {
  color: #1cd4d4;
  font-size: 24px;
  line-height: 26px;
}

.anchors {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  margin-top: 64px;
  display: flex;
}

.text-your-idea {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  max-width: 1440px;
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
}

.your-idea {
  color: #e7ffff;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.services {
  width: 100%;
  margin-top: 300px;
  margin-left: 0;
}

.heading-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.services-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-top: 32px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  margin-left: 156px;
}

.tab {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 36px;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.tabs-contents {
  -webkit-text-stroke-color: #adbbc4;
  border: 0 solid #2bbbbb;
  border-radius: 0;
  width: auto;
  max-width: 550px;
  margin-left: 220px;
  padding-top: 0;
}

.service-icon {
  opacity: .75;
  mix-blend-mode: luminosity;
  width: 36px;
}

.image-5, .image-6 {
  width: 36px;
}

.image-7 {
  opacity: .4;
  mix-blend-mode: normal;
  width: 36px;
}

.tab-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #adbbc475;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

.tab-item:hover {
  color: #ffffff75;
  font-size: 22px;
  line-height: 24px;
}

.tab-item.w--current {
  color: #e9ecef;
  mix-blend-mode: screen;
  background-color: #fff0;
}

.tab-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-8 {
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: inline-flex;
}

.image-8.img-corner {
  border-radius: 40px;
}

.paragraph {
  color: #adbbc4;
  -webkit-text-stroke-color: #adbbc4;
  background-color: #0000;
  margin: 24px 24px 8px;
  font-size: 16px;
}

.paragraph.tabtext {
  -webkit-text-stroke-color: #adbbc4;
}

.text-block-2 {
  margin-bottom: 24px;
  margin-left: 24px;
  display: block;
}

.text-block-2.text-link {
  color: #2bbbbb;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-block-2.text-link.link-arrow {
  color: #e7ffff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  transition: opacity .2s, font-size .3s;
}

.text-block-2.text-link.link-arrow:hover {
  color: #16a2b4;
  font-size: 18px;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.column {
  padding-left: 0;
  padding-right: 24px;
}

.column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.background-video {
  justify-content: space-around;
  display: flex;
}

.case-studies {
  color: #adbbc4;
  flex-flow: wrap;
  width: 100%;
  margin-top: 48px;
  display: block;
}

.heading-3 {
  color: #e7ffff;
  margin-top: 24px;
  margin-bottom: 16px;
}

.arrow {
  width: 24px;
}

.text-link-arrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.getintouch {
  margin-top: 64px;
}

.getintouch.contactpage {
  margin-top: 160px;
}

.get-in-touch {
  color: #00d4d4;
  font-size: 64px;
  font-weight: 800;
}

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

.checkbox-label {
  color: #333;
  background-color: #d9d9d900;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 0;
}

.charge {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 88px;
  margin-bottom: 156px;
  font-size: 90px;
  font-weight: 800;
  line-height: 90px;
  display: flex;
  position: static;
}

.charge.serv {
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-span {
  color: #00d4d4;
  flex: 0 auto;
  overflow: visible;
}

.checkbox-field {
  background-color: #e7ffff;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 24px 8px 12px;
  font-size: 16px;
  display: flex;
}

.checkbox-field:hover {
  background-color: #dceaf3;
}

.checkbox {
  border-style: none;
  border-color: #ccc0;
  border-radius: 0;
  margin-top: 0;
  margin-left: -12px;
  display: block;
}

.checkbox.w--redirected-checked {
  color: #aeaed6;
  -webkit-text-stroke-color: #2c2c97;
  mix-blend-mode: normal;
  background-color: #3898ec00;
  background-image: url('../images/check-1_1check (1).png');
  background-size: cover;
  border-style: none;
  border-color: #3898ec00;
  border-radius: 0;
  margin-left: 12px;
  display: block;
}

.checkbox-label-2 {
  color: #333;
  margin-bottom: 0;
  padding-left: 12px;
}

.checkboxes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-fields {
  color: #e7ffff;
  background-color: #030313;
  border: 1px solid #e7ffff;
  border-radius: 8px;
  max-width: 100%;
  height: 56px;
  max-height: 120px;
}

.text-fields.text-area {
  color: #e7ffff;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 200px;
}

.input-label {
  color: #adbbc4;
  margin-top: 32px;
  margin-bottom: 0;
}

.submit-button {
  color: #010113;
  background-color: #00d4d4;
  border-radius: 8px;
  width: 100%;
  height: 56px;
  margin-top: 40px;
  font-size: 18px;
  display: block;
}

.background-video-2 {
  display: block;
  position: absolute;
}

.background-video-3 {
  opacity: .08;
  mix-blend-mode: normal;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 0;
  min-height: 0;
  max-height: none;
  margin-bottom: 140px;
  display: none;
  position: static;
  overflow: hidden;
}

.image-9 {
  align-self: flex-end;
  width: 580px;
  margin-top: 220px;
  position: absolute;
}

.text-span-2 {
  color: #00d4d4;
  height: 194px;
  font-weight: 700;
}

.bg_vd {
  opacity: .2;
  height: 700px;
  display: block;
  position: absolute;
}

.div-with-border {
  background-image: linear-gradient(309deg, #8719c7, #1316d4 23%, #16a2b4 53%, #13d1b1 81%, #02fffb);
  border-radius: 40px;
  margin-top: auto;
  padding: 3px;
}

.div-with-border.imgs {
  border-radius: 20px;
}

.tab-pane-container {
  background-color: #010112;
  border-radius: 40px;
  padding-top: 0;
  padding-bottom: 24px;
  display: block;
}

.div-block {
  background-color: #010112;
  border-radius: 20px;
  width: auto;
  min-width: auto;
}

.column-4 {
  padding-right: 40px;
}

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

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

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

.body-2 {
  color: #e7ffff;
  background-color: #010113;
  max-width: 100%;
  font-family: Nunito Sans, sans-serif;
}

.heading-4 {
  color: #2bbbbb;
  order: 0;
  margin-top: 56px;
  margin-bottom: 0;
  margin-left: 40px;
  font-size: 32px;
  font-weight: 800;
  line-height: 64px;
}

.heading-4.work {
  color: #00d4d4;
  font-size: 55px;
}

.portfolio-intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-2 {
  color: #e7ffff;
  -webkit-text-stroke-color: #e7ffff;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-2.small {
  max-width: 60%;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #030313;
  border: 1px solid #22bbbbba;
  border-radius: 20px;
  margin-top: 24px;
  padding: 40px 0 0 40px;
  display: flex;
}

.div-block-2.type2 {
  padding-right: 40px;
}

.div-block-2._2 {
  border-width: 0;
}

.div-block-3 {
  color: #0b0b27;
  text-align: right;
  -webkit-text-stroke-width: 0px;
  background-color: #09091d;
  border: 0 solid #22bbbbba;
  border-radius: 4px 0 20px;
  width: 60%;
  max-width: none;
  padding: 0;
  overflow: hidden;
}

.div-block-3.type-2 {
  background-color: #02020a;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-right-radius: 4px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-3.type-2.fullwidth {
  background-color: #02020a00;
  border-width: 1px;
  border-color: #2bb0;
  border-radius: 24px;
  width: auto;
  padding: 24px;
}

.div-block-4 {
  width: 40%;
  margin-right: 0;
  padding-top: 0;
  padding-right: 64px;
}

.image-10 {
  -webkit-text-stroke-width: 0px;
  border: 1px solid #2bbbbb;
  border-radius: 4px 0 20px;
}

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

.body-3 {
  color: #e7ffff;
  background-color: #010113;
  font-family: Nunito Sans, sans-serif;
}

.text-div {
  align-self: center;
  width: 80%;
  margin-top: 100px;
}

.text-div.low {
  margin-top: 40px;
}

.text-div.about {
  align-self: flex-start;
  padding-left: 40px;
}

.text-div.about.serv {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.column-5 {
  align-self: flex-start;
  padding-left: 0;
}

.div-block-6 {
  border-radius: 24px;
  padding: 3px;
}

.background-video-4 {
  overflow: visible;
}

.background-video-5 {
  object-fit: fill;
  justify-content: space-between;
  align-items: stretch;
  height: 10%;
  display: block;
  position: relative;
  overflow: hidden;
}

.background-video-6 {
  aspect-ratio: auto;
}

.background-video-7 {
  width: auto;
  height: auto;
}

.background-video-8 {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: space-around;
  align-items: stretch;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-7 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: 1;
  align-self: auto;
}

.background-video-9 {
  height: auto;
}

.image-div {
  background-image: linear-gradient(257deg, #a60ed4, #310bc7 35%, #00ffd4 68%, #145abd);
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  padding: 3px;
  display: flex;
}

.image-div.small {
  border-radius: 20px;
}

.image-div.small.feel {
  margin-top: 40px;
}

.image-div.diff {
  padding: 3px;
}

.imagecontainer {
  text-align: left;
  background-color: #010112;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.imagecontainer.dave {
  border-radius: 20px;
  width: 100%;
  padding: 12px;
}

.imagecontainer.diff {
  width: 100%;
  padding: 40px;
}

.flexibleimage {
  border-radius: 40px;
  width: 100%;
  max-width: none;
  padding: 0;
}

.flexibleimage.bmw {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.lottie-animation {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: absolute;
}

.image-12 {
  border-radius: 40px;
}

.image-12.nooutline {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.image-13 {
  border-radius: 40px;
}

.div-block-10, .div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.image-14, .image-15 {
  border-radius: 20px;
}

.div-block-12 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  display: flex;
}

.image-16 {
  border-radius: 20px;
  width: 100%;
}

.image-17 {
  border-radius: 20px;
}

.body-4, .body-5 {
  color: #e7ffff;
  background-color: #010113;
  font-family: Nunito Sans, sans-serif;
}

.lottie-animation-2 {
  align-self: flex-end;
  width: 580px;
  margin-top: 220px;
  display: none;
  position: absolute;
}

.img_hm {
  box-sizing: content-box;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-around;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  display: inline-flex;
}

.image-19, .image-20 {
  border-radius: 20px;
  padding-right: 24px;
}

.body-6 {
  color: #e7ffff;
  background-color: #010113;
  font-family: Nunito Sans, sans-serif;
}

.div-block-13 {
  background-image: linear-gradient(112deg, #00bfff, #0fe 30%, #3b00fd 63%, #9200f3);
  border-radius: 20px;
  padding: 3px;
}

.paragraph-3 {
  margin-top: 40px;
  margin-left: 40px;
}

.paragraph-3.big {
  font-size: 18px;
  line-height: 22px;
}

.serv {
  flex-flow: column;
  align-items: stretch;
  margin-left: 40px;
  display: flex;
}

.serv.right {
  justify-content: flex-start;
  align-items: stretch;
}

.serv.second {
  margin-top: 102px;
}

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

.column-7 {
  padding-right: 0;
}

.text-span-3 {
  color: #e7ffff;
  -webkit-text-stroke-color: #e7ffff;
}

.text-span-4 {
  color: #e7ffff;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-left: 48px;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 95%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-14 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-21 {
  width: 420px;
  display: block;
}

.div-block-15 {
  background-image: linear-gradient(216deg, #b400f5, #3711ce 34%, #0ca2f3 76%, #00e1ff);
  width: 100%;
  height: 3px;
  display: none;
}

.div-block-16 {
  color: #e7ffff;
  -webkit-text-stroke-color: #030313;
  background-color: #030313;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-17 {
  padding-bottom: 0;
}

.paragraph-4 {
  color: #e7ffff;
  max-width: 50%;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

.div-block-18 {
  background-image: linear-gradient(248deg, #b0f, #0004ff 32%, #00aeff 69%, #00fff7);
  height: 3px;
  margin-top: 140px;
  display: block;
}

.div-block-19 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.div-block-20 {
  background-color: #e7ffff;
  width: 65px;
  height: 1px;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-span-5 {
  color: #6dd;
}

.heading-6, .heading-7 {
  color: #e7ffff;
}

.div-block-22 {
  -webkit-text-stroke-color: #030313;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.lottie-animation-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: lighten;
  background-image: linear-gradient(357deg, #010113, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  max-height: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.quality-img {
  width: 152px;
  max-width: none;
  height: auto;
  margin-top: 550px;
  margin-right: 140px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-23 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  display: flex;
}

.workintro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 128px;
  display: flex;
}

.workintro.about {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-25 {
  max-width: 58%;
}

.portfoliointro {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: 64px;
  margin-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.anchor-links {
  font-size: 22px;
  line-height: 24px;
}

.link-block, .link-block-2, .lear-morte, .learn-more1, .learn-more {
  text-decoration: none;
}

.text-block-3 {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
  display: inline-block;
}

.text-block-4, .text-block-5 {
  margin-bottom: 16px;
}

.link-block-3, .link-block-4 {
  color: #e7ffff;
  text-decoration: none;
}

.body-7 {
  color: #e7ffff;
  background-color: #010113;
  font-family: Nunito Sans, sans-serif;
}

.fo-sign {
  opacity: .1;
  mix-blend-mode: difference;
  width: 43%;
  margin-top: 200px;
  margin-left: 40px;
  padding-right: 140px;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.lottie-animation-4 {
  opacity: .65;
  width: 350px;
}

.body-8 {
  color: #e7ffff;
  background-color: #010113;
  font-family: Nunito Sans, sans-serif;
}

.success-message, .error-message {
  color: #010112;
  margin-top: 60px;
}

.link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.div-block-26 {
  grid-column-gap: 3.5%;
  grid-row-gap: 3.5%;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  min-width: auto;
  margin-bottom: 128px;
  display: flex;
}

.protype-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #030313;
  border: 0 solid #4bbddf;
  border-radius: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 594px;
  max-width: 594px;
  height: 144px;
  max-height: 144px;
  margin: 3px;
  padding: 24px 40px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.arrow-prototype-link {
  border-radius: 0;
  width: 100px;
  height: 100px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1);
}

.text-block-6 {
  font-size: 24px;
}

.image-22 {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 50px;
}

.cntnr {
  border-radius: 24px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 0%;
  height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grdnt {
  background-image: linear-gradient(125deg, #01e1fa, #6010ff);
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.contnr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  max-width: 600px;
  min-height: 0;
  max-height: 150px;
  margin-top: 200px;
  display: flex;
  overflow: hidden;
}

.grad {
  background-image: linear-gradient(147deg, #0dc1cc 25%, #390ec8 88%);
  border-radius: 24px;
  width: 0%;
  min-width: 1000px;
  height: 0;
  min-height: 800px;
  overflow: hidden;
}

.grad-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-span-6 {
  color: #809191;
}

.link-block-8 {
  width: 100%;
  min-width: 100px;
}

.link-block-9, .link-block-10 {
  width: 100%;
  min-width: 100%;
}

.div-cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  max-width: 31%;
  display: block;
  overflow: visible;
}

.div-cell.right {
  margin-right: 0;
}

.link-block-11, .link-block-12, .link-block-13 {
  width: 100%;
  min-width: 100%;
}

.link-block-me, .link-block-14 {
  width: 100%;
}

.short-line {
  background-color: #00d4d4;
  width: 24px;
  height: 1px;
}

.short-line.und {
  margin-top: 2px;
}

@media screen and (max-width: 991px) {
  .heading {
    margin-top: 160px;
    font-size: 64px;
    line-height: 64px;
  }

  .heading.pages {
    margin-left: 0;
  }

  .hero-anchor.section-header {
    display: none;
  }

  .text-your-idea {
    margin-top: 100px;
  }

  .services {
    margin-left: 0;
  }

  .tabs-contents {
    margin-left: 60px;
  }

  .text-block-2.text-link {
    font-size: 16px;
  }

  .charge {
    margin-top: 64px;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 44px;
  }

  .image-9 {
    display: none;
  }

  .heading-4.work {
    width: 100%;
    margin-left: 0;
    font-size: 44px;
    line-height: 44px;
  }

  .portfolio-intro {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text-div {
    margin-top: 40px;
  }

  .imagecontainer {
    padding: 8px;
  }

  .lottie-animation {
    max-height: 420px;
    overflow: hidden;
  }

  .lottie-animation-2 {
    display: block;
  }

  .text-span-3 {
    font-size: 44px;
    line-height: 46px;
  }

  .div-block-16 {
    padding-right: 20px;
  }

  .paragraph-4 {
    padding-left: 20px;
  }

  .lottie-animation-3 {
    margin-top: 100px;
  }

  .quality-img {
    display: none;
  }

  .workintro {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-25 {
    font-size: 17px;
  }

  .portfoliointro {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-link, .nav-link-2, .nav-menu {
    background-color: #000009;
  }

  .button {
    justify-content: flex-start;
    align-items: center;
    margin-left: 16px;
    margin-right: 64px;
  }

  .heading {
    font-size: 48px;
    line-height: 48px;
  }

  .heading.pages {
    margin-left: 0;
  }

  .main-content-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-your-idea {
    margin-top: 40px;
  }

  .your-idea {
    font-size: 24px;
  }

  .services {
    margin-top: 0;
    margin-left: 0;
  }

  .services-tabs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .tabs-contents {
    margin-left: 0;
  }

  .columns {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
  }

  .charge {
    margin-top: 0;
  }

  .heading-4.work {
    font-size: 40px;
    line-height: 42px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .div-block-3 {
    width: 100%;
    padding-right: 40px;
  }

  .div-block-4 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 40px;
  }

  .text-div {
    width: auto;
  }

  .imagecontainer.dave {
    padding: 4px;
  }

  .lottie-animation {
    max-height: 300px;
  }

  .div-block-11, .div-block-12 {
    flex-flow: column;
  }

  .paragraph-4 {
    max-width: 100%;
  }

  .div-block-21 {
    margin-left: 24px;
  }

  .lottie-animation-3 {
    display: none;
  }

  .div-block-23 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .workintro {
    flex-flow: column;
    margin-top: 96px;
  }

  .div-block-25 {
    max-width: 100%;
  }

  .portfoliointro {
    padding-left: 0;
  }

  .div-block-26 {
    margin-bottom: 0;
  }

  .protype-link {
    width: 369px;
    max-width: 369px;
    font-size: 12px;
    font-weight: 400;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .contnr {
    justify-content: flex-start;
    align-items: center;
    max-width: 375px;
    margin-top: 120px;
  }

  .div-cell {
    max-width: 100%;
    margin-bottom: 88px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    margin-right: 64px;
  }

  .heading {
    height: auto;
    margin-top: 100px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading.pages {
    margin-top: 88px;
    font-size: 32px;
    line-height: 34px;
  }

  .main-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-content-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
    width: 95%;
  }

  .anchors {
    margin-top: 0;
    display: none;
  }

  .text-your-idea {
    width: 100%;
  }

  .your-idea {
    margin-top: 24px;
    font-size: 18px;
    line-height: 22px;
  }

  .services {
    margin-top: 0;
    margin-left: 0;
  }

  .tabs-contents {
    border-radius: 10px;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .column, .column-2 {
    margin-bottom: 40px;
  }

  .case-studies {
    flex-flow: wrap;
    display: flex;
  }

  .getintouch.contactpage {
    margin-top: 96px;
  }

  .get-in-touch {
    font-size: 32px;
  }

  .charge {
    margin-top: 40px;
    font-size: 32px;
    line-height: 34px;
  }

  .heading-4.work {
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-2 {
    padding-top: 24px;
    padding-left: 24px;
  }

  .div-block-3, .div-block-4 {
    padding-right: 24px;
  }

  .image-div {
    border-radius: 24px;
  }

  .imagecontainer {
    border-radius: 24px;
    padding: 4px;
  }

  .flexibleimage {
    border-radius: 24px;
  }

  .lottie-animation {
    max-height: 170px;
  }

  .image-12, .image-13 {
    border-radius: 24px;
  }

  .text-span-3 {
    font-size: 32px;
    line-height: 32px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .paragraph-4 {
    font-size: 32px;
    line-height: 34px;
  }

  .div-block-21 {
    margin-left: 24px;
  }

  .workintro {
    margin-top: 88px;
  }

  .div-cell {
    margin-bottom: 64px;
  }
}


