:root {
  --black: black;
  --blue: #0067ff;
  --orange: #ff9800;
  --white: #fff;
  --text: #303030;
  --magenta: #f07;
}

body {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

a, a.w--current {
  text-decoration: none;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 100px;
  overflow: hidden;
}

.hero-section.hide {
  display: none;
}

.contact-page {
  background-color: var(--black);
  max-width: 100vw;
  margin: 0;
  overflow-x: hidden;
}

.container {
  padding-left: 5%;
  padding-right: 5%;
}

.container.is-footer {
  z-index: 10;
  padding-top: 250px;
  padding-bottom: 100px;
  position: relative;
}

.heading-hero {
  z-index: 10;
  text-align: center;
  max-width: 50vw;
  margin-top: 25vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  font-size: 5vw;
  line-height: 1.1;
  position: relative;
}

.navbar {
  z-index: 999999;
  mix-blend-mode: difference;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.intro-text {
  color: #fff;
  max-width: 50vw;
  margin-top: -5vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.15;
}

.section-intro {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-intro.hide {
  display: none;
}

.section-services {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}

.heading-topic-small {
  max-width: 80%;
  font-size: 24px;
  font-weight: 700;
}

.heading-topic-small.blue {
  color: var(--blue);
  font-size: 22px;
  font-weight: 400;
}

.heading-topic-small.orange {
  color: var(--orange);
  font-weight: 400;
}

.heading-large {
  margin-bottom: 20px;
  font-size: 3vw;
}

.heading-large.white {
  color: var(--white);
}

.grid-services {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.grid-services-element {
  flex-flow: column;
  position: relative;
  overflow: hidden;
}

.heading-service {
  margin-top: 0;
  font-size: 2.4vw;
}

.service-heading-wrapper {
  height: 15vw;
  min-height: 140px;
}

.icon-service-wrapper {
  min-height: 50px;
}

.service-animation-element {
  z-index: 1;
  background-color: var(--blue);
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-content {
  border: 1px solid var(--blue);
  flex-flow: column;
  height: 100%;
  padding: 10%;
  position: relative;
}

.section-work {
  position: relative;
}

.section-work.hide {
  display: none;
}

.work-img-overlay {
  opacity: .54;
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-fixed {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.overlay {
  z-index: 11;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: translate(0, -110vh);
}

.overlay.hide {
  display: none;
}

.sections-container {
  z-index: 12;
  background-color: #fff;
  position: relative;
}

.work-category {
  color: var(--white);
}

.service-list-element {
  display: flex;
}

.list-icon {
  width: 30px;
}

.list-content {
  flex: 1;
}

.tick {
  width: 15px;
}

.service-list-text {
  margin-bottom: 0;
}

.service-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.u-container {
  z-index: 1;
  width: 93vw;
  height: 93vw;
  position: absolute;
  overflow: hidden;
  transform: translate(0);
}

.grain {
  z-index: 2;
  mix-blend-mode: overlay;
  width: 98%;
  height: 98%;
  position: absolute;
  inset: .5% auto auto .5%;
}

.grain.is-footer {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

.grain.hide {
  display: none;
}

.canvas-wrapper {
  z-index: 1;
  width: 98%;
  height: 98%;
  position: absolute;
  inset: .5% auto auto .5%;
  overflow: hidden;
}

.u-mask {
  z-index: 3;
  width: 99%;
  height: 99%;
  position: absolute;
  inset: 0 auto auto 0;
}

.logo-img {
  mix-blend-mode: difference;
  width: 200px;
}

.nav-aligment {
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
}

.nav-link {
  color: #fff;
  mix-blend-mode: difference;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  overflow: hidden;
}

.nav-link.w--current {
  color: var(--white);
}

.project {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  margin-top: -120vh;
  position: relative;
}

.img-clip-container {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-img {
  aspect-ratio: auto;
  transform-origin: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  max-width: none;
  height: 115%;
  position: absolute;
}

.work-content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -35px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: absolute;
  inset: 50% auto auto 0%;
}

.sticky-container {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.pad {
  height: 120vh;
  position: relative;
}

.pad.hide {
  display: none;
}

.projects-container {
  margin-top: 120vh;
}

.projects-container.hide {
  display: none;
}

.section-heading-wrapper {
  padding-bottom: 10px;
}

.link-text {
  color: var(--white);
  text-align: right;
  padding-right: 14px;
  text-decoration: none;
  display: inline-flex;
}

.heading-work {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.brand {
  padding: 10px 10px 5px 0;
}

.brand.w--current:active {
  outline-offset: 0px;
  outline: 3px solid #ff98003d;
}

.section-webflow {
  z-index: 15;
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.carousel-cell {
  width: 30%;
  min-height: 650px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-small {
  color: var(--text);
  max-width: 80%;
}

.slider-gradient {
  z-index: 10;
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 15vw;
  height: 100%;
  position: absolute;
  inset: 0% 0 auto auto;
}

.slider-container {
  padding-top: 40px;
  position: relative;
}

.section-more-work {
  z-index: 15;
  background-color: var(--white);
  margin-top: -100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.project-list-element {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 40px 5%;
  text-decoration: none;
  display: grid;
  position: relative;
}

.arrow-right {
  width: 55px;
  margin-bottom: -5px;
}

.heading-work-list {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.work-category-list {
  color: var(--black);
}

.content-align-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.work-list-hover {
  z-index: -1;
  background-color: var(--blue);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% auto;
}

.work-list-hover-bottom {
  z-index: -1;
  background-color: var(--blue);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 50%;
}

.work-list-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.more-projects-heading-wrapper {
  padding-bottom: 50px;
}

._w-img {
  max-width: 80%;
  padding-bottom: 10px;
}

.heading-small {
  font-size: 24px;
  font-weight: 400;
}

.section-about {
  z-index: 15;
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
}

.about-intro-text {
  margin-bottom: 20px;
  font-size: 3vw;
}

.facts-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 150px;
  display: grid;
}

.container-70pc {
  max-width: 72%;
}

.fact-number {
  color: var(--blue);
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.2;
}

.text-fact {
  color: var(--text);
  font-size: 20px;
}

.website-link {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: -20px;
  padding-top: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.team-container {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 250px;
  display: grid;
}

.team-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-img {
  padding-bottom: 20px;
}

.logo-container {
  padding-bottom: 50px;
  overflow: hidden;
}

.logo-grid {
  flex-flow: row;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: 100px;
  display: flex;
}

.logo-image {
  max-width: 60%;
  max-height: 70px;
}

.logo-image.is-bigger {
  max-width: 100%;
  max-height: 140px;
}

.p-large {
  color: var(--text);
  font-size: 20px;
}

.container-facts {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.csr-section {
  padding-top: 150px;
}

.csr-scale {
  transform-origin: 0 74%;
  color: var(--blue);
  font-size: 50vw;
  font-weight: 400;
  line-height: .8;
}

.csr-image-container {
  margin-top: 80px;
  margin-bottom: 50px;
  overflow: hidden;
}

.img-gallery {
  width: 110vw;
  display: flex;
}

.csr-img-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 5vw;
  padding-bottom: 20vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.csr-content {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.max-width-50 {
  max-width: 50%;
}

.csr-img {
  max-width: 115%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact {
  z-index: 20;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.contact:where(.w-variant-687054c4-ec5b-c71d-d6a8-e0adb61aacb1) {
  background-color: var(--white);
}

.footer-bottom {
  z-index: 5;
  background-image: linear-gradient(#fff0, #ffffffbd);
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
}

.footer-bottom:where(.w-variant-687054c4-ec5b-c71d-d6a8-e0adb61aacb1) {
  background-color: var(--black);
  background-image: none;
  padding-top: 70px;
}

.footer-text {
  color: var(--blue);
}

.footer-text:where(.w-variant-687054c4-ec5b-c71d-d6a8-e0adb61aacb1) {
  color: var(--orange);
}

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

.footer-layout {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.canvas-wrapper-footer {
  z-index: 1;
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-container {
  width: 100%;
  min-height: 70vh;
}

.footer-container:where(.w-variant-687054c4-ec5b-c71d-d6a8-e0adb61aacb1) {
  display: none;
}

.cta-text {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 3vw;
}

.footer-gradient-to-white {
  z-index: 5;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 350px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.clients-heading-wrapper {
  padding-top: 250px;
  padding-bottom: 50px;
}

.cta-buttons-container {
  grid-column-gap: 5%;
  grid-row-gap: 0%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  padding-bottom: 20px;
  display: grid;
}

.cta-button {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 5%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-hover-top {
  z-index: -1;
  background-color: var(--black);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% auto;
}

.cta-hover-bottom {
  z-index: -1;
  background-color: var(--black);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 50%;
}

.cta-btn-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-button-text {
  color: var(--black);
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

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

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

.arrow-right-small {
  filter: invert();
  width: 45px;
  padding-top: 1px;
}

.section-legal {
  z-index: 15;
  background-color: var(--white);
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.legal-rich-text {
  max-width: 800px;
}

.legal-rich-text h3 {
  margin-top: 75px;
}

.legal-rich-text a {
  color: var(--blue);
}

.legal-rich-text h4 {
  margin-top: 25px;
}

.footer-link {
  color: var(--blue);
  text-underline-position: under;
  -webkit-text-decoration: underline #0067ff82;
  text-decoration: underline #0067ff82;
  text-decoration-thickness: 1px;
  transition: all .15s;
}

.footer-link:where(.w-variant-687054c4-ec5b-c71d-d6a8-e0adb61aacb1) {
  color: var(--orange);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  -webkit-text-decoration: underline #ff98007d;
  text-decoration: underline #ff98007d;
  text-decoration-thickness: 1px;
}

.footer-link:hover {
  -webkit-text-decoration-color: var(--blue);
  text-decoration-color: var(--blue);
}

.footer-link:hover:where(.w-variant-687054c4-ec5b-c71d-d6a8-e0adb61aacb1) {
  color: var(--white);
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
}

.footer-link.w--current:where(.w-variant-687054c4-ec5b-c71d-d6a8-e0adb61aacb1) {
  color: var(--orange);
}

.form-layout-2col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.form-col, .contact-form {
  flex: 1;
}

.contact-layout {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-input {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: var(--white);
  background-color: #0000;
  border: 0 solid #ff98005c;
  border-bottom-width: 2px;
  border-radius: 0;
  min-height: 46px;
  margin-bottom: 0;
  padding: 15px;
  font-size: 22px;
}

.form-input:focus {
  border-color: var(--orange);
}

.form-input.texarea {
  resize: vertical;
  max-width: 100%;
  min-height: 150px;
  max-height: 400px;
}

.form-label {
  color: var(--white);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.canvas-wrapper-contact {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-contact {
  z-index: 15;
  min-height: 100vh;
  padding-top: 170px;
  padding-bottom: 150px;
  position: relative;
}

.form-submit {
  border-bottom: 1px solid var(--orange);
  background-color: #ff98002e;
  margin-top: 20px;
  padding: 14px 28px;
  font-size: 18px;
  transition: all .2s;
  position: relative;
}

.form-submit:hover {
  background-color: var(--orange);
}

.contact-col {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #0000007a;
  border: 0 solid #ff980042;
  border-left-width: 1px;
  border-radius: 1px;
  flex: 0 auto;
  width: 25%;
  margin-top: 50px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.contact-info-text {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact-info-link {
  display: block;
}

.p-contact {
  color: var(--white);
}

.contact-icon {
  width: 20px;
  padding-top: 3px;
}

.contact-icon-list-element {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.mobile-nav-button {
  display: none;
}

.nav-overlay {
  z-index: 110;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.mobile-nav-list {
  z-index: 112;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
}

.m-nav-link {
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  overflow: hidden;
}

.m-nav-text {
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  display: block;
  transform: translate(0, 10vw);
}

.m-nav-text:active {
  color: var(--magenta);
}

.span-webflow {
  color: var(--blue);
}

.header-background {
  z-index: 1;
  background-image: radial-gradient(circle at 10% 5%, #fff, #fff0 39%);
  width: 60%;
  height: 40%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-background.right {
  background-image: radial-gradient(circle at 85% 5%, #fff, #fff0 39%);
  inset: 0% 0% auto auto;
}

.header-background-linear {
  z-index: 5;
  background-image: linear-gradient(#fffffff0, #fff0);
  width: 100%;
  height: 25%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-background-linear.right {
  background-image: radial-gradient(circle at 85% 5%, #fff, #fff0 39%);
  inset: 0% 0% auto auto;
}

.span-small {
  color: #555;
  margin-top: 1vw;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.span-r {
  color: var(--text);
  font-size: 24px;
  font-weight: 400;
  display: inline;
  transform: translate(0);
}

.arrow-right-copy {
  width: 55px;
  margin-bottom: -5px;
}

.arrow-down {
  width: 20px;
  margin-left: -10px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  right: auto;
}

.scroll-down {
  z-index: 4;
  width: 100%;
  height: 20vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .container {
    flex: 1;
  }

  .container.is-footer {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .heading-hero {
    max-width: 80vw;
    font-size: 7vw;
  }

  .intro-text {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 7vw;
  }

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

  .heading-topic-small.blue {
    font-size: 20px;
  }

  .heading-large {
    font-size: 5vw;
  }

  .grid-services {
    grid-template-columns: 1fr 1fr;
  }

  .heading-service {
    font-size: 35px;
  }

  .u-container {
    width: 90vw;
    height: 90vw;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading-wrapper {
    padding-bottom: 20px;
  }

  .link-text {
    display: none;
  }

  .heading-work {
    font-size: 30px;
  }

  .section-webflow {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .carousel-cell {
    width: 45%;
    min-height: 550px;
  }

  .section-more-work {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .arrow-right {
    width: 40px;
  }

  .heading-work-list {
    font-size: 30px;
  }

  .section-about {
    padding-top: 20px;
  }

  .about-intro-text {
    font-size: 5vw;
  }

  .container-70pc {
    max-width: 100%;
  }

  .text-fact {
    font-size: 16px;
  }

  .team-container {
    max-width: 100%;
    padding-top: 80px;
  }

  .logo-wrapper {
    width: 200px;
  }

  .p-large {
    font-size: 18px;
  }

  .container-facts {
    max-width: 80%;
  }

  .csr-section {
    padding-top: 80px;
  }

  .csr-image-container {
    margin-top: 20px;
  }

  .img-gallery {
    width: 220vw;
  }

  .csr-img-wrapper {
    min-height: 100px;
    padding-bottom: 40vw;
  }

  .csr-content {
    padding-top: 20px;
  }

  .max-width-50 {
    max-width: 100%;
  }

  .cta-text {
    font-size: 5vw;
  }

  .clients-heading-wrapper {
    padding-top: 100px;
  }

  .cta-buttons-container {
    margin-top: 70px;
  }

  .cta-button-text {
    font-size: 24px;
  }

  .arrow-right-small {
    width: 40px;
  }

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

  .legal-rich-text {
    margin-top: -30px;
  }

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

  .span-small {
    font-size: 20px;
  }

  .span-black {
    font-size: 6vw;
  }

  .span-r {
    font-size: 20px;
  }

  .arrow-right-copy {
    width: 40px;
  }

  .arrow-down {
    bottom: 12%;
  }
}

@media screen and (max-width: 767px) {
  .heading-hero {
    text-align: center;
    max-width: 95vw;
    margin-bottom: 90px;
  }

  .navbar {
    mix-blend-mode: difference;
  }

  .intro-text {
    font-size: 7vw;
  }

  .section-intro {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-topic-small.blue {
    font-size: 18px;
  }

  .heading-large {
    font-size: 7vw;
  }

  .grid-services {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .heading-service {
    font-size: 30px;
  }

  .work-category {
    text-shadow: 0 0 2px #0003;
  }

  .nav-items {
    color: var(--black);
    display: none;
  }

  .nav-link {
    color: var(--white);
  }

  .work-content {
    padding-bottom: 70px;
  }

  .link-text {
    display: none;
  }

  .heading-work {
    text-shadow: 0 0 3px #0003;
    font-size: 25px;
  }

  .carousel-cell {
    width: 80%;
  }

  .heading-work-list {
    font-size: 25px;
  }

  .about-intro-text {
    font-size: 7vw;
  }

  .container-70pc {
    max-width: 100%;
  }

  .fact-number {
    font-size: 10vw;
  }

  .website-link {
    padding-top: 22px;
  }

  .logo-wrapper {
    width: 150px;
    min-height: 80px;
  }

  .logo-image {
    max-width: 70%;
  }

  .container-facts {
    max-width: 100%;
  }

  .footer-layout {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cta-text {
    font-size: 7vw;
  }

  .contact-layout {
    flex-flow: column;
  }

  .section-contact {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .contact-col {
    width: 50%;
  }

  .menu-button {
    background-color: #c8c8c81f;
    display: none;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .mobile-nav-button {
    z-index: 111;
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin-right: -5%;
    display: flex;
    position: relative;
  }

  .nav-overlay, .mobile-nav-list {
    display: none;
  }

  .m-nav-text {
    color: var(--white);
  }

  .top-line {
    background-color: var(--white);
    transform-origin: 0 0;
    width: 33.3%;
    height: 2px;
    margin-top: 5px;
    padding: 0;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    position: relative;
  }

  .bottom-line {
    background-color: var(--white);
    transform-origin: 0 100%;
    width: 33.3%;
    height: 2px;
    margin-top: 5px;
    padding: 0;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    position: relative;
  }

  .span-small, .span-r {
    font-size: 18px;
  }

  .scroll-down {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .container.is-footer {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .heading-hero {
    margin: 0 5% 190px;
    padding-top: 130px;
    font-size: 10vw;
  }

  .intro-text {
    font-size: 8vw;
  }

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

  .heading-large {
    font-size: 10vw;
  }

  .grid-services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service-heading-wrapper {
    min-height: 110px;
  }

  .u-container {
    margin-top: 150px;
  }

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

  .carousel-cell {
    width: 100%;
  }

  .p-small {
    max-width: 100%;
  }

  .slider-gradient {
    display: none;
  }

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

  .project-list-element {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._w-img {
    max-width: 100%;
  }

  .heading-small {
    font-size: 20px;
  }

  .about-intro-text {
    font-size: 8vw;
  }

  .facts-grid {
    padding-top: 50px;
  }

  .text-fact {
    font-size: 14px;
  }

  .team-container {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .logo-wrapper {
    width: 120px;
    min-height: 60px;
  }

  .p-large {
    font-size: 14px;
  }

  .csr-image-container {
    margin-bottom: 20px;
  }

  .img-gallery {
    width: 330vw;
  }

  .csr-img-wrapper {
    padding-bottom: 60vw;
  }

  .csr-content {
    max-width: 100%;
  }

  .footer-bottom {
    padding-top: 70px;
  }

  .footer-text.is-right {
    text-align: left;
  }

  .footer-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr;
  }

  .cta-text {
    font-size: 9vw;
  }

  .clients-heading-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .cta-buttons-container {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .legal-rich-text {
    margin-top: -35px;
  }

  .legal-rich-text h3 {
    font-size: 20px;
  }

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

  .contact-col {
    width: 100%;
    padding-left: 20px;
  }

  .m-nav-text {
    font-size: 10vw;
    transform: translate(0, 15vw);
  }

  .text-span {
    font-size: 6vw;
  }

  .span-small {
    font-size: 15px;
  }

  .span-black {
    font-size: 10vw;
  }

  .span-r {
    font-size: 16px;
  }
}

#ph.w-node-c81b60b3-98da-865d-cd63-52a48f719fcd-8f719fbd, #ph.w-node-_4c47254a-3c23-6a69-3571-d8a5915affa6-2d0da6f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-c81b60b3-98da-865d-cd63-52a48f719fe3-8f719fbd {
    order: 9999;
  }

  #w-node-c81b60b3-98da-865d-cd63-52a48f719fe6-8f719fbd {
    order: -9999;
  }
}


