.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  overflow: visible !important;
  height: 100%;
  font-family: Montserrat, sans-serif;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 100;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 55px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.hero-waves {
  position: relative;
  overflow: hidden;
  height: 35vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wave3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15%;
  display: block;
  overflow: visible;
  width: 200%;
  height: 94%;
  background-color: transparent;
  background-image: url("../images/white-wave.png");
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: repeat-x;
  opacity: 1;
}

.wave1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 200%;
  height: 100%;
  background-image: url("../images/red-wave.png");
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.8;
}

.wave2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 200%;
  height: 94%;
  background-color: transparent;
  background-image: url("../images/red-wave.png");
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.5;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer {
  display: block;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #202020;
}

.hero-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1140px;
  margin-top: 15%;
  margin-right: auto;
  margin-left: auto;
}

.bracket {
  width: 36px;
  height: 180px;
  border-style: solid;
  border-width: 15px 0px 15px 15px;
  border-color: #ff1919;
}

.typing-span {
  color: #4e4e4e;
  font-weight: 700;
}

.heading-span {
  display: block;
  font-weight: 700;
}

.navlink-button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 20%;
  width: 100%;
  height: 4px;
  border-style: solid;
  border-width: 0px;
  border-color: #ff1919;
  background-color: #ff1919;
  font-size: 16px;
}

.right-bracket {
  width: 8px;
  height: 35px;
  border-style: solid;
  border-width: 3px 3px 3px 0px;
  border-color: #ff1919;
  font-size: 16px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding-top: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cta-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.who-container {
  max-width: 1140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.how-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.how-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #cacaca;
}

.container.nav-container {
  max-width: 1140px;
}

.container.dropdown-container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.container.why-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.services-page-container {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 16px solid #ff1919;
}

.container.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.subservices-page-container {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 16px solid #ff1919;
}

.container.banner-container {
  position: relative;
  display: block;
  height: 100%;
}

.container.services-item-header-container {
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.services-item-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.related-services-container {
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.e-commerce-container {
  padding-top: 60px;
}

.container.contact-page-container {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.intro-container {
  margin-top: 100px;
}

.container.e-commerce-content-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.startup-container {
  margin-top: 80px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.vision-mission-container {
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.name-philosophy-container {
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 3px solid #ff1919;
}

.container.location-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.why-us-about-container {
  margin-bottom: -50px;
}

.container.founder-container {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.our-team-container {
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.waterfall-agile-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.process-step-container {
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 16px solid #ff1919;
  border-left: 16px solid #ff1919;
}

.container.footer-container {
  margin-top: 10px;
  border-top: 1px solid #ff1919;
}

.container.our-process-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.phases-disciplines-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.process-final-container {
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 0px solid #ff1919;
  border-left: 8px solid #ff1919;
}

.container.product-definition-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.privacy-heading-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.privacy-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link {
  position: static;
  margin: 7px 2px 0px;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 500;
}

.nav-link.button {
  margin: 10px 0px 10px 10px;
  padding: 12px 34px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff1919;
  border-radius: 5px;
  background-color: #ff1919;
  -webkit-transition: color 300ms ease-in-out,
    background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: #fff;
  font-weight: 600;
}

.nav-link.button:hover {
  background-color: transparent;
  color: #4e4e4e;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navlink-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.who-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-image {
  width: auto;
}

.who-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 0px none transparent;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.who-left {
  width: 48%;
  margin-right: -140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.who-section {
  padding-top: 100px;
  padding-bottom: 0px;
}

.main-button {
  margin-top: 20px;
  padding: 8px 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ff1919;
  border-radius: 5px;
  background-color: #ff1919;
  -webkit-transition: color 300ms ease-in-out,
    background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.main-button:hover {
  background-color: transparent;
  color: #4e4e4e;
}

.main-button.submit-button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0px;
  font-size: 20px;
  text-align: center;
}

.main-button.submit-button:hover {
  color: #fff;
}

.main-button.submit-button.submit-button-cf {
  margin-bottom: 60px;
}

.main-button.submit-button.submit-button-cf:hover {
  color: #ff1919;
}

.main-button.negativ-top-margin {
  margin-top: -20px;
}

.main-button.how-button {
  margin-left: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
}

.main-button.how-button:hover {
  background-color: #fff;
  color: #ff1919;
}

.main-button.cta-button {
  margin-top: 60px;
}

.main-button.cookie-primary-button {
  width: 160px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.main-button.cookie-primary-button:hover {
  color: #fff;
}

.main-button.cookie-secondary-button {
  width: 160px;
  margin-top: 0px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  text-align: center;
}

.main-button.cookie-secondary-button:hover {
  background-color: #ff1919;
  color: #fff;
}

.who-text {
  margin-right: 0px;
  padding-left: 20px;
  border-left: 4px solid #ff1919;
  background-color: #fff;
}

.our-process-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(8%, #fff),
      color-stop(30%, hsla(0, 0%, 83.1%, 0)),
      color-stop(57%, rgba(87, 87, 87, 0)),
      color-stop(78%, rgba(54, 54, 54, 0.8))
    ),
    url("../images/office-desk.jpg");
  background-image: linear-gradient(
      180deg,
      #fff 8%,
      hsla(0, 0%, 83.1%, 0) 30%,
      rgba(87, 87, 87, 0) 57%,
      rgba(54, 54, 54, 0.8) 78%
    ),
    url("../images/office-desk.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.contact-section {
  margin-top: -150px;
  margin-bottom: 0px;
  padding-top: 300px;
  background-image: url("../images/contact-map.png"),
    -webkit-gradient(linear, left top, left bottom, from(#323232), to(#323232));
  background-image: url("../images/contact-map.png"),
    linear-gradient(180deg, #323232, #323232);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
}

.cta-contact-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cta-contact-right {
  position: relative;
  width: 30%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta-contact-content {
  padding-bottom: 0px;
  padding-left: 20px;
  border-right: 0px solid #000;
  border-bottom: 0px solid #ff1919;
  border-left: 4px solid #ff1919;
  border-radius: 0px;
}

.transparent-bracket {
  width: 110px;
  height: 560px;
  margin-left: -50px;
  border-style: solid;
  border-width: 40px 40px 40px 0px;
  border-color: #ff1919;
  opacity: 1;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.how-left {
  display: block;
  width: 50vw;
  height: 80vh;
  margin-left: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.how-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.how-text {
  padding-left: 30px;
  border-left: 4px solid #fff;
}

.our-proces-red-rectangle {
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: #ff1919;
  opacity: 0.6;
}

.text-block {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.navbar-wrapper {
  position: fixed;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
}

.nav-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.contact1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact2 {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 0px;
}

.contact3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
}

.get-in-touch {
  width: 50%;
  padding-right: 140px;
}

.contact-form {
  width: 50%;
  padding-left: 20px;
}

.contact-form.contact-page-cf {
  width: 100%;
  padding-left: 0px;
}

.text-link {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #cacaca;
  font-size: 16px;
  text-decoration: none;
}

.text-link.text-black {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #202020;
  font-size: 16px;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: 36px;
  padding: 0px;
  border-radius: 5px;
}

.text-field {
  height: 44px;
  margin-bottom: 20px;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #535353;
  color: #cacaca;
  font-size: 16px;
}

.text-field.textarea {
  height: 120px;
}

.text-field.text-field-cf {
  border-width: 1px;
  border-color: #4e4e4e;
  background-color: transparent;
  color: #202020;
}

.brand.w--current {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.dropdown-section {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: auto;
  background-color: #fff;
  box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-grid {
  padding-top: 40px;
  padding-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.dropdown-divider {
  width: 100%;
  height: 2px;
  background-color: #ff1919;
}

.h5 {
  padding-left: 10px;
  color: #707070;
  font-size: 14px;
  font-weight: 700;
}

.h6 {
  padding-left: 10px;
  color: #ff1919;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-title {
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  line-height: 1;
  text-decoration: none;
}

.dropdown-title:hover {
  border-radius: 5px;
  background-color: #f5f5f5;
}

.dropdown-paragraph {
  padding-right: 10px;
  padding-left: 10px;
  color: #757575;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.dropdown-item {
  width: 366px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  text-decoration: none;
}

.dropdown-item:hover {
  border-radius: 6px;
  background-color: #f5f5f5;
  color: #ff1919;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.text-red {
  color: #ff1919;
  line-height: 1.2;
}

.main-paragraph {
  padding-right: 20px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
}

.main-paragraph.white {
  color: #fff;
}

.main-paragraph.our-services-paragraph {
  width: 83%;
}

.main-paragraph.e-commerce-paragraph {
  margin-top: 60px;
}

.main-paragraph.name-philosophy-paragraph {
  width: 50%;
  padding-right: 40px;
}

.main-paragraph.text-bold.workshop-item {
  margin-top: 40px;
}

.main-paragraph.text-bold.text-red {
  margin-top: 20px;
}

.main-paragraph.disciplines-list-item {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #4e4e4e;
  font-size: 24px;
}

.text-bold {
  font-weight: 700;
}

.our-services-section {
  position: relative;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: transparent;
}

.services-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.services-item {
  width: 20%;
  color: #4e4e4e;
  text-align: center;
  text-decoration: none;
}

.image {
  height: 180px;
  margin-bottom: 20px;
}

.image:hover {
  height: 180px;
}

.red-line-short {
  position: absolute;
  width: 32%;
  height: 4px;
  margin-top: 57px;
  margin-left: -34px;
  background-color: #ff1919;
}

.h3-subtitle {
  margin-top: -10px;
  margin-bottom: 20px;
  line-height: 1;
}

.our-services-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.our-services-content {
  padding-bottom: 60px;
  padding-left: 30px;
  border-right: 0px solid #000;
  border-bottom: 0px solid #ff1919;
  border-left: 4px solid #ff1919;
  border-radius: 0px;
}

.why-us-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.why-us-line {
  width: 58%;
  height: 4px;
  margin-top: 70px;
  margin-bottom: 0px;
  background-color: #ff1919;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.why-us-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-us-image {
  width: 380px;
  padding: 40px;
}

.why-us-content {
  width: 60%;
  padding-left: 0px;
}

.why-us-heading {
  margin-bottom: 30px;
}

.text-white {
  color: #fff;
}

.h4-subtitle {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 400;
}

.h4-subtitle.social-icons-title {
  margin-top: 10px;
  margin-right: 100px;
}

.footer-grid {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.footer-red-line {
  width: 100%;
  height: 1px;
  background-color: #ff1919;
}

.footer-link-title {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer-link-subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footer-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link-item {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.hero-heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-2 {
  line-height: 1.5;
}

.red-circle-decoration {
  position: absolute;
  left: -6%;
  top: -6%;
  right: 0%;
  bottom: 0%;
  width: 105%;
  height: 105%;
  border-style: solid;
  border-width: 1px;
  border-color: #ff1919;
  border-radius: 50%;
}

.home-cta-section {
  margin: 160px 0px -100px;
}

.our-process-empty-div {
  height: 80vh;
}

.services-page-main-section {
  margin-top: 140px;
  margin-bottom: 140px;
}

.services-h1 {
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

.body {
  color: #ff1919;
}

.our-services-h2 {
  width: 90%;
  color: #202020;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 100;
}

.services-heading-div {
  margin-bottom: 140px;
}

.services-item-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-item-div.services-item-div-last {
  margin-bottom: 30px;
}

.services-item-left {
  position: relative;
  z-index: 0;
  width: 420px;
  height: 420px;
  margin-left: 35px;
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
}

.services-item-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-item-number {
  position: absolute;
  left: -2%;
  top: 40%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-left: -107px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff1919;
}

.services-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services-page-h4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 35px;
  margin-left: 35px;
  font-size: 28px;
}

.services-item-red {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 25, 25, 0.8);
}

.services-item-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 100%;
  height: 100%;
  margin-top: -35px;
  margin-bottom: 0px;
  margin-left: -35px;
  padding-left: 0px;
}

.services-item-image.services1 {
  background-image: url("../images/main-digitalproduct.png");
  background-position: 0px 0px;
  background-size: cover;
}

.services-item-image.services2 {
  background-image: url("../images/main-customerexperience.png");
  background-position: 0px 0px;
  background-size: cover;
}

.services-item-image.services3 {
  background-image: url("../images/main-outsourcing.png");
  background-position: 0px 0px;
  background-size: cover;
}

.secondary-paragraph {
  padding-right: 40px;
  color: #202020;
  font-size: 20px;
  line-height: 1.3;
}

.read-more-link {
  margin-bottom: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ff1919;
  font-size: 20px;
  text-decoration: none;
}

.read-more-link:hover {
  color: #202020;
}

.half-border {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 50%;
  border-right: 1px solid #ff1919;
  border-bottom: 1px solid #ff1919;
}

.services-item-number-content {
  color: #fff;
  font-size: 36px;
}

.cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.cta-contact-left-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cta-h2 {
  display: inline-block;
  color: #ff1919;
}

.cta-h3 {
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #202020;
  line-height: 1;
}

.main-paragraph-copy {
  color: #202020;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
}

.main-paragraph-copy.white {
  color: #fff;
}

.main-paragraph-copy.our-services-paragraph {
  width: 83%;
}

.cta-content {
  padding-bottom: 0px;
  padding-left: 20px;
  border-right: 0px solid #000;
  border-bottom: 0px solid #ff1919;
  border-left: 4px solid #ff1919;
  border-radius: 0px;
  color: #202020;
}

.section {
  margin-top: 140px;
  margin-bottom: 140px;
}

.subservices-page-main-section {
  margin-top: 140px;
  margin-bottom: 140px;
}

.subservices-heading-div {
  margin-bottom: 140px;
}

.subservices-h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #ff1919;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
}

.subservices-h2 {
  width: auto;
  color: #202020;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 100;
}

.subservices-item-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subservices-item-div.services-item-div-last {
  margin-bottom: 30px;
}

.subservices-item-div.subservices-item-div-last {
  margin-bottom: 40px;
}

.subservices-item-number {
  position: absolute;
  left: -5%;
  top: 40%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-left: -77px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #ff1919;
  border-radius: 50%;
  background-color: #fff;
}

.services-item-number-content-copy {
  color: #fff;
  font-size: 36px;
}

.subservices-item-number-content {
  color: #ff1919;
  font-size: 36px;
}

.subservices-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subservices-item-left {
  position: relative;
  z-index: 0;
  width: 420px;
  height: 420px;
  margin-left: 35px;
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
}

.subservices-item-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.subservices-item-image.product-services1 {
  background-image: url("../images/startups.png");
  background-position: 0px 0px;
  background-size: cover;
}

.subservices-item-image.product-services2 {
  background-image: url("../images/ecommerce.png");
  background-position: 0px 0px;
  background-size: cover;
}

.subservices-item-image.customer-services1 {
  background-image: url("../images/engineering.png");
  background-position: 0px 0px;
  background-size: cover;
}

.subservices-item-image.customer-services2 {
  background-image: url("../images/automation.png");
  background-position: 0px 0px;
  background-size: cover;
}

.subservices-item-image.customer-services3 {
  background-image: url("../images/customersdata.png");
  background-position: 0px 0px;
  background-size: cover;
}

.subservices-item-image.technology-services1 {
  background-image: url("../images/datasience.png");
  background-position: 0px 0px;
  background-size: cover;
}

.subservices-item-image.technology-services2 {
  background-image: url("../images/uiux.png");
  background-position: 0px 0px;
  background-size: cover;
}

.subservices-item-image.technology-services3 {
  background-image: url("../images/softwareengineering.png");
  background-position: 0px 0px;
  background-size: cover;
}

.subservices-item-red {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: -35px;
  margin-left: -35px;
  background-color: rgba(255, 25, 25, 0.8);
}

.subservices-page-h4 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 28px;
  text-align: center;
}

.subservices-item-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.back-to-services-link {
  color: #ff1919;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.subservices-item-title {
  position: absolute;
  left: 35px;
  top: auto;
  right: 0%;
  bottom: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ff1919;
  background-color: #fff;
  color: #ff1919;
}

.banner-section {
  height: 80vh;
  background-image: url("../images/startup-banner.png");
  background-position: 50% 100%;
  background-size: cover;
}

.banner-section.banner-startup {
  background-image: url("../images/startups.jpg");
}

.banner-section.banner-experience {
  background-image: url("../images/experienceengineering.jpg");
}

.banner-section.banner-ecommerce {
  background-image: url("../images/ecommerce.jpg");
}

.banner-section.banner-process {
  background-image: url("../images/processreengineering.jpg");
}

.banner-section.banner-customers {
  background-image: url("../images/customerdata.jpg");
}

.banner-section.banner-data {
  background-image: url("../images/datasience.jpg");
}

.banner-section.banner-uxui {
  background-image: url("../images/uxui.jpg");
}

.banner-section.banner-software {
  background-image: url("../images/softwareengineering.jpg");
}

.banner-section.banner-about {
  background-image: url("../images/aboutus-banner.png");
}

.banner-section.banner-contact {
  background-image: url("../images/contactus.jpg");
}

.banner-section.banner-ourprocess {
  height: 100vh;
  background-image: url("../images/ourprocess-banner.png");
}

.banner-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1140px;
  margin: 0px auto -50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.banner-bracket {
  width: 60px;
  height: 300px;
  border-style: solid;
  border-width: 20px 0px 20px 20px;
  border-color: #ff1919;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.banner-h1 {
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
}

.breadcrumbs-link {
  color: #202020;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.breadcrumbs-link.services-link {
  font-weight: 700;
}

.breadcrumbs-links {
  margin-top: 20px;
  margin-bottom: 60px;
  color: #202020;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.services-item-h2 {
  color: #ff1919;
  font-size: 50px;
  line-height: 1.2;
}

.text-div {
  width: 49%;
}

.illustration-div {
  width: 47%;
}

.services-item-illustration {
  padding-left: 100px;
}

.related-services-heading {
  margin-bottom: 40px;
  color: #ff1919;
  font-size: 30px;
}

.related-services-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.related-services-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.related-services-illustration {
  width: 50%;
  padding-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.related-services-h3 {
  font-size: 34px;
  line-height: 1.2;
}

.navlink-dropdown-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-section-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: block;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.our-services-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  background-color: #f5f5f5;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.services-item-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.startup-heading-h3 {
  display: block;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.startup-services-item-h2 {
  width: 60%;
  margin-bottom: 60px;
  color: #ff1919;
  font-size: 50px;
  line-height: 1.2;
}

.startup-heading-h3-span {
  font-weight: 300;
}

.startup-image {
  margin-top: 20px;
  margin-bottom: 60px;
}

.red-text {
  color: #ff1919;
}

.e-commerce-section {
  position: relative;
  z-index: 0;
  background-color: transparent;
}

.overflow-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.e-commerce-section-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 107vw;
  margin-top: 40px;
  margin-bottom: -50px;
  margin-left: -50px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #f5f5f5;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.e-commerce-cards-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.e-commerce-cards-div.e-commerce-div-last {
  margin-bottom: 100px;
}

.e-commerce-card {
  position: relative;
  width: 500px;
  height: 570px;
  background-image: linear-gradient(177deg, #ff1919, #ff1919 21.8%, #fff 22%);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}

.e-card-h4 {
  padding: 10px 40px 30px;
  color: #fff;
  font-size: 34px;
}

.e-card-paragraph {
  position: absolute;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 22px;
  line-height: 1.4;
}

.e-commerce-red-section {
  background-color: #ff1919;
  color: #fff;
}

.red-section-paragraph {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.e-commerce-content-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.contact-page-title {
  margin-bottom: 60px;
  color: #ff1919;
  font-size: 40px;
  line-height: 1.2;
}

.contact-page-subtitle {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map-container {
  width: 50%;
  margin-top: 60px;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
}

.info-container {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #202020;
  font-size: 24px;
}

.map {
  width: 100%;
  height: 100%;
}

.our-services-section-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #f5f5f5;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.intro-left {
  width: 50%;
  margin-right: 50px;
  padding: 30px 50px;
  background-color: #ff1919;
}

.intro-right {
  width: 50%;
  padding: 50px 0px;
}

.image-3 {
  width: 160px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: -10px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  clear: both;
}

.intro-h3 {
  font-size: 34px;
  line-height: 1.3;
}

.overflow-container-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.overflow-container-e-commerce {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.vision-mission-section {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.overflow-container-about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.about-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #f5f5f5;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.vision-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vision-line {
  width: 58%;
  height: 4px;
  margin-top: 100px;
  margin-bottom: 0px;
  background-color: #ff1919;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.about-h2 {
  font-size: 70px;
  line-height: 1.2;
}

.about-h2.text-light {
  font-weight: 300;
}

.vision-paragraph {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 100;
}

.vision-div {
  margin-bottom: 100px;
}

.mission-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mission-line {
  width: 53%;
  height: 4px;
  margin-top: 100px;
  margin-bottom: 0px;
  background-color: #ff1919;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.mission-paragraph {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 100;
}

.name-philosophy-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.name-philosophy-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.name-philosophy-logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.location-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ff1919;
}

.location-image {
  margin-bottom: 40px;
}

.location-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-bracket {
  width: 120px;
  height: 350px;
  border-style: solid;
  border-width: 20px 0px 20px 20px;
  border-color: #fff #ff1919 #fff #fff;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.location-paragraph {
  font-size: 40px;
  line-height: 1.2;
}

.location-paragraph.text-white {
  font-weight: 300;
}

.why-us-about-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.why-us-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.why-us-about-paragraph {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 100;
}

.why-us-about-paragraph.text-bold {
  font-weight: 400;
}

.founder-section {
  background-color: #f5f5f5;
}

.founder-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.founder-content {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.founder-name {
  font-size: 40px;
  font-weight: 400;
}

.founder-title {
  font-size: 30px;
  font-weight: 300;
}

.founder-title.text-red {
  margin-bottom: 40px;
}

.founder-paragraph {
  font-size: 24px;
  line-height: 1.3;
}

.our-team-paragraph {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 100;
}

.our-team-paragraph.text-bold {
  font-weight: 400;
}

.our-team-members-1 {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-team-members-2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-image {
  border-radius: 0px;
}

.team-member-name {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.team-member-position {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.link {
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.husam-image {
  max-width: 80%;
}

.our-process-heading {
  line-height: 1.2;
}

.contact-page-icons-subtitle {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}

.contact-page-icons-subtitle.text-red {
  margin-top: 0px;
  margin-right: 140px;
  margin-bottom: 0px;
}

.link-block {
  padding: 10px;
}

.link-block-2 {
  margin-left: 20px;
  padding: 10px;
}

.linkedin-link {
  padding: 10px;
}

.twitter-link {
  margin-left: 22px;
  padding: 10px;
}

.social-icons-homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agile-waterfall-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
}

.text-span {
  font-weight: 300;
}

.navmenu-services {
  display: none;
}

.navmenu-container {
  display: none;
}

.h3-contact-subtitle {
  margin-top: -10px;
  margin-bottom: 20px;
  line-height: 1;
}

.contact-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cookie-section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: block;
  background-color: #202020;
}

.cookie-buttons {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.cookie-text {
  color: #fff;
  font-size: 16px;
}

.cookie-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-container.cta-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-container.who-container {
  max-width: 1140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cookie-container.how-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cookie-container.how-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-container.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #cacaca;
}

.cookie-container.nav-container {
  max-width: 1140px;
}

.cookie-container.dropdown-container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.cookie-container.why-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-container.services-page-container {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 16px solid #ff1919;
}

.cookie-container.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-container.subservices-page-container {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 16px solid #ff1919;
}

.cookie-container.banner-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.cookie-container.services-item-header-container {
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-container.services-item-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-container.related-services-container {
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-container.e-commerce-container {
  padding-top: 60px;
}

.cookie-container.contact-page-container {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-container.intro-container {
  margin-top: 100px;
}

.cookie-container.e-commerce-content-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-container.startup-container {
  margin-top: 80px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-container.vision-mission-container {
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-container.name-philosophy-container {
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 3px solid #ff1919;
}

.cookie-container.location-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-container.why-us-about-container {
  margin-bottom: -50px;
}

.cookie-container.founder-container {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-container.our-team-container {
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.waterfall-desktop {
  margin-top: 20px;
  margin-bottom: 60px;
}

.waterfall-mobile {
  display: none;
  margin-top: 20px;
  margin-bottom: 60px;
}

.agile-desktop {
  margin-top: 20px;
  margin-bottom: 60px;
}

.agile-mobile {
  display: none;
  margin-top: 20px;
  margin-bottom: 60px;
}

.waterfall-vs-agile-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.agile-waterfall-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.our-process-line {
  height: 12px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #202020;
}

.process-heading-h4 {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #ff1919;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.process-span-h4 {
  color: #202020;
  font-weight: 300;
}

.process-step-section {
  position: relative;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-top: 60px;
}

.process-step-heading {
  margin-bottom: 200px;
  margin-left: -30px;
}

.process-step-title {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}

.process-step-description {
  width: auto;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 100;
}

.process-step-subtitle {
  width: auto;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.process-step-black-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 460px;
  background-color: #202020;
}

.process-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.process-item.services-item-div-last {
  margin-bottom: 30px;
}

.process-item.subservices-item-div-last {
  margin-bottom: 40px;
}

.process-item-number {
  position: absolute;
  left: -9.3%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #ff1919;
  border-radius: 50%;
  background-color: #fff;
}

.process-item-number-content {
  color: #ff1919;
  font-size: 36px;
  line-height: 1;
}

.process-item-title {
  width: auto;
  margin-bottom: 20px;
  color: #202020;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.process-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed {
  display: none;
}

.error-msg {
  margin-top: 20px;
  padding: 20px;
  background-color: #f5f5f5;
  color: #ff1919;
  font-size: 16px;
}

.success-msg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.text-block-2 {
  color: #ff1919;
  font-size: 16px;
  font-weight: 500;
}

.success-message {
  position: fixed;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
}

.success-content {
  position: relative;
  width: 820px;
  height: 360px;
  margin: 15% auto auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

.blur {
  position: absolute;
  left: 31%;
  top: 0%;
  right: 36%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
}

.success-title {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}

.success-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.phone-icon {
  width: 140px;
  margin-right: 40px;
  margin-left: 40px;
}

.success-line {
  width: 4px;
  height: 140px;
  background-color: #ff1919;
}

.success-paragrapf {
  padding-right: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 300;
}

.success-paragrapf.white {
  color: #fff;
}

.success-paragrapf.our-services-paragraph {
  width: 83%;
}

.success-paragrapf.e-commerce-paragraph {
  margin-top: 60px;
}

.success-paragrapf.name-philosophy-paragraph {
  width: 50%;
  padding-right: 40px;
}

.text-span-2 {
  font-weight: 700;
}

.success-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.secondary-footer {
  display: block;
}

.copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.privacy-policy-link {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.process-head-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.process-head-paragraph {
  width: auto;
  color: #202020;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  color: #ff1919;
  font-weight: 500;
  text-decoration: none;
}

.name-philosophy-content2 {
  clear: none;
}

.name-philosophy-paragraph2 {
  display: inline;
  padding-right: 20px;
  float: none;
  clear: none;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
}

.name-philosophy-paragraph2.white {
  color: #fff;
}

.name-philosophy-paragraph2.our-services-paragraph {
  width: 83%;
}

.name-philosophy-paragraph2.e-commerce-paragraph {
  margin-top: 60px;
}

.name-philosophy-paragraph2.name-philosophy-paragraph {
  width: 50%;
  padding-right: 40px;
}

.logo-small {
  width: 160px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: -10px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  clear: both;
}

.name-philosophy-logo-small {
  width: 120px;
  margin: 0px 0px 5px -10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
}

.link-5 {
  text-decoration: none;
}

.agile-waterfall-desktop {
  margin-top: 20px;
  margin-bottom: 100px;
}

.agile-waterfall-mobile {
  display: none;
  margin-top: 20px;
  margin-bottom: 60px;
}

.agile-principles {
  margin-top: 40px;
  padding-top: 40px;
  padding-left: 60px;
  border-left: 16px solid #ff1919;
}

.agile-principles-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.agile-principles-item.services-item-div-last {
  margin-bottom: 30px;
}

.agile-principles-item.subservices-item-div-last {
  margin-bottom: 40px;
}

.agile-principles-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phases-disciplines-section {
  margin-top: 40px;
  margin-bottom: 60px;
}

.phases-disciplines-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.phases-disciplines-heading {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #ff1919;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.process-stages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.process-final-section {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4e4e4e;
}

.process-final-heading {
  margin-bottom: 200px;
  margin-left: -30px;
}

.process-stages-desktop {
  margin-top: 100px;
  margin-bottom: 100px;
}

.process-stages-mobile {
  display: none;
  margin-top: 20px;
  margin-bottom: 60px;
}

.policy-heading-section {
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: #cacaca;
}

.policy-body-section {
  padding-top: 60px;
}

.list {
  color: #ff1919;
  font-size: 30px;
}

.process-phases-list-item {
  font-size: 20px;
}

.disciplines-list {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #ff1919;
  font-size: 32px;
}

.product-definition-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.workshop-questions {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #ff1919;
  font-size: 32px;
}

.workshop-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #4e4e4e;
}

.workshop-image {
  width: 100%;
  margin-bottom: 20px;
}

.workshop-image-mobile {
  display: none;
  margin-top: 60px;
  margin-bottom: 60px;
}

.workshop-image-desktop-copy {
  margin-top: 60px;
  margin-bottom: 60px;
}

.agile-waterfall-desktop-copy {
  margin-top: 20px;
  margin-bottom: 100px;
}

.agile-desktop-copy {
  margin-top: 20px;
  margin-bottom: 60px;
}

.waterfall-desktop-copy {
  margin-top: 20px;
  margin-bottom: 60px;
}

.hero-heading-mobile {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.typing-span-mobile {
  color: #4e4e4e;
  font-weight: 700;
}

.policy-heading {
  font-size: 40px;
  font-weight: 300;
}

.privacy-line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ff1919;
}

.privacy-paragraph {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.privacy-paragraph.list-paragraph {
  margin-bottom: 20px;
}

.privacy-content-heading {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 20px;
}

.policy-content-link {
  color: #196be6;
  text-decoration: none;
}

.privacy-content-link {
  margin-bottom: 15px;
  color: #196be6;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.privacy-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacy-link {
  margin-bottom: -40px;
  padding-top: 100px;
}

.privacy-link.last-link {
  margin-bottom: 60px;
}

.privacy-link-heading {
  margin-bottom: 40px;
  color: #ff1919;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.privacy-list {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
}

.link-6 {
  color: #196be6;
  font-weight: 400;
  text-decoration: none;
}

.link-7 {
  color: #196be6;
  text-decoration: none;
}

.link-8 {
  color: #196be6;
  text-decoration: none;
}

.link-9 {
  color: #196be6;
  text-decoration: none;
}

.link-10 {
  color: #196be6;
  text-decoration: none;
}

.link-11 {
  color: #196be6;
  text-decoration: none;
}

.privacy-table {
  margin-top: 60px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.table-unit {
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
}

.privacy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  border-style: solid;
  border-width: 0.5px;
  border-color: #cacaca;
}

.table-unit-title {
  padding: 20px;
  color: #4e4e4e;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.table-unit-description {
  padding: 20px;
  color: #4e4e4e;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}

.link-12 {
  color: #196be6;
  text-decoration: none;
}

.link-13 {
  color: #196be6;
  text-decoration: none;
}

.link-14 {
  color: #196be6;
  text-decoration: none;
}

.link-15 {
  color: #196be6;
  text-decoration: none;
}

.workshop-grid {
  grid-column-gap: 99px;
  grid-row-gap: 99px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.workshop-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #ff1919;
  text-align: left;
}

.workshop-line {
  width: 2px;
  height: 100%;
  background-color: #ff1919;
}

.workshop-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}

.error-page-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page-illustration {
  width: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.error-page-title {
  font-size: 60px;
  font-weight: 700;
}

.error-page-button {
  margin-top: 20px;
  padding: 12px 28px;
  border-style: solid;
  border-width: 2px;
  border-color: #4e4e4e;
  border-radius: 5px;
  background-color: #4e4e4e;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-size: 16px;
  font-weight: 500;
}

.error-page-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #4e4e4e;
  background-color: #fff;
  color: #4e4e4e;
}

.error-page-paragraph {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
  .hero-text {
    width: auto;
    max-width: 1520px;
  }

  .bracket {
    width: 42px;
    height: 260px;
  }

  .navbar {
    position: fixed;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1520px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.cta-contact {
    max-width: 1520px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container.who-container {
    max-width: 1520px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.how-container {
    max-width: 1520px;
  }

  .container.contact-container {
    max-width: 1520px;
  }

  .container.nav-container {
    max-width: 1520px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container.dropdown-container {
    display: none;
    max-width: 1520px;
  }

  .container.banner-container {
    display: block;
  }

  .container.intro-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.founder-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.error-page-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo {
    width: 200px;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .circle-image {
    width: auto;
  }

  .who-right {
    width: 60%;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .main-button {
    margin-top: 60px;
    padding: 18px 70px;
    font-size: 24px;
  }

  .main-button.submit-button {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }

  .main-button.negativ-top-margin {
    margin-top: -30px;
    margin-bottom: 0px;
  }

  .main-button.cookie-primary-button {
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .main-button.cookie-secondary-button {
    width: 180px;
    margin-left: 40px;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .who-text {
    background-color: #fff;
  }

  .contact-section {
    margin-top: -200px;
    padding-top: 450px;
    background-image: url("../images/contact-map.png"),
      -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url("../images/contact-map.png"),
      linear-gradient(180deg, null, null);
    background-position: 50% 0%, 0px 0px;
  }

  .cta-contact-left {
    width: 65%;
  }

  .transparent-bracket {
    width: 100px;
    height: 680px;
  }

  .how-left {
    height: 90vh;
  }

  .how-right {
    width: 80%;
    margin-left: -400px;
  }

  .text-block {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 20px;
  }

  .navbar-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .nav-shadow {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    float: none;
  }

  .contact1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .contact2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    color: #cacaca;
  }

  .contact3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    margin-bottom: 120px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .get-in-touch {
    width: 50%;
    color: #cacaca;
  }

  .contact-form {
    width: 50%;
    padding-left: 60px;
  }

  .text-link {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #cacaca;
    font-size: 24px;
    text-decoration: none;
  }

  .text-link.text-black {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .social-icons {
    margin-top: 100px;
    margin-bottom: 20px;
    padding: 0px;
  }

  .social-icon {
    width: 48px;
    padding: 0px;
    border-radius: 6px;
  }

  .text-field {
    height: 52px;
    margin-bottom: 40px;
    border: 0px solid #000;
    background-color: #535353;
    opacity: 1;
    font-size: 20px;
  }

  .text-field.textarea {
    height: 200px;
  }

  .brand {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .h5 {
    font-size: 16px;
  }

  .h6 {
    font-size: 16px;
  }

  .dropdown-paragraph {
    font-size: 14px;
  }

  .main-paragraph {
    font-size: 30px;
  }

  .services-item-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-item {
    width: 25%;
  }

  .image {
    height: 240px;
  }

  .image:hover {
    height: 240px;
  }

  .red-line-short {
    width: 39%;
  }

  .h3-subtitle {
    font-size: 60px;
  }

  .our-services-div {
    width: 100%;
  }

  .our-services-content {
    position: relative;
  }

  .why-us-heading {
    font-size: 30px;
  }

  .h4-subtitle {
    margin-top: 100px;
    font-size: 40px;
  }

  .h4-subtitle.social-icons-title {
    margin-right: 180px;
  }

  .footer-link-title {
    font-size: 20px;
  }

  .footer-link-subtitle {
    font-size: 16px;
  }

  .footer-link-item {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .hero-heading {
    font-size: 76px;
  }

  .services-subtitle {
    font-size: 24px;
    line-height: 1.3;
  }

  .paragraph {
    font-size: 24px;
    line-height: 1.4;
  }

  .paragraph-2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .services-item-left {
    width: 520px;
    height: 520px;
  }

  .services-item-right {
    width: 620px;
    height: 520px;
  }

  .services-item-number {
    margin-left: -101px;
  }

  .services-page-h4 {
    font-size: 36px;
  }

  .services-item-image {
    background-size: cover;
  }

  .secondary-paragraph {
    font-size: 28px;
  }

  .read-more-link {
    font-size: 28px;
    line-height: 1.2;
  }

  .cta-contact-left-copy {
    width: 65%;
  }

  .cta-h2 {
    font-size: 70px;
    line-height: 1;
  }

  .cta-h3 {
    font-size: 60px;
  }

  .main-paragraph-copy {
    font-size: 29px;
  }

  .subservices-item-number {
    left: -2%;
    margin-left: -101px;
  }

  .subservices-item-left {
    width: 520px;
    height: 520px;
  }

  .subservices-item-image {
    background-size: cover;
  }

  .subservices-page-h4 {
    font-size: 36px;
  }

  .subservices-item-right {
    width: 620px;
    height: 520px;
  }

  .subservices-item-title {
    width: 86%;
  }

  .banner-section {
    background-image: url("../images/experienceengineering-banner.png");
  }

  .banner-section.banner-startup {
    background-image: url("../images/startups-banner.png");
  }

  .banner-text {
    width: auto;
    max-width: 1520px;
  }

  .banner-bracket {
    width: 50px;
    height: 340px;
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 22px;
  }

  .banner-h1 {
    font-size: 100px;
  }

  .breadcrumbs-link {
    font-size: 32px;
  }

  .breadcrumbs-link.services-link {
    font-size: 32px;
  }

  .breadcrumbs-links {
    font-size: 32px;
    line-height: 1.2;
  }

  .services-item-h2 {
    font-size: 64px;
  }

  .related-services-heading {
    font-size: 40px;
  }

  .related-services-content {
    width: 600px;
    height: 600px;
  }

  .related-services-h3 {
    font-size: 40px;
  }

  .startup-heading-h3 {
    font-size: 80px;
  }

  .startup-services-item-h2 {
    font-size: 60px;
  }

  .e-commerce-card {
    width: 540px;
    height: 680px;
  }

  .e-card-h4 {
    font-size: 36px;
  }

  .e-card-paragraph {
    color: #4e4e4e;
    font-size: 24px;
    line-height: 1.4;
  }

  .contact-page-title {
    font-size: 44px;
  }

  .contact-page-subtitle {
    font-size: 44px;
  }

  .contact-page-subtitle.text-red {
    margin-top: 100px;
    font-size: 50px;
  }

  .contact-info-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .intro-left {
    margin-right: 100px;
    padding: 40px 60px;
  }

  .intro-right {
    width: 50%;
  }

  .image-3 {
    width: 200px;
    margin-right: 15px;
  }

  .intro-h3 {
    font-size: 42px;
  }

  .intro-h3.text-white {
    font-size: 42px;
  }

  .about-h2 {
    font-size: 84px;
  }

  .name-philosophy-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .name-philosophy-logo {
    padding-left: 140px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .location-bracket {
    width: 80px;
    height: 300px;
  }

  .founder-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .founder-name {
    font-size: 48px;
  }

  .founder-title.text-red {
    font-size: 36px;
  }

  .founder-paragraph {
    font-size: 30px;
  }

  .contact-page-icons-subtitle {
    font-size: 44px;
  }

  .contact-page-icons-subtitle.text-red {
    margin-right: 220px;
    font-size: 50px;
  }

  .social-icons-homepage {
    margin-top: 100px;
    padding: 0px;
  }

  .agile-waterfall-title {
    font-size: 100px;
  }

  .h3-contact-subtitle {
    font-size: 60px;
  }

  .cookie-text {
    font-size: 20px;
  }

  .cookie-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1520px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cookie-container.cta-contact {
    max-width: 1520px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cookie-container.who-container {
    max-width: 1520px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cookie-container.how-container {
    max-width: 1520px;
  }

  .cookie-container.contact-container {
    max-width: 1520px;
  }

  .cookie-container.nav-container {
    max-width: 1520px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cookie-container.dropdown-container {
    display: none;
    max-width: 1520px;
  }

  .cookie-container.intro-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cookie-container.founder-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .process-step-title {
    font-size: 80px;
  }

  .process-step-description {
    font-size: 36px;
  }

  .process-step-subtitle {
    font-size: 36px;
  }

  .process-step-black-bg {
    height: 40vh;
  }

  .process-item-number {
    left: 0.1%;
    margin-left: -101px;
  }

  .process-item-title {
    font-size: 36px;
  }

  .success-content {
    width: 960px;
    height: 420px;
  }

  .success-title {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .success-paragrapf {
    font-size: 36px;
  }

  .success-close {
    font-size: 36px;
  }

  .copyright {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
  }

  .privacy-policy-link {
    font-size: 18px;
  }

  .process-head-paragraph {
    font-size: 36px;
  }

  .name-philosophy-paragraph2 {
    font-size: 30px;
  }

  .logo-small {
    width: 200px;
    margin-right: 15px;
  }

  .name-philosophy-logo-small {
    width: 160px;
    margin-right: 15px;
  }

  .hero-heading-mobile {
    font-size: 76px;
  }

  .workshop-grid {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .workshop-title {
    font-size: 24px;
  }

  .error-page-illustration {
    width: 380px;
  }

  .error-page-title {
    font-size: 70px;
  }

  .error-page-button {
    font-size: 18px;
  }

  .error-page-paragraph {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .hero-text {
    max-width: 90%;
    margin-top: 40%;
  }

  .bracket {
    width: 30px;
    height: 150px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
  }

  .navlink-button {
    width: 100%;
    margin: 10px auto 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-line {
    display: block;
    height: 2px;
    background-color: #f5f5f5;
  }

  .navbar {
    color: #202020;
  }

  .container {
    max-width: 90%;
  }

  .container.who-container {
    position: relative;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.how-container {
    max-width: 720px;
  }

  .container.nav-container {
    max-width: 90%;
  }

  .container.dropdown-container {
    display: none;
  }

  .container.services-page-container {
    padding-left: 40px;
    border-left-width: 12px;
  }

  .container.subservices-page-container {
    padding-left: 40px;
    border-left-width: 12px;
  }

  .container.startup-container {
    margin-bottom: 60px;
  }

  .container.vision-mission-container {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container.name-philosophy-container {
    padding-left: 20px;
  }

  .container.founder-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .container.process-step-container {
    padding-left: 40px;
    border-bottom-width: 12px;
    border-left-width: 12px;
  }

  .container.process-final-container {
    padding-left: 20px;
    border-bottom-width: 0px;
    border-left-width: 12px;
  }

  .hamburger-icon {
    display: none;
    padding-top: 5px;
    font-size: 40px;
  }

  .logo {
    width: 160px;
  }

  .nav-link {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 40px;
    color: #fff;
    text-align: left;
  }

  .nav-link.w--current {
    padding-bottom: 40px;
    color: #fff;
  }

  .nav-link.button {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #202020;
  }

  .navlink-wrapper {
    display: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .who-right {
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .who-left {
    width: 500px;
    margin-right: auto;
    margin-left: 10%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .main-button.submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-button.cookie-primary-button {
    width: 150px;
    padding: 8px 10px;
    font-size: 14px;
  }

  .main-button.cookie-secondary-button {
    width: 150px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .contact-section {
    margin-top: -100px;
    padding-top: 250px;
  }

  .cta-contact-left {
    width: 65%;
  }

  .cta-contact-content {
    padding-left: 10px;
  }

  .transparent-bracket {
    position: absolute;
    right: 15%;
    width: 100px;
    height: 500px;
    margin-left: 400px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .how-left {
    width: 50vw;
    height: 50vh;
    margin-left: 0px;
  }

  .how-right {
    margin-left: -300px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .how-text {
    padding-left: 20px;
  }

  .contact3 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .get-in-touch {
    padding-right: 0px;
  }

  .contact-form {
    padding-left: 40px;
  }

  .text-link.text-black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .social-icon {
    width: 36px;
  }

  .text-field {
    height: 40px;
  }

  .text-red {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .main-paragraph {
    padding-right: 0px;
    font-size: 20px;
  }

  .main-paragraph.e-commerce-paragraph {
    margin-top: 40px;
  }

  .main-paragraph.name-philosophy-paragraph {
    width: 70%;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-paragraph.disciplines-list-item {
    font-size: 20px;
  }

  .services-item-wrapper {
    padding-top: 20px;
  }

  .services-item {
    width: 35%;
  }

  .red-line-short {
    width: 31%;
    margin-left: -24px;
  }

  .h3-subtitle {
    font-size: 34px;
    font-weight: 400;
  }

  .our-services-content {
    padding-left: 20px;
  }

  .why-us-line {
    width: 50%;
    margin-top: 40px;
  }

  .why-us-image {
    width: 280px;
  }

  .h4-subtitle {
    margin-top: 40px;
  }

  .h4-subtitle.social-icons-title {
    margin-right: 40px;
  }

  .footer-grid {
    width: 100%;
    -ms-grid-columns: 2fr 1fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .hero-heading {
    font-size: 44px;
  }

  .paragraph {
    font-weight: 300;
  }

  .paragraph-2 {
    font-weight: 300;
  }

  .our-process-empty-div {
    height: 20vh;
  }

  .services-page-main-section {
    margin-bottom: 100px;
  }

  .services-h1 {
    font-size: 50px;
  }

  .our-services-h2 {
    width: 90%;
    font-size: 28px;
  }

  .services-heading-div {
    margin-bottom: 100px;
  }

  .services-item-div {
    margin-bottom: 140px;
  }

  .services-item-div.services-item-div-last {
    margin-bottom: 10px;
  }

  .services-item-left {
    width: 40%;
    height: auto;
    margin-left: 20px;
  }

  .services-item-right {
    width: 50%;
    height: 260px;
  }

  .services-item-number {
    width: 40px;
    height: 40px;
    margin-left: -53px;
  }

  .services-page-h4 {
    margin-bottom: 25px;
    margin-left: 25px;
    font-size: 20px;
  }

  .services-item-image {
    margin-top: -25px;
    margin-left: -25px;
  }

  .secondary-paragraph {
    overflow: visible;
    padding-right: 20px;
    font-size: 16px;
  }

  .read-more-link {
    margin-bottom: -14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .services-item-number-content {
    font-size: 24px;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-h2 {
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.2;
  }

  .cta-h3 {
    padding-left: 0px;
    font-size: 32px;
  }

  .subservices-page-main-section {
    margin-bottom: 100px;
  }

  .subservices-heading-div {
    margin-bottom: 100px;
  }

  .subservices-h1 {
    font-size: 50px;
  }

  .subservices-h2 {
    font-size: 28px;
  }

  .subservices-item-div {
    margin-bottom: 140px;
  }

  .subservices-item-number {
    left: -2%;
    width: 40px;
    height: 40px;
    margin-left: -53px;
  }

  .subservices-item-number-content {
    font-size: 24px;
  }

  .subservices-item-left {
    width: 40%;
    height: auto;
    margin-left: 20px;
  }

  .subservices-item-red {
    margin-top: -20px;
    margin-left: -20px;
  }

  .subservices-page-h4 {
    font-size: 20px;
  }

  .subservices-item-right {
    width: 50%;
    height: 260px;
  }

  .subservices-item-title {
    left: 20px;
    width: 85%;
  }

  .banner-section.banner-ourprocess {
    height: 50vh;
    margin-top: 20px;
  }

  .banner-text {
    margin-bottom: -30px;
  }

  .banner-bracket {
    width: 40px;
    height: 240px;
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 16px;
  }

  .banner-h1 {
    font-size: 50px;
  }

  .services-item-h2 {
    font-size: 32px;
  }

  .text-div {
    width: 60%;
  }

  .illustration-div {
    width: 45%;
  }

  .services-item-illustration {
    padding-left: 20px;
  }

  .related-services-heading {
    font-size: 24px;
  }

  .related-services-content {
    width: 47%;
    height: auto;
  }

  .related-services-illustration {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .related-services-h3 {
    font-size: 24px;
  }

  .navlink-dropdown-wrapper {
    display: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .startup-heading-h3 {
    margin-top: 40px;
    font-size: 36px;
  }

  .startup-services-item-h2 {
    width: 70%;
    font-size: 32px;
  }

  .startup-image {
    margin-bottom: 20px;
  }

  .e-commerce-section-background {
    width: 115vw;
  }

  .e-commerce-card {
    width: 48%;
    height: 400px;
    background-image: linear-gradient(177deg, #ff1919 20%, #ff1919 0, #fff 0);
  }

  .e-card-h4 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }

  .e-card-paragraph {
    top: 23%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .red-section-paragraph {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
  }

  .e-commerce-content-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .contact-page-title {
    font-size: 28px;
  }

  .contact-page-subtitle {
    margin-top: 20px;
    font-size: 32px;
  }

  .contact-page-subtitle.text-red {
    font-size: 28px;
  }

  .contact-info {
    margin-top: 40px;
  }

  .map-container {
    margin-top: 0px;
    padding-right: 20px;
  }

  .info-container {
    padding-left: 20px;
  }

  .contact-info-details {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map {
    margin-right: 0px;
    padding-right: 0px;
  }

  .intro-left {
    margin-right: 30px;
    padding: 20px 30px;
  }

  .intro-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-3 {
    width: 120px;
  }

  .intro-h3 {
    font-size: 24px;
  }

  .intro-h3.text-white {
    font-size: 24px;
  }

  .vision-title {
    margin-bottom: 20px;
  }

  .vision-line {
    margin-top: 75px;
  }

  .about-h2 {
    font-size: 48px;
  }

  .vision-paragraph {
    font-size: 32px;
  }

  .vision-div {
    margin-bottom: 60px;
  }

  .mission-title {
    margin-bottom: 20px;
  }

  .mission-line {
    margin-top: 75px;
  }

  .mission-paragraph {
    font-size: 32px;
  }

  .name-philosophy-section {
    margin-top: 40px;
  }

  .name-philosophy-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .name-philosophy-logo {
    height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .location-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .location-bracket {
    width: 120px;
    height: 260px;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 15px;
  }

  .location-paragraph.text-white {
    font-size: 25px;
  }

  .why-us-about-paragraph {
    font-size: 32px;
  }

  .founder-content {
    width: 100%;
  }

  .founder-name {
    margin-top: 40px;
    font-size: 36px;
  }

  .founder-title.text-red {
    font-size: 32px;
  }

  .founder-paragraph {
    font-size: 20px;
    text-align: left;
  }

  .our-team-paragraph.text-bold {
    font-size: 32px;
  }

  .our-team-members-1 {
    grid-column-gap: 100px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .our-team-members-2 {
    grid-column-gap: 100px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .team-member-position {
    margin-top: 20px;
  }

  .husam-image {
    max-width: 80%;
    text-align: left;
  }

  .menu-button {
    margin-left: auto;
    padding: 14px 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .our-process-heading {
    color: #fff;
    font-size: 40px;
  }

  .contact-page-icons-subtitle.text-red {
    margin-right: 0px;
    font-size: 28px;
  }

  .link-block-2 {
    margin-left: 0px;
  }

  .social-icons-homepage {
    margin-top: 40px;
  }

  .agile-waterfall-title {
    font-size: 40px;
  }

  .navmenu-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .navmenu-services-item {
    margin-top: 4px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }

  .navmenu-services-subitem {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
  }

  .navmenu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navmenu-item {
    width: 100%;
    font-weight: 500;
    text-align: left;
  }

  .navmenu-item-title {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .navmenu-item-line {
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #cacaca;
    text-align: left;
  }

  .social-icons-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .h3-contact-subtitle {
    font-size: 34px;
    font-weight: 400;
  }

  .navbar-empty-div {
    height: 120px;
  }

  .cookie-content {
    width: 50%;
  }

  .cookie-text {
    font-size: 14px;
  }

  .cookie-container {
    max-width: 90%;
  }

  .cookie-container.who-container {
    position: relative;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-container.how-container {
    max-width: 720px;
  }

  .cookie-container.nav-container {
    max-width: 90%;
  }

  .cookie-container.dropdown-container {
    display: none;
  }

  .cookie-container.services-page-container {
    padding-left: 40px;
    border-left-width: 12px;
  }

  .cookie-container.subservices-page-container {
    padding-left: 40px;
    border-left-width: 12px;
  }

  .cookie-container.startup-container {
    margin-bottom: 60px;
  }

  .cookie-container.vision-mission-container {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cookie-container.name-philosophy-container {
    padding-left: 20px;
  }

  .cookie-container.founder-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .waterfall-desktop {
    margin-bottom: 20px;
  }

  .waterfall-mobile {
    margin-bottom: 20px;
  }

  .agile-desktop {
    margin-bottom: 20px;
  }

  .agile-mobile {
    margin-bottom: 20px;
  }

  .waterfall-vs-agile-section {
    padding-bottom: 20px;
  }

  .our-process-line {
    height: 6px;
  }

  .process-heading-h4 {
    margin-top: 40px;
    font-size: 32px;
  }

  .process-step-section {
    margin-bottom: 100px;
  }

  .process-step-heading {
    margin-bottom: 100px;
  }

  .process-step-title {
    font-size: 50px;
  }

  .process-step-description {
    font-size: 24px;
  }

  .process-step-subtitle {
    font-size: 24px;
  }

  .process-step-black-bg {
    height: 400px;
  }

  .process-item {
    margin-bottom: 40px;
  }

  .process-item-number {
    left: -2%;
    top: 16%;
    width: 40px;
    height: 40px;
    margin-left: -53px;
  }

  .process-item-number-content {
    font-size: 24px;
  }

  .process-item-title {
    font-size: 24px;
  }

  .success-content {
    width: 680px;
    height: 320px;
  }

  .success-title {
    font-size: 32px;
  }

  .phone-icon {
    width: 120px;
  }

  .success-line {
    height: 120px;
  }

  .success-paragrapf {
    padding-right: 0px;
    font-size: 24px;
  }

  .success-paragrapf.e-commerce-paragraph {
    margin-top: 40px;
  }

  .success-paragrapf.name-philosophy-paragraph {
    width: 70%;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .privacy-policy-link {
    font-size: 14px;
  }

  .process-head-paragraph {
    font-size: 24px;
  }

  .name-philosophy-paragraph2 {
    padding-right: 0px;
    font-size: 20px;
  }

  .name-philosophy-paragraph2.e-commerce-paragraph {
    margin-top: 40px;
  }

  .name-philosophy-paragraph2.name-philosophy-paragraph {
    width: 70%;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo-small {
    width: 120px;
  }

  .name-philosophy-logo-small {
    width: 90px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .agile-waterfall-desktop {
    margin-bottom: 20px;
  }

  .agile-waterfall-mobile {
    margin-bottom: 20px;
  }

  .agile-principles {
    padding-left: 40px;
    border-left-width: 12px;
  }

  .agile-principles-item {
    margin-bottom: 40px;
  }

  .phases-disciplines-section {
    margin-bottom: 0px;
  }

  .phases-disciplines-div {
    margin-bottom: 20px;
  }

  .phases-disciplines-heading {
    margin-top: 40px;
    font-size: 32px;
  }

  .process-final-section {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .process-final-heading {
    margin-bottom: 100px;
  }

  .process-stages-desktop {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .process-stages-mobile {
    margin-bottom: 20px;
  }

  .bold-text {
    font-size: 24px;
  }

  .workshop-card {
    padding: 15px;
  }

  .workshop-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .workshop-image-mobile {
    margin-bottom: 20px;
  }

  .workshop-image-desktop-copy {
    margin-bottom: 20px;
  }

  .bold-text-2 {
    font-size: 24px;
  }

  .bold-text-3 {
    font-size: 24px;
  }

  .bold-text-4 {
    font-size: 24px;
  }

  .bold-text-5 {
    font-size: 24px;
  }

  .agile-waterfall-desktop-copy {
    margin-bottom: 20px;
  }

  .agile-desktop-copy {
    margin-bottom: 20px;
  }

  .waterfall-desktop-copy {
    margin-bottom: 20px;
  }

  .hero-heading-mobile {
    font-size: 44px;
  }

  .menu-close {
    display: none;
    padding: 3px 15px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
  }

  .lottie-animation {
    width: 60px;
    height: 40px;
  }

  .policy-heading {
    font-size: 36px;
  }

  .privacy-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .privacy-paragraph.list-paragraph {
    margin-bottom: 10px;
  }

  .privacy-content-heading {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .privacy-content-link {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .privacy-link {
    padding-top: 80px;
  }

  .privacy-link-heading {
    font-size: 20px;
  }

  .table-unit-title {
    padding: 10px;
    font-size: 16px;
  }

  .table-unit-description {
    padding: 10px;
    font-size: 16px;
  }

  .workshop-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .workshop-title {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .error-page-illustration {
    width: 280px;
  }

  .error-page-title {
    font-size: 50px;
  }

  .error-page-button {
    padding: 8px 16px;
    font-size: 14px;
  }

  .error-page-paragraph {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .bracket {
    width: 26px;
    height: 120px;
  }

  .container.how-container {
    max-width: 90%;
  }

  .container.services-page-container {
    border-left-width: 8px;
  }

  .container.subservices-page-container {
    padding-left: 30px;
    border-left-width: 8px;
  }

  .container.services-item-content-container {
    margin-bottom: 40px;
  }

  .container.related-services-container {
    margin-bottom: 60px;
  }

  .container.contact-page-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container.intro-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.vision-mission-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.our-team-container {
    margin-bottom: 20px;
  }

  .container.process-step-container {
    padding-left: 30px;
    border-bottom-width: 8px;
    border-left-width: 8px;
  }

  .container.process-final-container {
    padding-left: 20px;
    border-bottom-width: 0px;
    border-left-width: 8px;
  }

  .container.error-page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .circle-image {
    height: auto;
  }

  .who-right {
    padding-bottom: 0px;
  }

  .who-left {
    width: 60%;
    height: 40%;
  }

  .main-button.cta-button {
    margin-top: 40px;
  }

  .main-button.cookie-primary-button {
    width: 130px;
  }

  .main-button.cookie-secondary-button {
    width: 130px;
    margin-left: 10px;
  }

  .contact-section {
    padding-top: 220px;
  }

  .transparent-bracket {
    width: 70px;
    height: 55%;
    border-top-width: 30px;
    border-right-width: 30px;
    border-bottom-width: 30px;
  }

  .how-left {
    width: 100%;
  }

  .how-right {
    width: 90%;
    margin-left: -360px;
  }

  .contact1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .get-in-touch {
    width: 100%;
  }

  .contact-form {
    width: 100%;
    margin-top: 100px;
    padding-left: 0px;
  }

  .contact-form.contact-page-cf {
    margin-top: 40px;
  }

  .text-red {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 32px;
  }

  .main-paragraph {
    padding-right: 20px;
    font-size: 16px;
  }

  .main-paragraph.e-commerce-paragraph {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .main-paragraph.name-philosophy-paragraph {
    width: 100%;
  }

  .main-paragraph.disciplines-list-item {
    font-size: 16px;
  }

  .our-services-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .services-item {
    width: 30%;
  }

  .image {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image:hover {
    height: auto;
  }

  .red-line-short {
    width: 24%;
  }

  .h3-subtitle {
    font-size: 24px;
  }

  .why-us-title {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .why-us-line {
    width: 42%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .why-us-image {
    width: 30%;
    padding: 0px;
  }

  .why-us-heading {
    font-size: 20px;
  }

  .footer-grid {
    -ms-grid-columns: 3.5fr 1fr 1fr 1fr;
    grid-template-columns: 3.5fr 1fr 1fr 1fr;
  }

  .hero-heading {
    font-size: 34px;
  }

  .services-subtitle {
    font-size: 14px;
  }

  .home-cta-section {
    margin-top: 100px;
  }

  .services-h1 {
    font-size: 30px;
  }

  .our-services-h2 {
    font-size: 24px;
  }

  .services-heading-div {
    margin-bottom: 60px;
  }

  .services-item-div {
    margin-bottom: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .services-item-left {
    width: 90%;
    height: 200px;
    margin-bottom: 40px;
    margin-left: 5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .services-item-right {
    width: 100%;
    height: 50%;
  }

  .services-item-number {
    top: 20%;
    margin-left: -55px;
  }

  .services-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cta-h2 {
    font-size: 32px;
  }

  .cta-h3 {
    font-size: 28px;
  }

  .subservices-heading-div {
    margin-bottom: 60px;
  }

  .subservices-h1 {
    font-size: 36px;
  }

  .subservices-h2 {
    font-size: 24px;
  }

  .subservices-item-div {
    margin-bottom: 100px;
  }

  .subservices-item-number {
    top: 20%;
    margin-left: -45px;
  }

  .subservices-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .subservices-item-left {
    width: 90%;
    height: 200px;
    margin-bottom: 60px;
    margin-left: 5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .subservices-item-image {
    background-position: 50% 50%;
    background-size: cover;
  }

  .subservices-page-h4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .subservices-item-right {
    width: 100%;
    height: 50%;
  }

  .back-to-services-link {
    font-size: 24px;
  }

  .subservices-item-title {
    bottom: -20px;
    width: 91%;
  }

  .banner-section.banner-ourprocess {
    height: 40vh;
    margin-top: 20px;
  }

  .banner-bracket {
    width: 30px;
    height: 160px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
  }

  .banner-h1 {
    font-size: 34px;
  }

  .breadcrumbs-link {
    font-size: 20px;
  }

  .breadcrumbs-link.services-link {
    font-size: 20px;
  }

  .breadcrumbs-links {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .services-item-h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .text-div {
    width: 100%;
  }

  .services-item-illustration {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .related-services-heading {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .related-services-h3 {
    font-size: 20px;
  }

  .services-item-content-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .startup-heading-h3 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .startup-services-item-h2 {
    font-size: 24px;
  }

  .startup-image {
    margin-bottom: 40px;
  }

  .e-commerce-cards-div {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .e-commerce-cards-div.e-commerce-div-last {
    margin-bottom: 20px;
  }

  .e-commerce-card {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .e-card-paragraph {
    top: 25%;
  }

  .red-section-paragraph {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .contact-page-title {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .contact-page-subtitle {
    font-size: 24px;
  }

  .contact-page-subtitle.text-red {
    font-size: 24px;
  }

  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map-container {
    width: 100%;
    height: 300px;
    padding-right: 0px;
  }

  .info-container {
    padding-left: 0px;
  }

  .intro-left {
    width: 100%;
  }

  .intro-right {
    width: 100%;
    padding-bottom: 0px;
  }

  .intro-h3.text-white {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .vision-mission-section {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .vision-line {
    margin-top: 52px;
  }

  .about-h2 {
    font-size: 36px;
  }

  .vision-paragraph {
    font-size: 24px;
  }

  .mission-line {
    margin-top: 52px;
  }

  .mission-paragraph {
    font-size: 24px;
  }

  .name-philosophy-section {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .name-philosophy-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .name-philosophy-logo {
    margin-bottom: 40px;
  }

  .location-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .location-image {
    margin-bottom: 20px;
  }

  .location-bracket {
    width: 100px;
    height: 220px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
  }

  .location-paragraph.text-white {
    font-size: 20px;
  }

  .why-us-about-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .why-us-about-paragraph {
    font-size: 24px;
  }

  .founder-name {
    font-size: 32px;
  }

  .founder-title.text-red {
    font-size: 28px;
  }

  .founder-paragraph {
    font-size: 16px;
  }

  .team-member-position {
    font-size: 18px;
  }

  .contact-page-icons-subtitle.text-red {
    font-size: 24px;
  }

  .h3-contact-subtitle {
    font-size: 32px;
  }

  .cookie-content {
    width: 45%;
  }

  .cookie-container.how-container {
    max-width: 90%;
  }

  .cookie-container.services-page-container {
    border-left-width: 8px;
  }

  .cookie-container.subservices-page-container {
    padding-left: 30px;
    border-left-width: 8px;
  }

  .cookie-container.services-item-content-container {
    margin-bottom: 40px;
  }

  .cookie-container.related-services-container {
    margin-bottom: 60px;
  }

  .cookie-container.contact-page-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cookie-container.intro-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-container.vision-mission-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cookie-container.our-team-container {
    margin-bottom: 20px;
  }

  .waterfall-desktop {
    margin-bottom: 40px;
  }

  .waterfall-mobile {
    margin-bottom: 40px;
  }

  .agile-desktop {
    margin-bottom: 40px;
  }

  .agile-mobile {
    margin-bottom: 40px;
  }

  .process-heading-h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .process-step-section {
    margin-top: 60px;
    padding-top: 40px;
  }

  .process-step-heading {
    margin-bottom: 60px;
    margin-left: -15px;
  }

  .process-step-title {
    font-size: 36px;
  }

  .process-step-description {
    font-size: 20px;
  }

  .process-step-subtitle {
    font-size: 20px;
  }

  .process-step-black-bg {
    height: 360px;
  }

  .process-item {
    margin-bottom: 20px;
  }

  .process-item-number {
    left: -1.5%;
    top: 20%;
    width: 36px;
    height: 36px;
    margin-left: -45px;
  }

  .process-item-number-content {
    font-size: 20px;
    line-height: 1;
  }

  .process-item-title {
    font-size: 20px;
  }

  .process-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .success-content {
    width: 520px;
    height: 240px;
  }

  .success-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .phone-icon {
    width: 100px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .success-line {
    height: 100px;
  }

  .success-paragrapf {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 20px;
  }

  .success-paragrapf.e-commerce-paragraph {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .success-paragrapf.name-philosophy-paragraph {
    width: 100%;
  }

  .success-close {
    font-size: 24px;
  }

  .process-head-paragraph {
    font-size: 20px;
  }

  .name-philosophy-paragraph2 {
    padding-right: 20px;
    font-size: 16px;
  }

  .name-philosophy-paragraph2.e-commerce-paragraph {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .name-philosophy-paragraph2.name-philosophy-paragraph {
    width: 100%;
  }

  .agile-waterfall-desktop {
    margin-bottom: 40px;
  }

  .agile-waterfall-mobile {
    margin-bottom: 40px;
  }

  .agile-principles {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 31px;
    border-left-width: 8px;
  }

  .agile-principles-item {
    margin-bottom: 20px;
  }

  .agile-principles-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .phases-disciplines-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .process-final-section {
    margin-top: 60px;
    padding-top: 40px;
  }

  .process-final-heading {
    margin-bottom: 60px;
    margin-left: -15px;
  }

  .process-stages-desktop {
    margin-bottom: 40px;
  }

  .process-stages-mobile {
    margin-bottom: 40px;
  }

  .policy-heading-section {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .policy-body-section {
    padding-top: 20px;
  }

  .disciplines-list {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .bold-text {
    font-size: 20px;
  }

  .product-definition-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .workshop-questions {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .workshop-card {
    padding: 10px;
  }

  .workshop-image {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .workshop-image-mobile {
    margin-bottom: 40px;
  }

  .workshop-image-desktop-copy {
    margin-bottom: 40px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .bold-text-5 {
    font-size: 20px;
  }

  .agile-waterfall-desktop-copy {
    margin-bottom: 40px;
  }

  .agile-desktop-copy {
    margin-bottom: 40px;
  }

  .waterfall-desktop-copy {
    margin-bottom: 40px;
  }

  .hero-heading-mobile {
    font-size: 34px;
  }

  .menu-close {
    font-size: 36px;
  }

  .policy-heading {
    font-size: 30px;
  }

  .privacy-paragraph {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .privacy-content-heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .privacy-content-link {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .privacy-link {
    padding-top: 60px;
  }

  .privacy-link-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .privacy-list {
    padding-left: 20px;
  }

  .privacy-table {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .table-unit-description {
    font-size: 14px;
  }

  .workshop-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .workshop-title {
    height: 80px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
  }

  .error-page-title {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .bracket {
    width: 25px;
    height: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container.cta-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container.how-container {
    max-width: 100%;
  }

  .container.services-page-container {
    padding-left: 20px;
  }

  .container.subservices-page-container {
    padding-left: 20px;
  }

  .container.services-item-content-container {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container.related-services-container {
    margin-bottom: 40px;
  }

  .container.vision-mission-container {
    padding-top: 100px;
  }

  .container.name-philosophy-container {
    padding-left: 10px;
  }

  .container.process-step-container {
    padding-left: 20px;
  }

  .container.process-final-container {
    padding-left: 10px;
    border-left-width: 4px;
  }

  .hamburger-icon {
    padding: 5px;
    font-size: 30px;
  }

  .logo {
    display: inline-block;
    width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 3px;
  }

  .who-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .who-left {
    width: 70%;
    margin-left: 5%;
  }

  .who-section {
    padding-top: 60px;
  }

  .main-button.how-button {
    margin-bottom: 40px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #fff;
    color: #ff1919;
    text-align: left;
  }

  .main-button.cta-button {
    margin-top: 20px;
  }

  .main-button.cookie-primary-button {
    width: 45%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-button.cookie-secondary-button {
    width: 45%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .who-text {
    padding-left: 10px;
  }

  .cta-contact-left {
    width: 100%;
  }

  .cta-contact-right {
    width: 60%;
    margin-bottom: 30px;
  }

  .transparent-bracket {
    width: 50px;
    height: 40%;
    margin-left: 0px;
    border-top-width: 20px;
    border-right-width: 20px;
    border-bottom-width: 20px;
  }

  .how-left {
    display: none;
    height: 100%;
  }

  .how-right {
    width: 100%;
    margin-left: 0px;
    background-color: rgba(255, 25, 25, 0.8);
  }

  .how-text {
    padding: 20px;
    border-left-style: none;
  }

  .contact3 {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand.w--current {
    height: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-red {
    font-size: 28px;
  }

  .main-paragraph {
    padding-right: 0px;
    text-align: left;
  }

  .main-paragraph.our-services-paragraph {
    width: 100%;
    padding-right: 0px;
  }

  .main-paragraph.text-white {
    padding-right: 10px;
  }

  .main-paragraph.e-commerce-paragraph {
    margin-bottom: 20px;
  }

  .main-paragraph.name-philosophy-paragraph {
    padding-right: 0px;
  }

  .main-paragraph.text-bold.text-red {
    font-size: 16px;
  }

  .main-paragraph.disciplines-list-item {
    padding-left: 0px;
  }

  .our-services-section {
    padding-top: 40px;
  }

  .services-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-item {
    width: 80%;
  }

  .image {
    padding-right: 20px;
    padding-left: 20px;
  }

  .red-line-short {
    width: 0%;
  }

  .h3-subtitle {
    font-size: 20px;
  }

  .our-services-content {
    padding-left: 10px;
  }

  .why-us-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .why-us-line {
    width: 80%;
    margin-top: 0px;
  }

  .why-us-item {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .why-us-image {
    width: 60%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .why-us-content {
    width: 100%;
    padding: 20px 0px 0px;
  }

  .why-us-heading {
    margin-bottom: 20px;
    text-align: center;
  }

  .h4-subtitle.social-icons-title {
    margin-right: 0px;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-heading {
    display: none;
    padding-right: 5%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .services-subtitle {
    font-size: 16px;
  }

  .our-process-empty-div {
    height: 10vh;
  }

  .services-page-main-section {
    margin-top: 60px;
  }

  .services-h1 {
    font-size: 24px;
  }

  .our-services-h2 {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
  }

  .services-heading-div {
    margin-bottom: 40px;
  }

  .services-item-right {
    height: 60%;
  }

  .services-item-number {
    width: 32px;
    height: 32px;
    margin-left: -34px;
  }

  .services-page-h4 {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .services-item-image {
    margin-top: -10px;
    margin-left: -10px;
  }

  .secondary-paragraph {
    padding-right: 10px;
  }

  .services-item-number-content {
    font-size: 20px;
  }

  .cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-h2 {
    margin-top: 10px;
    font-size: 28px;
  }

  .cta-h3 {
    font-size: 24px;
  }

  .cta-content {
    padding-left: 10px;
  }

  .subservices-page-main-section {
    margin-top: 100px;
  }

  .subservices-heading-div {
    margin-bottom: 40px;
  }

  .subservices-h1 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.1;
  }

  .subservices-h2 {
    font-size: 20px;
  }

  .subservices-item-number {
    left: -2.5%;
    width: 32px;
    height: 32px;
    margin-left: -34px;
    border-width: 2px;
  }

  .subservices-item-number-content {
    font-size: 20px;
  }

  .subservices-item-left {
    margin-bottom: 40px;
  }

  .subservices-item-red {
    margin-top: -10px;
    margin-left: -10px;
  }

  .subservices-item-right {
    height: 60%;
  }

  .subservices-item-title {
    left: 10px;
    bottom: -10px;
  }

  .banner-section.banner-ourprocess {
    height: 30vh;
    margin-top: 40px;
  }

  .breadcrumbs-link {
    font-size: 18px;
  }

  .breadcrumbs-link.services-link {
    font-size: 18px;
  }

  .illustration-div {
    width: 80%;
    padding: 20px;
  }

  .services-item-illustration {
    margin-bottom: 10px;
  }

  .related-services-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .related-services-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .related-services-illustration {
    padding-bottom: 20px;
  }

  .startup-heading-h3 {
    font-size: 28px;
  }

  .startup-services-item-h2 {
    width: 90%;
    font-size: 20px;
  }

  .e-commerce-section-background {
    width: 150vw;
    margin-left: -90px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  .e-commerce-card {
    height: 460px;
  }

  .red-section-paragraph {
    font-size: 18px;
  }

  .contact-page-title {
    font-size: 18px;
  }

  .our-services-section-background {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  .intro-left {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-3 {
    width: 100px;
    padding-top: 0px;
  }

  .intro-h3 {
    font-size: 20px;
  }

  .intro-h3.text-white {
    font-size: 20px;
  }

  .vision-mission-section {
    margin-top: -40px;
  }

  .vision-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .vision-line {
    width: 100%;
    margin-top: 0px;
  }

  .about-h2 {
    font-size: 32px;
  }

  .about-h2.text-light {
    margin-top: 10px;
  }

  .about-h2.text-red {
    font-size: 28px;
  }

  .vision-paragraph {
    font-weight: 300;
  }

  .mission-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mission-line {
    width: 100%;
    margin-top: 0px;
  }

  .mission-paragraph {
    font-weight: 300;
  }

  .location-bracket {
    width: 80px;
    height: 180px;
  }

  .location-paragraph.text-white {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .why-us-about-paragraph {
    font-size: 20px;
    font-weight: 300;
  }

  .why-us-about-paragraph.text-bold {
    font-weight: 500;
  }

  .founder-name {
    font-size: 28px;
  }

  .founder-title.text-red {
    font-size: 24px;
  }

  .our-team-paragraph.text-bold {
    font-size: 24px;
  }

  .our-team-members-1,
  .our-team-members-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .team-member {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    padding: 8px;
  }

  .our-process-heading.text-white {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .twitter-link {
    margin-left: 10px;
  }

  .agile-waterfall-title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .contact-links {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-content {
    width: 100%;
  }

  .cookie-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .cookie-text {
    letter-spacing: -0.8px;
  }

  .cookie-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-container.cta-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cookie-container.how-container {
    max-width: 100%;
  }

  .cookie-container.services-page-container {
    padding-left: 20px;
  }

  .cookie-container.subservices-page-container {
    padding-left: 20px;
  }

  .cookie-container.services-item-content-container {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cookie-container.related-services-container {
    margin-bottom: 40px;
  }

  .cookie-container.vision-mission-container {
    padding-top: 100px;
  }

  .cookie-container.name-philosophy-container {
    padding-left: 10px;
  }

  .waterfall-desktop {
    display: none;
  }

  .waterfall-mobile {
    display: block;
  }

  .agile-desktop {
    display: none;
  }

  .agile-mobile {
    display: block;
  }

  .waterfall-vs-agile-section {
    padding-top: 20px;
  }

  .agile-waterfall-div {
    margin-bottom: 10px;
  }

  .process-heading-h4 {
    padding-left: 10px;
    font-size: 20px;
  }

  .process-step-section {
    margin-top: 100px;
    padding-top: 20px;
  }

  .process-step-heading {
    margin-bottom: 40px;
  }

  .process-step-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.1;
  }

  .process-step-description {
    font-size: 16px;
  }

  .process-step-subtitle {
    font-size: 16px;
  }

  .process-step-black-bg {
    height: 280px;
  }

  .process-item-number {
    left: -2%;
    top: 10%;
    width: 28px;
    height: 28px;
    margin-left: -34px;
    border-width: 2px;
  }

  .process-item-number-content {
    font-size: 16px;
  }

  .process-item-title {
    font-size: 16px;
  }

  .success-content {
    width: 90%;
    height: 80%;
  }

  .success-title {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .success-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phone-icon {
    margin-bottom: 20px;
  }

  .success-line {
    width: 80%;
    height: 3px;
  }

  .success-paragrapf {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .success-paragrapf.our-services-paragraph {
    width: 100%;
    padding-right: 0px;
  }

  .success-paragrapf.text-white {
    padding-right: 10px;
  }

  .success-paragrapf.e-commerce-paragraph {
    margin-bottom: 20px;
  }

  .success-paragrapf.name-philosophy-paragraph {
    padding-right: 0px;
  }

  .privacy-policy-link {
    font-size: 12px;
  }

  .process-head-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .process-head-paragraph {
    font-size: 16px;
  }

  .name-philosophy-paragraph2 {
    padding-right: 0px;
    text-align: left;
  }

  .name-philosophy-paragraph2.our-services-paragraph {
    width: 100%;
    padding-right: 0px;
  }

  .name-philosophy-paragraph2.text-white {
    padding-right: 10px;
  }

  .name-philosophy-paragraph2.e-commerce-paragraph {
    margin-bottom: 20px;
  }

  .name-philosophy-paragraph2.name-philosophy-paragraph {
    padding-right: 0px;
  }

  .logo-small {
    width: 100px;
    padding-top: 0px;
  }

  .name-philosophy-logo-small {
    width: 100px;
    margin-left: 5px;
    padding-top: 0px;
  }

  .agile-waterfall-desktop {
    display: none;
  }

  .agile-waterfall-mobile {
    display: block;
  }

  .agile-principles {
    padding-left: 21px;
  }

  .phases-disciplines-heading {
    padding-left: 10px;
    font-size: 20px;
  }

  .process-stages {
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .process-final-section {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .process-final-heading {
    margin-bottom: 40px;
  }

  .process-stages-desktop {
    display: none;
  }

  .process-stages-mobile {
    display: none;
  }

  .disciplines-list {
    padding-left: 20px;
  }

  .bold-text {
    font-size: 16px;
  }

  .workshop-questions {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .workshop-image {
    display: block;
    margin-bottom: 10px;
  }

  .workshop-image-mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .workshop-image-desktop-copy {
    display: none;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .bold-text-4 {
    font-size: 16px;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .agile-waterfall-desktop-copy {
    display: block;
  }

  .agile-desktop-copy {
    display: block;
  }

  .waterfall-desktop-copy {
    display: block;
  }

  .hero-heading-mobile {
    display: block;
    padding-right: 5%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-close {
    font-size: 28px;
  }

  .policy-heading {
    font-size: 24px;
  }

  .table-unit {
    display: block;
  }

  .privacy-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-unit-title {
    display: none;
  }

  .workshop-grid {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .error-page-illustration {
    width: 200px;
  }

  .error-content {
    text-align: center;
  }

  .error-page-title {
    margin-top: 40px;
    font-size: 40px;
  }

  .error-page-button {
    width: 100%;
    margin-top: 20px;
  }
}

#w-node-_3726c0c0-fc28-1865-bf1c-8ed1e11f6872-e11f6867 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3726c0c0-fc28-1865-bf1c-8ed1e11f6873-e11f6867 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_3726c0c0-fc28-1865-bf1c-8ed1e11f6883-e11f6867 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_6cde52bb-0e56-9033-7a5f-fbce1c0147d7-1c0147b0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_6cde52bb-0e56-9033-7a5f-fbce1c0147fc-1c0147b0 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_6cde52bb-0e56-9033-7a5f-fbce1c014802-1c0147b0 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-fc907ea4-fef1-d549-5afc-dfa920e5c5a2-152df384 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_3726c0c0-fc28-1865-bf1c-8ed1e11f6873-e11f6867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_3726c0c0-fc28-1865-bf1c-8ed1e11f687c-e11f6867 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_3726c0c0-fc28-1865-bf1c-8ed1e11f6883-e11f6867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_6da74024-7c9a-2810-1de4-f5d6098dae29-152df384 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_098efb6c-5cd5-b050-66f7-a7d6b5048d9b-152df384 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_59c3e956-b2a2-6c55-610b-518f69519fc2-152df384 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4da2a80f-0937-38da-5e40-06779d0204ae-152df384 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c93ae5c8-0f5d-ae32-dae6-b0c7f4429491-152df384 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6ca215ba-cd0d-b336-ea0c-967de781e47b-152df384 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}
