:root {
  --white: white;
  --olive: #8c7651;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  text-align: center;
  background-color: #000;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: block;
}

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

.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-text {
  color: #fff;
  width: 85%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.9em;
  display: block;
}

.intro {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-bg {
  z-index: -1;
  opacity: 0;
  background-image: radial-gradient(circle closest-corner at 38% 35%, #000, #000000a6), url('../images/intro_bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  position: fixed;
  inset: 0;
}

.services {
  text-align: left;
  background-color: #fff;
  flex-flow: column;
  place-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 10% 80px;
  display: flex;
}

.contacts-bg {
  z-index: -1;
  opacity: 0;
  background-color: #000;
  background-image: radial-gradient(circle at 28% 64%, #000, #000c), url('../images/intro_bg_1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat-y;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  position: fixed;
  inset: 0;
}

.services-text-header {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.8em;
  font-weight: 700;
}

.services-title {
  color: #8c7651;
  text-align: left;
  letter-spacing: 2px;
  align-self: flex-start;
  margin-bottom: 20px;
  font-weight: 400;
}

.services-title.we-do {
  align-self: center;
}

.clients {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 10%;
  display: none;
}

.client-logos {
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.client-brand-logo {
  background-color: #000;
  border: 1px solid #222;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25%;
  height: 180px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.client-brand-logo.end {
  margin-right: 0;
}

.contact-us {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 10% 80px;
  display: block;
}

.contact-us-header {
  color: #fff;
  text-align: left;
  width: 80%;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
}

.phone-number {
  color: var(--white);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: 600;
  text-decoration: none;
}

.phone-number.subfooter {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  transition: color .2s;
  display: none;
}

.phone-number.subfooter:hover {
  color: var(--olive);
}

.email {
  color: #fff;
}

.legal-text-link {
  color: #8c7651;
  border-bottom: 1px solid #8c7651;
  padding-bottom: 1px;
  text-decoration: none;
  transition: color .5s, border-color .3s;
}

.legal-text-link:hover {
  color: #4a4a4a;
  border-bottom-color: #4a4a4a;
}

.email-text-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: left;
  padding-bottom: 1px;
  text-decoration: none;
  transition: color .5s, border-color .3s;
}

.email-text-link:hover {
  border-bottom-color: var(--olive);
  color: var(--olive);
}

.mobile-clients-container {
  display: none;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  margin-left: 50px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s, padding-bottom .2s;
  display: flex;
}

.nav-link:hover {
  color: #8c7651;
  padding-bottom: 0;
}

.nav-link.black {
  color: #333;
}

.nav-link.black:hover {
  color: #8c7651;
}

.nav-link.footr {
  text-transform: none;
  margin-left: 0;
  margin-right: 25px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 300;
}

.nav-link.footr:hover {
  color: #8c7651;
}

.scroll-arrow {
  z-index: 5;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}

.scroll-arrow.w--current {
  display: block;
}

.cursor {
  font-weight: 400;
}

.services-divide {
  background-color: #333;
  width: 80%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 10px;
  transition: width .2s;
}

.brand-logo-1 {
  min-width: 138px;
  min-height: 36px;
}

.brand-logo-2 {
  min-width: 138px;
  min-height: 27px;
}

.brand-logo-3 {
  min-width: 138px;
  min-height: 22px;
}

.brand-logo-4 {
  min-width: 130px;
  min-height: 32px;
}

.brand-logo-5 {
  min-width: 138px;
  min-height: 45px;
}

.brand-logo-6 {
  min-width: 138px;
  min-height: 67px;
}

.brand-logo-7 {
  min-width: 138px;
  min-height: 47px;
}

.brand-logo-8 {
  min-width: 138px;
  min-height: 48px;
}

.case-study-header {
  text-align: center;
  background-color: #000;
  flex-direction: column;
  height: 92%;
  padding-top: 120px;
  font-weight: 600;
  display: block;
  overflow: hidden;
}

.case-study-header.beagle-street {
  background-color: #00c1a1;
}

.case-study-header.lottoland {
  background-color: #69a507;
  background-image: linear-gradient(#64a407 35%, #a4cc25);
}

.case-study-h1 {
  color: #fff;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 300;
  line-height: 135%;
  display: block;
}

.case-study-breadcrumb {
  opacity: .7;
  color: #fff;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.case-study-breadcrumb:hover {
  opacity: 1;
}

.case-study-breadcrumb.dark {
  color: #4a4a4a;
}

.case-study-header-image {
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.case-study-intro {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  align-items: flex-start;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 120px;
  position: relative;
}

.case-study-container {
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-study-challenge {
  width: 70%;
  padding-right: 70px;
}

.case-study-details {
  color: #666;
  width: 30%;
  font-size: 14px;
  line-height: 34px;
}

.case-study-intro-h2 {
  color: #333;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}

.heading-underline {
  background-color: #333;
  width: 35%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.heading-underline.small {
  width: 5%;
  height: 2px;
}

.case-study-type {
  color: #333;
  border-top: 1px solid #333;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 700;
}

.case-study-detail-header {
  color: #333;
  margin-top: 10px;
  margin-bottom: -5px;
  font-size: 14px;
  font-weight: 800;
}

.subpage-menu-link {
  color: #969696;
  flex-direction: column;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
  display: inline;
}

.subpage-menu-link:hover {
  color: #000;
}

.subpage-menu-link.active {
  color: #8c7651;
  font-weight: 600;
}

.client-link-container {
  float: left;
  align-items: center;
  line-height: 30px;
  display: block;
}

.external-link-icon {
  margin-bottom: 3px;
  margin-left: 7px;
}

.beagle-phone1 {
  z-index: 1;
  flex: 0 auto;
  width: 16%;
  height: 94%;
  position: relative;
}

.beagle-phone2 {
  width: 13%;
  height: 91%;
  margin-top: 70px;
  margin-left: -26px;
  position: relative;
}

.header-line {
  background-color: #fff;
  width: 15%;
  height: 1px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.breadcrumb-trail {
  margin-left: 3px;
  font-weight: 300;
}

.breadcrumb-arrow {
  filter: invert();
  margin-bottom: 2px;
  margin-right: 7px;
}

.breadcrumb-arrow.dark {
  filter: none;
}

.case-study {
  background-color: #000;
}

.white-background {
  z-index: 1;
  background-color: #fff;
  width: 96%;
  height: 40px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image {
  background-image: linear-gradient(#000c, #0000 34%, #0003 62%, #000c), radial-gradient(circle at 32% 49%, #0006, #0003), url('../images/beagle-intro.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  overflow: hidden;
}

.copy-block {
  text-align: left;
  background-color: #fff;
  padding: 80px 2%;
  overflow: hidden;
}

.copy-block.contact-section {
  background-color: #fbfbfb;
  border-top: 1px solid #f0f0f0;
  padding-top: 40px;
  padding-bottom: 100px;
}

.case-study-text {
  color: #9d9d9d;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 40px;
  display: flex;
}

.case-study-text.col1 {
  align-items: flex-start;
  width: 50%;
  padding-right: 20px;
}

.case-study-text.col1.quote {
  color: #686868;
  font-size: 28px;
  font-style: italic;
  line-height: 49px;
}

.case-study-text.col2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-left: 20px;
}

.case-study-text.col2.quote {
  color: #686868;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 49px;
}

.case-study-text.highlight {
  color: #686868;
  border-left: 3px solid #686868;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
}

.case-study-full-width-copy {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.two-column-copy {
  align-items: flex-start;
  display: flex;
}

.breadcrumb-link {
  display: inline-block;
}

.breadcrumb-underline {
  float: right;
  opacity: 0;
  background-color: #fff;
  width: 1%;
  height: 1px;
  margin-top: -1px;
}

.breadcrumb-underline.black {
  background-color: #4a4a4a;
}

.details-text-underline {
  opacity: 0;
  background-color: #333;
  width: 1%;
  height: 1px;
  margin-top: -4px;
  display: block;
}

.details-text-underline.active {
  display: none;
}

.client-text-link {
  display: inline-block;
}

.footer {
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
  padding: 70px 2% 80px;
  font-size: 13px;
  line-height: 23px;
  display: flex;
}

.footer-address {
  color: #999;
  margin-top: 12px;
  display: none;
}

.footer-logo {
  filter: invert();
  margin-bottom: 40px;
}

.text-underline {
  opacity: 0;
  background-color: #fff;
  width: 1%;
  height: 1px;
  margin-top: -1px;
  display: block;
}

.footer-copyright {
  align-items: center;
  display: flex;
}

.footer-social {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.footer-social-image {
  margin-left: 8px;
}

.image-text {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-overlay {
  color: #fff;
  text-align: left;
  border-top: 1px solid #ffffff80;
  border-bottom: 1px solid #ffffff80;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 36px;
  line-height: 52px;
}

.bs-process-image {
  width: 70%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bs-process-image.mobile {
  display: none;
}

.bs-process {
  padding-top: 10px;
  padding-bottom: 80px;
}

.bs-process.mobile {
  display: none;
}

.bs-process-container {
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
  display: flex;
}

.process-segment {
  color: #666;
  text-align: center;
  width: 100%;
  font-style: italic;
  font-weight: 400;
}

.process-verticle {
  border-left: 1px dotted #ccc;
  width: 1px;
  height: 20px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.process-horizontal {
  border-top: 1px dotted #999;
  width: 95%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.process-horizontal.left {
  float: right;
  width: 80%;
}

.process-horizontal.right {
  float: left;
  width: 80%;
}

.contact-phone {
  color: #333;
  margin-left: -3px;
  padding-bottom: 15px;
  font-size: 34px;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.contact-section-link {
  float: left;
  margin-top: -10px;
  font-size: 18px;
  line-height: 20px;
}

.navigation {
  z-index: 5;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 50px auto 20px;
  display: flex;
}

.landscape-logo {
  filter: invert() brightness(200%);
  width: 150px;
}

.landscape-logo.dark {
  filter: none;
}

.app-slider {
  clear: both;
  background-color: #0000;
  height: 600px;
  margin-top: 100px;
  position: relative;
}

.app-slider-arrow {
  float: left;
  text-align: center;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 15px;
  transition: background-color .2s, padding .2s, border-color .2s, color .2s, font-size .2s;
  display: block;
}

.app-slider-arrow:hover {
  background-color: #8c7651;
  font-size: 26px;
}

.app-slider-arrow:active {
  margin-top: 277px;
}

.app-slider-arrow.right {
  margin-left: 1px;
  display: flex;
  position: absolute;
  top: 0;
  left: 51px;
}

.app-slider-nav {
  opacity: .25;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 10%;
  font-size: 9px;
  display: block;
  bottom: 100px;
  left: 0;
  right: 0;
}

.app-slide {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: inline-block;
  position: relative;
}

.app-slide-text {
  align-self: flex-start;
  align-items: center;
  width: 40%;
  padding-top: 0;
  padding-bottom: 5px;
  padding-right: 20px;
  display: block;
  position: absolute;
  top: 336px;
  left: 0;
}

.app-slider-line-container {
  justify-content: flex-start;
  align-items: center;
  height: 12px;
  display: flex;
}

.app-slider-line-container.line {
  color: #333;
  background-color: #e4e4e4;
  width: 98%;
  height: 2px;
  display: block;
}

.app-slider-dot {
  background-color: #ccc;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 9px;
}

.app-slider-dot-pulse {
  border: 3px solid #666;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
}

.slider-text {
  color: #999;
  width: 90%;
  font-size: 14px;
  line-height: 29px;
}

.app-slider-header {
  width: 90%;
  margin-top: 20px;
  font-size: 17px;
  line-height: 28px;
}

.app-slider-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.app-screens {
  background-color: #fff;
  background-image: url('../images/App-Mockup2-compressor.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140%;
  margin-top: -25px;
}

.phones {
  align-items: flex-start;
  width: 850px;
  margin-top: -500px;
  display: flex;
}

.template {
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-block {
  display: none;
}

.footer-legal {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.footer-left {
  width: 70%;
}

.text-block-2 {
  color: #999;
  margin-top: 5px;
  font-style: italic;
  display: none;
}

.hero-text {
  z-index: 2;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-h1 {
  width: 70%;
  font-weight: 300;
  line-height: 48px;
}

.hero-slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.hero-slide {
  width: 110%;
  height: 110%;
}

.hero-slide._1 {
  background-image: radial-gradient(circle at 59% 44%, #0000004d, #fff0), url('../images/zebra-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: radial-gradient(circle at 90% 4%, #000, #05050500 72%), url('../images/brainstorm_1brainstorm.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide._3 {
  background-image: radial-gradient(circle at 91% 5%, #000, #0a0a0a00), url('../images/trainers.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-arrows {
  display: none;
}

.hero-dots {
  font-size: 6px;
  bottom: 170px;
  left: 0;
  right: 0;
}

.bold {
  font-weight: 700;
}

.services-header {
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-header-h1 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-left: -8px;
  font-size: 80px;
  font-weight: 700;
  line-height: 50px;
}

.services-header-h1.dark {
  color: #4a4a4a;
}

.services-header-h1.lg {
  width: 80%;
  line-height: 90px;
}

.subpage-breadcrumb {
  margin-bottom: 10px;
}

.services-header-h2 {
  opacity: .8;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
}

.services-header-h2.dark {
  opacity: 1;
  color: #969696;
}

.services-intro {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  align-items: flex-start;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 120px;
  position: relative;
}

.subpage-menu {
  color: #666;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-top: 160px;
  font-size: 14px;
  line-height: 34px;
  display: flex;
}

.subpage-menu-header {
  color: #333;
  border-top: 1px solid #333;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.subpage-menu-option {
  float: left;
  align-items: center;
  margin-top: 15px;
  line-height: 26px;
  transition: color .2s;
  display: block;
}

.services-quote-img {
  background-image: linear-gradient(#000c, #0000 34%, #0003 62%, #000c), radial-gradient(circle at 32% 49%, #0006, #0003);
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-quote-img.creative {
  background-image: linear-gradient(#000c, #0000 34%, #0003 62%, #000c), radial-gradient(circle at 32% 49%, #0006, #0003), url('../images/wireframe-table.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.services-quote-img.devlopment {
  background-image: linear-gradient(#000c, #0000 34%, #0003 62%, #000c), radial-gradient(circle at 32% 49%, #0006, #0003), url('../images/review.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.content-dual-img {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin: 110px auto;
  display: flex;
}

.dual-img-1 {
  width: 50%;
  margin-right: 10px;
}

.dual-img-2 {
  width: 40%;
  margin-left: 10px;
}

.services-header-h3 {
  color: #333;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}

.services-header-h4 {
  color: #333;
  margin-top: 100px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.services-list {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: stretch;
  margin-bottom: 80px;
  display: flex;
}

.services-listing {
  background-image: linear-gradient(#eeeeee80, #eeeeee80);
  align-items: center;
  width: 31%;
  margin-top: 15px;
  margin-right: 15px;
  padding: 26px 25px;
  display: flex;
}

.service-header-h5 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
}

.service-icon {
  filter: saturate(0%);
  width: 26px;
}

.visual-design-img {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.creative-img {
  width: 60%;
}

.factory-img {
  width: 40%;
  margin-top: 150px;
  margin-left: -180px;
}

.creative-icons {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.creative-icon {
  width: 7%;
  margin-right: 35px;
}

.creative-icon-row {
  flex-direction: row;
  margin-top: 30px;
}

.creative-large-icon {
  width: 14%;
  margin-right: 35px;
}

.cro-list {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: stretch;
  margin-bottom: 80px;
  display: flex;
}

.cro-listings {
  color: #9d9d9d;
  border-bottom: 1px solid #e2e2e2;
  flex-direction: column;
  align-items: flex-start;
  width: 31%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 15px;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 25px;
  font-size: 18px;
  line-height: 31px;
  display: flex;
}

.cro-icon {
  filter: saturate(0%);
  width: 60px;
  margin-bottom: 25px;
}

.cro-listings-header-h5 {
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 31px;
}

.software-logo-listings {
  background-image: linear-gradient(#eeeeee80, #eeeeee80);
  justify-content: center;
  align-items: center;
  width: 31%;
  height: 106px;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
}

.software-logo {
  height: 36px;
}

.software-logo.sm {
  height: 20px;
}

.software-logo.lg {
  height: 50px;
}

.software-logo.md {
  height: 27px;
}

.right-column-copy {
  color: #9d9d9d;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.side-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  margin-bottom: 30px;
  margin-left: 5%;
  font-size: 18px;
  line-height: 34px;
  display: flex;
}

.text-heading {
  width: 30%;
}

.side-heading {
  color: #4a4a4a;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.side-heading-underline {
  background-color: #333;
  width: 65%;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 15px;
}

.content-single-img {
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  margin: 110px auto 0;
  display: flex;
}

.funnel {
  filter: saturate(5%);
  width: 45%;
  margin-top: -30px;
}

.funnel-text {
  width: 50%;
  margin-right: 80px;
}

.overview-block {
  text-align: left;
  background-color: #fff;
  padding: 250px 2% 30px;
}

.services-listings {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: stretch;
  margin-top: 90px;
  margin-bottom: 80px;
  display: flex;
}

.services-panel {
  color: #9d9d9d;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 31px;
  transition: color .2s;
  display: flex;
}

.services-panel:hover {
  color: #8c7651;
}

.services-panel.no-link {
  cursor: default;
  align-items: flex-start;
  text-decoration: none;
}

.services-panel.last {
  margin-right: 0;
}

.overview-header-h1 {
  color: #333;
  text-align: left;
  margin-top: 20px;
  margin-left: -5px;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.overview-header-h2 {
  opacity: .8;
  color: #686868;
  text-align: left;
  width: 70%;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
}

.service-panel-line {
  background-color: #e2e2e2;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.underline {
  width: 0%;
  height: 100%;
}

.underline.black {
  background-color: #4a4a4a;
}

.underline.gold {
  background-color: #8c7651;
}

.service-heading-h3 {
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
}

.service-panel {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-links, .menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-underline {
  width: 100%;
  height: 2px;
  display: flex;
}

.nav-link-underline.white {
  background-color: #fff;
}

.nav-link-underline.black {
  background-color: #4a4a4a;
}

.nav-text {
  font-size: 13px;
  line-height: 28px;
}

.contact-numbers {
  color: #4a4a4a;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.email-addresses {
  color: #8c7651;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.w {
  color: #4a4a4a;
  text-align: center;
  border: 2px solid #4a4a4a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.google-map-link {
  color: #8c7651;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}

.burger {
  flex-direction: column;
  align-items: flex-start;
  width: 26px;
  height: 26px;
  display: none;
  position: static;
}

.menu-line1 {
  transform-origin: 2% 0% 0px;
  background-color: #333;
  width: 26px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-line2 {
  background-color: #333;
  width: 22px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-line3 {
  transform-origin: 2% 100% 0px;
  background-color: #333;
  width: 18px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-options {
  display: none;
}

.parralax-img {
  width: 105%;
  height: 105%;
  position: absolute;
  inset: -2%;
}

.parralax-img.creative {
  background-image: radial-gradient(circle at 14% 98%, #000, #08080800 40%), linear-gradient(#000, #07070700 65%), url('../images/creative-bg.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.parralax-img.development {
  background-image: radial-gradient(circle at 22% 93%, #fff, #fff0 55%), linear-gradient(#000, #07070700 65%), url('../images/abstract-architecture-art.jpg');
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  margin-bottom: 1px;
}

.parralax-img.cro {
  background-image: radial-gradient(circle at 0 100%, #000, #07070700 30%), linear-gradient(#000, #07070700 29%), url('../images/extreme-biking.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  margin-bottom: 1px;
}

.header-text {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 220px;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.opening-times {
  color: #9d9d9d;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  display: none;
}

.shoreditch-text {
  color: #fff;
  text-align: center;
  width: 70%;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 74px;
}

.italics {
  font-style: italic;
  font-weight: 600;
}

.centre-image-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2%;
  display: flex;
  position: absolute;
  inset: 0;
}

.shoreditch-subtext {
  opacity: .7;
  color: #fff;
  text-align: center;
  max-width: 70%;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 28px;
}

.shoreditch-img {
  background-image: linear-gradient(#000c, #0000 34%, #0003 62%, #000c), radial-gradient(circle at 32% 49%, #0006, #0003), url('../images/graffiti.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: center;
  width: 105%;
  height: 105%;
  margin-left: -5%;
  display: flex;
  position: absolute;
  inset: 0 0%;
}

.centre-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.parralax-fg-img {
  z-index: 1;
  width: 105%;
  height: 105%;
  position: absolute;
  inset: -2%;
}

.parralax-fg-img.phone {
  background-image: url('../images/creative-fg.png');
  background-position: 0 0;
  background-size: cover;
}

.hero-fg {
  z-index: 1;
  width: 106%;
  height: 106%;
  position: absolute;
  inset: 0 0 0 -3%;
}

.hero-fg.zebra {
  background-image: url('../images/zebra-fg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block {
  background-image: radial-gradient(circle at 91% 5%, #000, #0a0a0a00), url('../images/floor-bg.jpg');
}

.clouds {
  z-index: 1;
  opacity: .75;
  background-image: url('../images/clouds.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 106%;
  height: 106%;
  position: absolute;
  inset: 0 0 0 -3%;
}

.footer-link {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  margin-left: 0;
  padding-right: 40px;
  display: flex;
}

.footer-link.contact {
  width: 50%;
}

.secondary-btn {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  transition: color .6s, background-color .5s;
  display: flex;
  position: relative;
}

.secondary-btn:hover {
  color: #888;
  background-color: #1a1a1a;
  background-image: none;
}

.secondary-btn:active {
  top: 2px;
}

._3-col {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 31%;
  margin-bottom: 20px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._3-col.last {
  margin-right: 0;
}

.map {
  height: 700px;
  margin-top: -40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.map-clouds {
  z-index: 2;
  opacity: .3;
  filter: invert();
  background-image: url('../images/cloud.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  height: 30%;
  position: absolute;
  top: 0;
  left: -40%;
}

.plane {
  z-index: 1;
  width: 80px;
  position: absolute;
  top: 20%;
  left: 0%;
}

.more-map-clouds {
  z-index: 3;
  opacity: .2;
  filter: invert();
  background-image: url('../images/cloud.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  height: 30%;
  position: absolute;
  top: 0;
  left: -30%;
}

.plane-shadow {
  opacity: .5;
  width: 50px;
  position: absolute;
  top: 25%;
  left: -1%;
}

.linkedin {
  opacity: 1;
  margin-top: 7px;
  margin-right: 20px;
  transition: transform .2s;
  display: none;
}

.linkedin:hover {
  filter: brightness();
  transform: translate(0, -5px)scale(1.1);
}

.linkedin:active {
  transform: translate(0, -10px)scale(.9);
}

.list {
  width: 100%;
  padding-left: 18px;
}

.list-item {
  color: #757575;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
}

.weather {
  width: 100%;
  max-width: 230px;
}

.weather.stacked {
  max-width: 180px;
}

.chat-l1 {
  width: 50%;
  margin-right: 20px;
}

.chat-field {
  color: #ccc;
  background-color: #000000b3;
  border: 1px solid #666;
  border-radius: 2px;
  height: 60px;
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 300;
  transition: background-color .2s, color .2s, border-color .2s;
}

.chat-field:hover {
  border-color: #8c7651;
}

.chat-field:focus {
  color: #333;
  background-color: #fffffff2;
  border-width: 1px;
  border-color: #8c7651;
  font-size: 20px;
  font-weight: 600;
}

.textarea {
  color: #fff;
  background-color: #000000b3;
  border: 1px solid #666;
  border-radius: 2px;
  min-height: 266px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  transition: background-color .2s, border-color .2s, color .2s, font-size .2s;
}

.textarea:hover {
  color: #8c7651;
  border-color: #8c7651;
}

.textarea:focus {
  background-color: #fffffff2;
  box-shadow: inset 0 0 8px #000c;
}

.chat-label {
  color: #ccc;
  align-items: flex-end;
  height: 25px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.chat-submit {
  background-color: #8c7651;
  border: 1px solid #8c7651;
  padding: 15px 50px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .8s, color .2s, font-size .5s, border-color .2s;
}

.chat-submit:hover {
  color: #ccc;
  background-color: #000;
  border: 1px solid #8c7651;
}

.chat-submit:active {
  background-color: #8c7651;
}

.chat-r1 {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.form-wrapper {
  color: #8c7651;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 17px;
}

.chat-form {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.chat-fields {
  margin-bottom: 10px;
  display: flex;
}

.portfolio-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.portfolio-grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
}

.footer-text {
  color: #999;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 41px;
  display: flex;
}

.footer-col-title {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 15px;
  font-weight: 700;
}

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

.footer-legal-link {
  color: #888;
  text-decoration: underline;
  transition: color .2s;
}

.footer-legal-link:hover {
  color: var(--olive);
}

.footer-links {
  color: #888;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-size: 12px;
  display: flex;
}

.footer-link-divide {
  color: #555;
  margin-left: 15px;
  margin-right: 15px;
}

.social-link {
  background-color: #333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: var(--olive);
  transform: scale(1.2);
}

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

.newsletter-field {
  color: #ccc;
  background-color: #000000b3;
  border: 1px solid #666;
  border-right-style: none;
  border-radius: 2px 0 0 2px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  transition: background-color .2s, color .2s, border-color .2s;
}

.newsletter-field:hover {
  border-color: #8c7651;
}

.newsletter-field:focus {
  color: var(--olive);
  background-color: #fffffff2;
  border-width: 1px;
  border-color: #8c7651;
}

.newsletter-btn {
  background-color: var(--olive);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 15px;
  line-height: 100%;
  transition: background-color .2s;
}

.newsletter-form-block {
  width: 100%;
  max-width: 350px;
  margin-top: 5px;
}

.footer-link-cols {
  border-top: 1px solid #333;
  justify-content: flex-start;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.newsletter-title {
  color: var(--white);
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 300;
  line-height: 35px;
}

.hidden-field {
  display: none;
}

.newsletter-field-block {
  height: 50px;
  display: flex;
}

.form-success {
  border: 1px solid var(--olive);
  color: var(--olive);
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.form-success-text {
  display: flex;
}

.footer-home {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-legal-links {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-cookie {
  color: #666;
}

.calendly-text-link {
  color: var(--olive);
  font-weight: 700;
  text-decoration: underline;
  display: none;
}

.calendly-text-link:hover {
  color: #4a4a4a;
}

.calendly-btn {
  color: var(--white);
  background-color: #4caf50;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.calendly-btn:hover {
  text-decoration: underline;
}

.calendly-btn:active {
  transform: translate(0, 2px);
}

.calendly-code {
  background-color: #7c1e1e;
}

.calendly-btn-text {
  color: var(--white);
  width: 100%;
  height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.calendly {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: auto 20px 15px auto;
}

.calendly-link-block {
  text-decoration: none;
}

.text-dark {
  color: var(--black);
}

.html-embed {
  width: 320px;
  height: 630px;
}

html.w-mod-js [data-ix="intro-text"], html.w-mod-js [data-ix="intro-text-2"] {
  opacity: 0;
  transform: translate(0, 75px);
}

html.w-mod-js [data-ix="intro-icon"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="logo-load"] {
  opacity: 0;
  transform: translate(0, -400px);
}

html.w-mod-js [data-ix="servicesload1"], html.w-mod-js [data-ix="servicesload-2"], html.w-mod-js [data-ix="servicesload-3"], html.w-mod-js [data-ix="servicesload-4"] {
  opacity: 0;
  transform: translate(0, 300px);
}

html.w-mod-js [data-ix="logofade1"], html.w-mod-js [data-ix="logofade-2"], html.w-mod-js [data-ix="logofade-3"], html.w-mod-js [data-ix="logofade-4"], html.w-mod-js [data-ix="logofade-5"], html.w-mod-js [data-ix="logofade-6"], html.w-mod-js [data-ix="logofade-7"], html.w-mod-js [data-ix="logofade-8"] {
  opacity: 0;
}

html.w-mod-js [data-ix="3d-rotate"] {
  transform: rotateX(50deg)rotateY(0)rotateZ(-15deg);
}

html.w-mod-js [data-ix="scroll-arrow"], html.w-mod-js [data-ix="flashing-cursor"] {
  opacity: 0;
}

html.w-mod-js [data-ix="headings-line-animation"], html.w-mod-js [data-ix="heading-line"] {
  opacity: 0;
  width: 1px;
  height: 1px;
}

html.w-mod-js [data-ix="bs-phone1"], html.w-mod-js [data-ix="bs-phone-2"] {
  opacity: 0;
  transform: translate(0, 370px);
}

html.w-mod-js [data-ix="app-slide-line"] {
  width: 0;
}

html.w-mod-js [data-ix="app-slide-dot-pulse"] {
  opacity: 0;
  transform: scale(.89);
}

html.w-mod-js [data-ix="slidershake-1"], html.w-mod-js [data-ix="slidershake-2"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="textup"] {
  opacity: 0;
  transform: translate(0, 80px);
}

html.w-mod-js [data-ix="mobile"] {
  opacity: 0;
  transform: translate(-300px);
}

html.w-mod-js [data-ix="slider-text"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .nav-link.footr {
    font-size: 14px;
  }

  .case-study-container, .case-study-full-width-copy {
    width: 80%;
  }

  .footer-left, .content-dual-img, .visual-design-img {
    width: 100%;
  }

  .footer-link {
    width: auto;
    margin-left: 30px;
  }

  .footer-link.contact {
    width: auto;
  }

  .footer-text {
    width: 40%;
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 1.7vw;
    line-height: 1.6em;
  }

  .footer-col-title {
    margin-top: 8px;
    font-size: 14px;
  }

  .footer-two-col {
    flex-direction: row;
  }

  .newsletter-btn {
    border: 1px solid var(--olive);
  }

  .footer-link-cols {
    border-top-style: none;
    width: 60%;
    padding-top: 0;
  }

  .calendly-text-link {
    color: var(--olive);
    margin-top: 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    transition: color .2s;
  }

  .calendly-btn {
    z-index: 1001;
  }
}

@media screen and (max-width: 991px) {
  .body {
    height: 100%;
  }

  .header {
    height: 90%;
  }

  .intro {
    padding-left: 50px;
    padding-right: 50px;
  }

  .services {
    align-items: center;
    height: auto;
    padding: 130px 50px 50px;
  }

  .services-text-header {
    font-size: 1.3em;
  }

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

  .clients {
    height: auto;
    padding: 80px 50px 50px;
  }

  .client-logos {
    margin-left: 0;
    margin-right: 0;
  }

  .client-brand-logo {
    height: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us {
    height: auto;
    padding: 80px 50px 50px;
  }

  .contact-us-header {
    width: auto;
    margin-left: 0;
    font-size: 2.1em;
  }

  .phone-number, .email-text-link {
    margin-left: 0;
  }

  .nav-link {
    margin-left: 30px;
    top: 50px;
    right: 40px;
  }

  .services-divide {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .brand-logo-1, .brand-logo-2, .brand-logo-3, .brand-logo-4, .brand-logo-5, .brand-logo-6, .brand-logo-8 {
    min-width: auto;
    min-height: auto;
  }

  .case-study-header, .case-study-header.beagle-street {
    height: 70%;
  }

  .case-study-h1 {
    font-size: 40px;
  }

  .case-study-container {
    width: 80%;
  }

  .case-study-challenge {
    padding-right: 50px;
  }

  .beagle-phone1 {
    width: 27%;
  }

  .beagle-phone2 {
    width: 22%;
  }

  .image {
    background-image: linear-gradient(#000c, #0000 34%, #0003 62%, #000c), radial-gradient(circle at 32% 49%, #0006, #0003), url('../images/beagle-intro.jpg');
    background-position: 0 0, 0 0, 45%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .case-study-text {
    font-size: 17px;
    line-height: 40px;
  }

  .case-study-text.col2.quote {
    width: 50%;
    font-size: 22px;
    line-height: 44px;
  }

  .case-study-full-width-copy {
    width: 80%;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .image-text {
    width: 80%;
  }

  .image-overlay {
    width: 70%;
  }

  .bs-process-image, .bs-process-container {
    width: 80%;
  }

  .app-slider-nav {
    padding-right: 0%;
  }

  .app-slide-text {
    width: 55%;
  }

  .hero-h1 {
    width: 70%;
  }

  .hero-slide._2 {
    background-position: 0 0, 27%;
  }

  .hero-slide._3 {
    background-position: 0 0, 25% 0;
  }

  .services-header {
    height: 70%;
  }

  .services-header-h1 {
    margin-top: 10px;
    margin-left: -2px;
    font-size: 50px;
    line-height: 60px;
  }

  .services-header-h1.lg {
    margin-bottom: 15px;
    line-height: 60px;
  }

  .services-header-h2 {
    margin-top: 0;
    font-size: 18px;
  }

  .services-quote-img {
    background-image: linear-gradient(#000c, #0000 34%, #0003 62%, #000c), radial-gradient(circle at 32% 49%, #0006, #0003), url('../images/beagle-intro.jpg');
    background-position: 0 0, 0 0, 45%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .content-dual-img {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .dual-img-1 {
    width: 100%;
    margin-right: 0;
  }

  .dual-img-2 {
    display: none;
  }

  .services-listing {
    width: 47.3%;
  }

  .visual-design-img {
    margin-top: 20px;
  }

  .creative-img {
    width: 80%;
  }

  .factory-img {
    width: 50%;
    margin-left: -220px;
  }

  .creative-icons {
    margin-top: -110px;
    display: none;
  }

  .creative-icon {
    width: 6%;
    margin-right: 20px;
  }

  .creative-icon-row {
    margin-top: 20px;
  }

  .cro-listings, .software-logo-listings {
    width: 47.3%;
  }

  .content-single-img {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin: 60px auto;
    display: block;
  }

  .funnel {
    width: 45%;
    margin-top: 40px;
    margin-right: 0;
    display: none;
  }

  .funnel-text {
    width: 100%;
    margin-right: 0;
  }

  .overview-header-h1 {
    margin-top: 10px;
    margin-left: -2px;
    font-size: 50px;
    line-height: 60px;
  }

  .overview-header-h2 {
    width: 100%;
    margin-top: 0;
    font-size: 20px;
  }

  .parralax-img.creative {
    background-position: 0 0, 0 0, 50% -60px;
    width: 115%;
    height: 115%;
  }

  .parralax-img.development, .parralax-img.cro {
    width: 115%;
  }

  .header-text {
    margin-bottom: 100px;
    bottom: 0;
    left: 0;
  }

  .shoreditch-img {
    background-image: linear-gradient(#000c, #0000 34%, #0003 62%, #000c), radial-gradient(circle at 32% 49%, #0006, #0003), url('../images/graffiti.jpg');
    background-position: 0 0, 0 0, 45%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    width: 110%;
    margin-left: -10%;
  }

  .parralax-fg-img.phone {
    background-position: 50% -60px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 115%;
    height: 115%;
  }

  .hero-fg {
    width: 116%;
    height: 116%;
  }

  .hero-fg.zebra {
    background-size: cover;
    left: -8%;
  }

  .clouds {
    width: 116%;
    height: 116%;
    display: none;
  }

  .footer-link {
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
    margin-bottom: 10px;
  }

  .footer-link.contact {
    width: 55%;
  }

  ._3-col {
    width: 47.3%;
  }

  .map-clouds, .more-map-clouds {
    width: 116%;
    height: 116%;
    display: none;
  }

  .footer-text {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    height: 14%;
  }

  .intro-text {
    font-size: 1.6em;
    line-height: 1.8em;
  }

  .intro {
    height: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services {
    height: auto;
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .services-text-header {
    margin-top: 10px;
    font-size: 1em;
  }

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

  .clients {
    height: auto;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .client-logos {
    margin-left: 0;
    margin-right: 0;
  }

  .client-brand-logo {
    height: 100px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us {
    height: auto;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .phone-number {
    border: 1px dotted #000;
    border-bottom-color: #8c7651;
    padding-bottom: 12px;
    text-decoration: none;
    transition: border-color .2s, color .2s;
  }

  .phone-number:hover {
    color: #fff;
    border-bottom-color: #fff;
  }

  .phone-number.subfooter {
    padding-bottom: 2px;
  }

  .nav-link {
    top: 30px;
    right: 20px;
  }

  .services-divide {
    margin-top: 20px;
  }

  .brand-logo-1, .brand-logo-2, .brand-logo-3, .brand-logo-4, .brand-logo-5, .brand-logo-6, .brand-logo-7, .brand-logo-8 {
    min-width: auto;
    min-height: auto;
  }

  .case-study-header, .case-study-header.beagle-street {
    height: 150%;
  }

  .case-study-h1 {
    font-size: 34px;
  }

  .case-study-intro {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .case-study-container {
    flex-direction: column-reverse;
  }

  .case-study-challenge {
    width: 100%;
    padding-right: 0;
  }

  .case-study-details {
    border-bottom: 1px solid #efefef;
    width: 100%;
    padding-bottom: 25px;
  }

  .case-study-intro-h2 {
    margin-top: 40px;
    font-size: 30px;
    line-height: 50px;
  }

  .heading-underline {
    margin-bottom: 10px;
  }

  .heading-underline.small {
    width: 10%;
  }

  .case-study-type {
    border-top-style: none;
    margin-top: 0;
  }

  .case-study-detail-header {
    margin-top: 0;
  }

  .white-background {
    width: 100%;
  }

  .image {
    background-position: 0 0, 0 0, 55%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .copy-block {
    padding: 30px 0%;
  }

  .case-study-text {
    color: #4a4a4a;
    margin-top: 10px;
    font-size: 15px;
    line-height: 32px;
  }

  .case-study-text.col1 {
    width: 100%;
    padding-right: 0;
  }

  .case-study-text.col2 {
    width: 100%;
    margin-left: 0;
  }

  .case-study-text.col2.quote {
    width: 100%;
    font-size: 20px;
    line-height: 38px;
  }

  .two-column-copy {
    flex-direction: column;
  }

  .footer {
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-social {
    margin-top: 20px;
  }

  .image-overlay {
    font-size: 28px;
    line-height: 44px;
  }

  .bs-process-image {
    width: 90%;
    margin-top: 30px;
  }

  .bs-process {
    padding-bottom: 20px;
  }

  .bs-process-container {
    width: 100%;
  }

  .navigation-container {
    width: 86%;
    margin-top: 30px;
  }

  .landscape-logo {
    width: 120px;
  }

  .app-slider {
    margin-top: 30px;
  }

  .app-slide-text {
    width: 80%;
  }

  .deliverables {
    display: none;
  }

  .text-block {
    line-height: 26px;
    display: block;
  }

  .project-icon {
    display: none;
  }

  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .text-block-2 {
    display: block;
  }

  .hero-h1 {
    width: 80%;
    font-size: 28px;
    line-height: 40px;
  }

  .hero-slide._1 {
    width: 120%;
    height: 120%;
  }

  .hero-slide._3 {
    background-position: 0 0, 29%;
  }

  .hero-dots {
    bottom: 90px;
  }

  .services-header {
    height: 100vh;
  }

  .services-header-h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .services-header-h1.lg {
    width: 100%;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
  }

  .services-header-h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .services-intro {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .subpage-menu {
    border-bottom: 1px solid #efefef;
    width: 100%;
    padding-bottom: 25px;
    display: none;
  }

  .subpage-menu-header {
    border-top-style: none;
    margin-top: 0;
  }

  .services-quote-img {
    background-position: 0 0, 0 0, 55%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .services-header-h3 {
    margin-top: 40px;
    font-size: 30px;
    line-height: 50px;
  }

  .services-header-h4 {
    margin-top: 40px;
    font-size: 26px;
    line-height: 38px;
  }

  .services-list {
    flex-direction: column;
  }

  .services-listing {
    width: 100%;
  }

  .visual-design-img {
    justify-content: center;
  }

  .creative-img {
    width: 100%;
  }

  .factory-img {
    width: 60%;
    margin-top: 160px;
    margin-left: -280px;
  }

  .creative-icons {
    display: none;
  }

  .cro-list {
    flex-direction: column;
  }

  .cro-listings {
    color: #4a4a4a;
    width: 100%;
  }

  .cro-listings-header-h5 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .software-logo-listings {
    width: 100%;
  }

  .right-column-copy {
    flex-direction: column;
  }

  .side-copy {
    width: 100%;
    margin-left: 0%;
  }

  .text-heading {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .side-heading-underline {
    width: 30%;
    margin-bottom: 10px;
  }

  .content-single-img {
    margin-bottom: 90px;
  }

  .overview-block {
    padding: 20% 0% 0;
  }

  .services-listings {
    flex-flow: column wrap;
    margin-top: 50px;
  }

  .services-panel {
    color: #4a4a4a;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .overview-header-h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .overview-header-h2 {
    font-size: 19px;
    line-height: 30px;
  }

  .service-panel-line {
    margin-top: 40px;
  }

  .service-heading-h3 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .nav-links {
    display: none;
  }

  .burger {
    display: block;
  }

  .menu-line1.white, .menu-line2.white, .menu-line3.white {
    background-color: #fff;
  }

  .menu-options {
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 25px;
    display: none;
  }

  .menu-link {
    color: #fff;
    border-bottom: 1px solid #999;
    margin-top: 14px;
    margin-bottom: 20px;
    margin-left: -2px;
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
  }

  .menu-header {
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .menu-text-link {
    color: #fff;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
  }

  .menu-phone {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
  }

  .parralax-img.creative {
    background-image: radial-gradient(circle at 14% 98%, #000 16%, #08080800 64%), linear-gradient(#000, #07070700 65%), url('../images/creative-bg.jpg');
    background-position: 0 0, 0 0, 60%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .parralax-img.development {
    background-position: 0 0, 0 0, 50%;
  }

  .parralax-img.cro {
    background-image: radial-gradient(circle at 22% 93%, #000, #07070700 43%), linear-gradient(#000, #07070700 29%), url('../images/extreme-biking.jpg');
    background-position: 0 0, 0 0, 63%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .shoreditch-text {
    width: 80%;
    font-size: 40px;
    line-height: 54px;
  }

  .shoreditch-subtext {
    max-width: 80%;
  }

  .shoreditch-img {
    background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#000c, #0000 34%, #0003 62%, #000c), radial-gradient(circle at 32% 49%, #0006, #0003), url('../images/graffiti.jpg');
    background-position: 0 0, 0 0, 0 0, 55%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
    padding-left: 0%;
    padding-right: 0%;
  }

  .parralax-fg-img.phone {
    background-image: radial-gradient(circle at 66% 93%, #000, #0d0d0d00 99%), url('../images/creative-fg.png');
    background-position: 0 0, 60%;
    background-size: auto, cover;
  }

  .footer-link {
    width: 100%;
    padding-right: 0;
  }

  .footer-link.contact {
    width: 100%;
    margin-top: 20px;
  }

  ._3-col {
    color: #4a4a4a;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .weather.stacked {
    display: none;
  }

  .chat-l1 {
    width: 100%;
    margin-right: 0;
  }

  .chat-submit, .chat-r1 {
    width: 100%;
  }

  .chat-fields {
    flex-wrap: wrap;
  }

  .footer-text {
    font-size: 24px;
    line-height: 36px;
  }

  .footer-two-col {
    flex-direction: column;
  }

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

  .newsletter-field {
    font-size: 13px;
  }

  .footer-link-cols {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: 100%;
  }

  .header {
    background-image: radial-gradient(circle at 96% -8%, #000000b3, #6660 99%), url('../images/zebra.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 20%;
  }

  .intro-text {
    font-size: 1.2em;
    line-height: 1.8em;
  }

  .intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-bg {
    background-image: radial-gradient(circle closest-corner at 38% 35%, #000, #00000080), url('../images/intro_bg.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
  }

  .services {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding: 100px 30px 80px;
  }

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

  .clients {
    justify-content: center;
    height: auto;
    padding: 80px 40px;
    display: block;
  }

  .client-logos {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .client-brand-logo {
    width: 33%;
    height: 80px;
    margin-bottom: 3px;
    margin-right: 3px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .client-brand-logo.end {
    height: 80px;
  }

  .contact-us {
    height: auto;
    padding: 50px 40px;
  }

  .contact-us-header {
    width: auto;
    margin-left: 0;
    font-size: 1.7em;
    line-height: 1.6em;
  }

  .phone-number {
    border-bottom: 1px dotted #8c7651;
    margin-left: 0;
    padding-bottom: 4px;
    font-size: 25px;
    text-decoration: none;
  }

  .email {
    text-align: left;
  }

  .email-text-link {
    margin-left: 0;
  }

  .mobile-clients-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .mobile-clients {
    background-color: #000;
    border: 1px solid #222;
    flex-direction: column;
    width: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 37px 18px 35px;
    display: block;
  }

  .mobile-clients.last-client {
    margin-right: 0;
  }

  .nav-link {
    padding-bottom: 0;
    font-size: 9px;
    right: 25px;
  }

  .scroll-arrow {
    bottom: 40px;
  }

  .services-divide {
    width: 60%;
    height: 1px;
  }

  .case-study-header, .case-study-header.beagle-street {
    height: 110%;
  }

  .case-study-breadcrumb {
    font-size: 12px;
  }

  .case-study-intro-h2 {
    font-size: 25px;
    line-height: 38px;
  }

  .heading-underline {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .beagle-phone1 {
    width: 46%;
  }

  .beagle-phone2 {
    display: none;
  }

  .image {
    background-position: 0 0, 0 0, 60% 0;
  }

  .case-study-text.col1.quote {
    font-size: 26px;
    line-height: 42px;
  }

  .case-study-text.col2.quote {
    border-left: 2px solid #999;
    padding-left: 20px;
    font-size: 17px;
    line-height: 37px;
  }

  .footer {
    flex-direction: column;
  }

  .footer-address {
    font-weight: 300;
  }

  .image-overlay {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 33px;
  }

  .bs-process-image {
    display: none;
  }

  .bs-process-image.mobile {
    width: 80%;
    display: block;
  }

  .bs-process {
    display: none;
  }

  .bs-process.mobile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bs-process-container {
    width: 92%;
  }

  .process-segment {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navigation-container {
    width: 84%;
  }

  .app-slider-arrow {
    margin-top: 230px;
  }

  .app-slider-arrow:active {
    margin-top: 232px;
  }

  .app-slider-nav {
    margin-top: 140px;
    position: absolute;
    inset: 100px 0;
  }

  .app-slide-text {
    width: 100%;
    margin-top: -30px;
    padding-right: 0;
  }

  .app-slider-line-container {
    display: none;
  }

  .slider-text {
    width: 100%;
  }

  .app-slider-header {
    width: 100%;
    margin-top: 0;
  }

  .app-slider-image {
    margin-top: 10px;
  }

  .app-screens {
    margin-top: -80px;
  }

  .footer-left {
    width: 100%;
  }

  .text-block-2 {
    display: block;
  }

  .hero-h1 {
    width: 90%;
    font-size: 23px;
    line-height: 33px;
  }

  .hero-h1.small {
    font-size: 19px;
    line-height: 28px;
  }

  .hero-slide._3 {
    background-position: 0 0, 33%;
  }

  .services-header {
    height: 85%;
  }

  .services-header-h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .services-header-h1.lg {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .services-header-h2 {
    font-size: 16px;
    line-height: 25px;
  }

  .services-header-h2.dark {
    font-weight: 400;
  }

  .services-quote-img {
    background-position: 0 0, 0 0, 60% 0;
  }

  .content-dual-img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .dual-img-1 {
    width: 100%;
  }

  .services-header-h3 {
    font-size: 25px;
    line-height: 38px;
  }

  .services-header-h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .services-listing {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .visual-design-img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 0;
  }

  .factory-img {
    width: 70%;
    margin-top: -70px;
    margin-left: 30%;
  }

  .cro-listings {
    width: 100%;
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .software-logo-listings {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .side-heading-underline {
    width: 40%;
    margin-top: 5px;
  }

  .content-single-img {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .overview-block {
    padding-top: 30%;
  }

  .services-listings {
    margin-top: 30px;
  }

  .services-panel {
    width: 100%;
    padding-bottom: 0;
  }

  .overview-header-h1 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 40px;
  }

  .overview-header-h2 {
    font-size: 18px;
    line-height: 29px;
  }

  .service-panel-line {
    margin-top: 40px;
  }

  .contact-numbers {
    border-bottom: 1px dotted #4a4a4a;
    padding-bottom: 3px;
  }

  .menu-options {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 25px;
    display: none;
  }

  .menu-link {
    color: #fff;
    margin-top: 14px;
    margin-bottom: 20px;
    margin-left: -2px;
    padding-bottom: 7px;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
  }

  .menu-header {
    color: #fff;
    margin-top: 15px;
    font-weight: 700;
    line-height: 24px;
  }

  .menu-text-link {
    color: #fff;
    margin-top: 10px;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
  }

  .menu-phone {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
  }

  .parralax-img.creative {
    background-image: radial-gradient(circle at 29% 98%, #000, #000c 27%, #08080800 52%), linear-gradient(#000, #07070700 65%), url('../images/creative-bg.jpg');
    background-position: 0 0, 0 0, 60% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .parralax-img.development {
    background-image: radial-gradient(circle at 41% 109%, #fff, #ffffffb3 40%, #fff0 68%), linear-gradient(#000, #07070700 65%), url('../images/abstract-architecture-art.jpg');
    background-position: 0 0, 0 0, 40%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .parralax-img.cro {
    background-image: radial-gradient(circle at 22% 93%, #000, #000000b3 33%, #07070700 50%), linear-gradient(#000, #07070700 29%), url('../images/extreme-biking.jpg');
    background-position: 0 0, 0 0, 63%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .header-text {
    margin-bottom: 80px;
  }

  .shoreditch-img {
    background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#000c, #0000 34%, #0003 62%, #000c), radial-gradient(circle at 32% 49%, #0006, #0003), url('../images/graffiti.jpg');
    background-position: 0 0, 0 0, 0 0, 45% 0;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .parralax-fg-img.phone {
    background-image: radial-gradient(circle at 71% 89%, #000, #0d0d0d00 99%), url('../images/creative-fg.png');
    background-position: 0 0, 60% 0;
    background-size: auto, cover;
  }

  .hero-fg.zebra {
    left: -10%;
  }

  ._3-col {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
  }

  .newsletter-field {
    font-size: 12px;
  }

  .newsletter-btn {
    font-size: 13px;
  }

  .newsletter-form-block {
    max-width: 100%;
  }

  .calendly-btn {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
  }

  .calendly {
    right: 15px;
  }
}


