@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --hero-header-background: #2a2a2a1c;
  --button-font-1920: 25px;
  --orange: #ff6701;
  --ui-ux: #ffffff42;
  --white: #fff;
  --33white: #ffffff54;
  --red-asterisk: #d33737;
  --nav-menu-height: 4rem;
  --dullbrown: #736761ed;
  --opacity-white: #fff9;
  --navbar-scroll-overlay: #2a2a2abf;
  --black: #2a2a2a;
  --contact-us-background: #dedede42;
  --1440p-container: 1376px;
  --color--white--5: #ffffff0d;
  --font-weight--400: 400px;
  --1920p-container: 1664px;
  --item-spacing--20: 20px;
  --letter-spacing--0_1: -.1px;
  --line-height--26: 26px;
  --opacity--60: 60px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #2a2a2a;
  background-color: #fff;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.page-wrapper {
  color: #2a2a2a;
  width: 100vw;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  overflow: hidden;
}

.hero-section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-height: 658px;
  position: relative;
}

.hero-section.privacy-policy {
  min-height: 120px;
}

.navbar-section {
  z-index: 999999;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar-logo-left {
  z-index: 999999;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12vh;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navbar-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-logo.tablet.w--current {
  z-index: 10;
}

.nav-option-link {
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-option-link:focus-visible, .nav-option-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.margin-top-10-mobile.hide {
  margin-right: 0%;
  display: block;
}

.menu-button {
  color: #fff;
  padding: 0;
  display: flex;
}

.menu-button.w--open {
  background-color: #0000;
  padding: 0;
}

.menu-button.dark {
  background-color: #ff6701;
  border-radius: 8px;
  padding: 8px;
}

.menu-button.dark.desktop {
  z-index: 10;
}

.menu-button.dark.desktop.w--open {
  z-index: 11;
}

.navbar-button-wrapper {
  z-index: 10;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.nav-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  margin: 100px 4% 0 auto;
  padding: 16px;
  display: flex;
  position: absolute;
  right: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav-button-wrapper._2 {
  margin-top: 80px;
}

.nav-button-wrapper._2.light {
  z-index: 11;
  width: 40%;
  margin-top: 80px;
  margin-right: 4%;
}

.get-in-touch-button-wrapper {
  color: #2a2a2a;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.get-in-touch-button-wrapper.w--current {
  display: none;
}

.get-in-touch-button-wrapper.tablet, .get-in-touch-button-wrapper.dark-nav {
  display: flex;
}

.get-in-touch-button-wrapper.tablet, .get-in-touch-button-wrapper.light-nav, .get-in-touch-button-wrapper.hide {
  display: none;
}

.arrow-wrapper {
  border: 1px solid #2a2a2a;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: -1px;
  display: flex;
}

.arrow-wrapper.secondary {
  z-index: 1;
  background-color: #2a2a2a;
  width: 45px;
  height: 45px;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.arrow-wrapper.secondary.white {
  background-color: #fff;
  border-color: #fff;
  width: 45px;
  height: 45px;
}

.arrow-wrapper.secondary.white.transparent {
  background-color: #0000;
  border-color: #2a2a2a;
}

.arrow-wrapper.secondary.image-cta {
  background-color: #ff6701;
  border-color: #ff6701;
}

.arrow-wrapper.secondary.image-cta.arrow-button {
  width: 45px;
  height: 45px;
}

.arrow-wrapper.secondary.nav {
  background-color: #0000;
  border-color: #fff;
}

.arrow-wrapper.secondary.home {
  background-color: #0000;
  width: 50px;
  height: 50px;
}

.arrow-wrapper.secondary.dark-black {
  background-color: #000;
}

.arrow-wrapper.secondary.test {
  z-index: 2;
  background-color: #0000;
  border-color: #0000;
  width: auto;
  height: auto;
  overflow: visible;
}

.arrow-wrapper.secondary._2nd {
  background-color: #0000;
  border-color: #0000;
  width: auto;
  height: auto;
  overflow: visible;
}

.nav-menu-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1b1f;
  border: 1px solid #f3f4f6;
  border-radius: 36px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.nav-menu-item:hover {
  opacity: .65;
}

.nav-menu-item.w--current {
  color: #fff;
  background-color: #ff6701;
}

.nav-menu-item.w--current:hover {
  opacity: .9;
}

.nav-menu-item.web {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  display: flex;
}

.nav-menu-item.web.w--current {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-option-icon-wrapper {
  background-color: #f3f4f6;
  border: 0 #2a2a2a;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 8px;
  display: flex;
}

.nav-option-icon-wrapper.magicwork-dropdown, .nav-option-icon-wrapper.company-dropdown {
  display: none;
}

.navbar-icon {
  width: 16px;
  height: 16px;
}

.hero-container {
  background-image: url('../images/Hero-Homepage_2.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1664px;
  height: 98vh;
  max-height: 1920px;
  display: flex;
  position: relative;
}

.hero-container.bg-video {
  z-index: 0;
  background-image: none;
}

.hero-container.image {
  z-index: 1;
  background-image: linear-gradient(#ff67011a, #ffffff1a);
  width: 100vw;
  height: 98vh;
  position: absolute;
}

.hero-top-content-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 92%;
  display: flex;
  position: absolute;
  top: 26vh;
}

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

.tag-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-content-wrapper.project {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.tag-wrapper {
  background-color: var(--hero-header-background);
  border-radius: 120px;
  margin-bottom: 0;
  padding: 8px 10px;
}

.tag-wrapper.orange {
  background-color: #ff6701;
  height: auto;
  padding: 10px 16px;
}

.tag-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.tag-text.dark {
  color: #111;
  font-size: 18px;
}

.tag-text.company {
  color: #2a2a2a;
}

.tag-text.screen-header {
  background-color: #fff0;
  border-radius: 50px;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}

.tag-text.screen-header.company {
  color: #2a2a2a;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  line-height: 20px;
}

.hero-header-content-wrapper {
  margin-top: 12px;
  padding-bottom: 24px;
}

.hero-header-text-wrapper {
  z-index: 1;
  width: 55%;
  margin-top: 10px;
  position: relative;
}

.hero-header-text-wrapper.our-work {
  width: 80%;
}

.hero-header-text {
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 400;
  line-height: 69px;
}

.hero-header-text.privacy-policy {
  width: auto;
  font-size: 48px;
  line-height: 56px;
}

.hero-header-text.white {
  color: #fff;
}

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

.cta-button-wrapper.footer {
  width: 100%;
}

.ccript-logo {
  width: 260px;
}

.ccript-logo.light {
  display: block;
  position: absolute;
  top: 0;
}

.ccript-logo.light.mobile {
  display: none;
}

.ccript-logo.light.white-to-black {
  z-index: 1;
  position: relative;
}

.ccript-logo.dark {
  z-index: 1;
  width: 260px;
  height: auto;
  display: block;
  position: relative;
}

.ccript-logo.dark.mobile {
  display: none;
}

.ccript-logo.dark.service {
  display: block;
}

.ccript-logo.dark.service.white-to-black {
  z-index: 1;
  position: absolute;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  white-space: nowrap;
  background-color: #2a2a2a;
  border: 1px solid #2a2a2a;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 14px 30px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 18px;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  background-color: #ff6701;
  border-color: #ff6701;
}

.button-secondary:active {
  background-color: #43464d;
}

.button-secondary.black {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-secondary.black:hover {
  background-color: #000;
}

.button-secondary.white {
  color: #2a2a2a;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #fff;
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-secondary.white.transparent {
  color: #2a2a2a;
  background-color: #0000;
  border-color: #2a2a2a;
}

.button-secondary.white.transparent.faqs {
  font-size: 16px;
}

.button-secondary.white.button-font-size {
  height: 45px;
}

.button-secondary.case-studies {
  text-transform: none;
  height: 45px;
  display: none;
}

.button-secondary.case-studies:hover {
  color: #fff;
  background-color: #ff6701;
  border-color: #ff6701;
  font-weight: 400;
}

.button-secondary.image-cta {
  background-color: #ff6701;
  border-color: #ff6701;
  height: 45px;
  padding-left: 14px;
  padding-right: 14px;
}

.button-secondary.image-cta.button-font-size {
  height: 45px;
}

.button-secondary.black {
  color: #fff;
  text-transform: none;
  background-color: #2a2a2a;
  border: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.button-secondary.black.create.button-font-size {
  height: 45px;
}

.button-secondary.nav {
  background-color: #0000;
  border-color: #fff;
}

.button-secondary.nav.header {
  font-size: 16px;
}

.button-secondary.home {
  color: #2a2a2a;
  background-color: #0000;
}

.button-secondary.home.navbar {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
}

.button-secondary.why-service {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 26px;
}

.button-secondary.why-service.value.button-font-size {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 18px;
}

.button-secondary.why-service.value.button-font-size.hide, .button-secondary.why-service.hide {
  display: none;
}

.button-secondary.dark-black {
  background-color: #000;
}

.button-secondary.dark-black.project {
  height: 45px;
}

.button-secondary.button-font-size {
  z-index: 1;
  height: 45px;
  position: relative;
  overflow: hidden;
}

.button-secondary.button-font-size._2nd {
  background-color: #0000;
  border-color: #0000;
}

.arrow-inverted.white {
  z-index: 2;
  filter: invert();
  color: #333;
  position: relative;
}

.arrow-inverted.nav {
  filter: invert();
}

.arrow-inverted.home {
  width: 18px;
  height: 18px;
}

.hero-bottom-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  display: none;
  position: absolute;
  bottom: 4vh;
}

.hero-bottom-content-wrapper.tablet {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.featured-clients-text {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  color: #fff;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.logo-wrapper.tablet {
  display: block;
}

.brand-logos-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.brands-logo {
  height: 20px;
}

.services-section {
  margin-top: 120px;
  margin-bottom: 120px;
  overflow: hidden;
}

.services-section.two {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.services-container {
  max-width: none;
}

.services-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.services-content-wrapper._2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.services-header-text-wrapper {
  width: 100%;
  display: block;
}

.buttons-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-buttons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  height: 360px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.service-description-wrapper {
  font-size: 24px;
  line-height: 27px;
}

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

.button-text {
  letter-spacing: .5px;
  text-transform: none;
}

.button-icon.arrow.inverted {
  filter: invert();
  width: 12px;
  height: 12px;
}

.button-icon.arrow.non-inverted {
  width: 12px;
  height: 12px;
}

.fs-slider-services-content_button {
  filter: invert(0%);
  color: #fff;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: filter .3s;
  display: flex;
}

.fs-slider-services-content_button:hover {
  filter: invert();
  background-color: #fff;
}

.fs-slider2_navigation {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.stats-section {
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
}

.stats-container {
  background-image: url('../images/stats-bg.svg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-bottom: 48px;
}

.stats-container.sub {
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.stats-content-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stats-content-wrapper.sub {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.resolution-text-wrapper.two {
  width: 60%;
}

.highlighted-text {
  color: #ff6701;
  font-weight: 500;
  text-decoration: underline;
}

.highlighted-text.plain {
  font-weight: 400;
  text-decoration: none;
}

.resolution-text {
  color: #fff;
}

.stats-header-text-wrapper {
  width: 50%;
}

.stats-header-text-wrapper._2 {
  width: auto;
}

.stats-header-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.stats-text-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stats-text-content-wrapper.sub {
  width: 40%;
}

.stats-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.stats-wrapper.margin-top {
  margin-top: 64px;
}

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

.separator.contact {
  background-color: #2a2a2a33;
  width: 100%;
}

.separator.small {
  width: 92%;
}

.figures-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff1f;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: 12px 24px;
  display: flex;
}

.figures-wrapper.no-bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  min-width: 92%;
  padding: 0;
}

.figures-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.figure-text-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.figure-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.figure-text.sign {
  font-size: 36px;
  line-height: 42px;
}

.figure-text.sub {
  color: #2a2a2a;
}

.figure-description-text {
  color: #fff;
  font-size: 16px;
}

.figure-description-text.sub {
  color: #2a2a2a;
}

.case-studies-section {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  overflow: visible;
}

.case-studies-container {
  max-width: none;
  overflow: hidden;
}

.case-studies-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.case-studies-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.fs-slider_case-studies_slide {
  backface-visibility: hidden;
  width: 80%;
  height: auto;
  transition-property: transform opacity;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: static;
}

.fs-slider_case-studies_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.fs-slider_case-studies_instance {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 92%;
  min-width: 0;
  max-width: none;
  max-height: 100%;
  margin: 60px 4% 0;
  display: flex;
  position: static;
  overflow: visible;
}

.fs-slider_case-studies_list-wrapper {
  width: 100%;
  margin-left: auto;
}

.case-study-wrapper {
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 520px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.case-study-wrapper.projects {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #00000040;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.case-study-wrapper.projects.w--current {
  box-sizing: border-box;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #00000040;
}

.tag-container {
  justify-content: flex-end;
  align-items: center;
  padding-top: 36px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.case-study-content-wrapper {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 36px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.project-name-text {
  color: #fff;
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 48px;
}

.bottom-stats-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.stats---cta-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.stats-1-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.stats-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
}

.stats-text.sign {
  font-size: 28px;
  line-height: 40px;
}

.stats-description-wrapper {
  width: auto;
}

.stats-description-text {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.stats-description-text.details {
  color: #2a2a2a;
  width: 80px;
}

.case-study-cta-button-wrapper {
  display: block;
}

.case-study-cta-button {
  background-color: #fff;
  border-radius: 36px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: filter .3s;
  display: flex;
}

.case-study-cta-button:hover {
  filter: invert();
}

.arrow-icon {
  width: 12px;
}

.stats-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats-2-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.stats-1-text-number {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.stats-2-text-number {
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 28px;
  display: flex;
}

.testimonials-section {
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  overflow: hidden;
}

.testimonials-container {
  background-color: #f3f5f9;
  max-width: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonials-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f1f1f1;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding: 48px;
  display: flex;
}

.video-testimonials-wrapper {
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  display: block;
}

.card-header-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-header-text {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
}

.light-color {
  clear: left;
  color: #ffffff80;
  font-weight: 400;
}

.light-color.orange {
  color: #ff6701;
}

.mid-color {
  color: #ffffffbf;
}

.mid-color.orange {
  color: #ff6701;
}

.card-text-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-description-text {
  color: #fffc;
  font-size: 24px;
  line-height: 32px;
}

.card-description-text.black {
  color: #2a2a2a;
}

.card-buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.video-testimonials-header-text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.video-testimonials-header-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.client-details-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.client-details-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  line-height: 20px;
  display: flex;
}

.client-name-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.client-role-text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bottom-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-testimonials-card {
  background-image: url('../images/Video-Review.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: static;
}

.fs-slider_video-testimonial_slide {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  transition-property: transform opacity;
  background-color: #0000;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.certifications-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.certifications-container {
  max-width: none;
}

.certifications-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.certifications-header-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.certifications-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.certifications-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.certifications-description-text {
  color: #5f5f5f;
  text-align: center;
}

.certifications-wrapper {
  width: 100%;
  display: flex;
}

.certifications-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: stretch center;
  min-width: 100%;
  display: flex;
}

.certifications-grid.tablet {
  display: none;
}

.certifications-grid.tablet.home-page-carousel {
  display: flex;
}

.certifications-grid.company-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.certification-card-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: .5px solid #eee;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.certification-card-text.dummy {
  border-width: 0;
}

.certificate-name-text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.cta-section.service {
  margin-top: 120px;
  margin-bottom: 120px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
}

.cta-container {
  max-width: none;
}

.cta-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #000;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 92%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: grid;
}

.cta-image-wrapper {
  background-image: url('../images/discovery-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  min-height: 100%;
}

.cta-fields-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-header-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.fields-wrapper {
  flex-flow: column;
  display: block;
}

.horizontal-fields-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.horizontal-fields-wrapper.wrap2 {
  margin-top: 30px;
}

.work-email-field-wrapper, .fullname-field-wrapper {
  width: 100%;
}

.form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.form-block {
  margin-bottom: 0;
}

.cta-field {
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  transition: border-color .3s;
}

.cta-field:focus {
  border-bottom-color: #ff6701;
}

.cta-field::placeholder {
  color: #ffffff80;
}

.organization-field-wrapper {
  width: 100%;
}

.phone-field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-description-field-wrapper {
  width: 100%;
}

.project-description-field {
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  transition: border-color .3s;
}

.project-description-field:focus {
  border-bottom-color: #ff6701;
}

.project-description-field::placeholder {
  color: #ffffff80;
}

.radio-button-label {
  color: #a1a1a1;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.subscription-radio-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: none;
}

.radio-button {
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 2px;
  margin-left: -28px;
}

.radio-fields-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.submission-terms-text {
  color: #a1a1a1;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: none;
}

.submit-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  display: flex;
  position: relative;
}

.submit-button {
  color: #000;
  background-color: #fff;
  border-radius: 36px;
  height: 50px;
  max-height: 50px;
  padding: 12px 48px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  line-height: 20px;
  transition: background-color .3s, color .3s;
}

.submit-button:hover {
  color: #fff;
  background-color: #ff6701;
  line-height: 20px;
}

.form-bottom-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-section {
  background-color: #0000;
  margin-top: 80px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
}

.footer-container {
  max-width: none;
  margin-left: auto;
}

.footer-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-main-text {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 5rem;
}

.company-content-wrapper {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 80px 4%;
  display: flex;
}

.ccript-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-content-wrapper {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.certification-company-icon {
  width: 100px;
  height: 100px;
}

.service-hero-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  display: block;
}

.service-hero-container {
  background-image: url('../images/service-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 80vh;
  max-height: 70vh;
  padding-top: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  display: flex;
}

.service-hero-top-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-hero-header-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 92%;
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
}

.service-hero-header-text {
  color: #fff;
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 69px;
}

.services-subtext-wrapper {
  width: 85%;
}

.services-subtext {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.services-subtext.sub {
  text-align: center;
}

.featured-services-section {
  margin-top: 120px;
  margin-bottom: 120px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
}

.featured-services-container {
  width: auto;
  max-width: none;
}

.fs-slider-services-content_slide {
  backface-visibility: hidden;
  width: 420px;
  height: 500px;
  transition-property: transform opacity;
  background-color: #0000;
  background-image: url('../images/UIUX-Service.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.fs-slider-services-content_slide.slide-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(#0000, #000), url('../images/Landing-Page-Service-Background.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
  height: 292px;
  padding: 48px;
  overflow: hidden;
}

.fs-slider-services-content_slide.slide-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(#0000, #000), url('../images/LLM-Design-Background.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
  height: 292px;
  padding: 48px;
  overflow: hidden;
}

.fs-slider-services-content_slide.slide-1 {
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 420px;
  height: 608px;
  padding: 48px;
}

.fs-slider-services-content_slide.slide-4 {
  background-image: url('../images/AR-Design-Background.svg');
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 420px;
  height: 608px;
  padding: 96px 48px 48px;
}

.fs-slider-services-content_list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  transform-style: preserve-3d;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center stretch;
  display: grid;
}

.fs-slider-services-content_instance {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider-services-content_list-wrapper {
  perspective: 1200px;
  flex: 1;
  margin-left: 4%;
  position: relative;
  overflow: clip;
}

.fs-slider-services-content_navigation {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.featured-services-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.service-card-header-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
}

.service-subtext {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.service-text-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service-text-content-wrapper.slide-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 66%;
  height: auto;
}

.button-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.button-wrapper.slide-2 {
  justify-content: center;
  align-items: flex-start;
  width: 66%;
  display: none;
}

.button-wrapper.slide-1 {
  display: none;
}

.button-wrapper.why-services {
  display: flex;
}

.why-services-section {
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  position: relative;
  top: -135px;
  overflow: hidden;
}

.why-services-section.sub {
  margin-top: 120px;
  margin-bottom: 120px;
}

.why-services-container {
  width: 92%;
  max-width: none;
}

.why-services-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.why-services-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-services-header-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-services-description-wrapper {
  color: #2a2a2a;
  width: 60%;
}

.why-ux-services-description-text {
  color: #5f5f5f;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.why-services-header-text {
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

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

.why-services-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7f9;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px 20px;
  display: flex;
}

.card-icon-wrapper {
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  padding: 8px;
}

.card-icon-wrapper.sub {
  border: 0 #0000;
  border-radius: 0;
  padding: 0;
}

.text-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.why-service-card-header-text {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.why-service-card-description-text {
  color: #2a2a2a;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.why-service-card-description-text.subtext {
  color: #616161;
  font-size: 18px;
  line-height: 27px;
}

.why-us-section {
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
}

.why-us-section.sub {
  padding-top: 120px;
  padding-bottom: 0;
}

.why-us-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  max-width: none;
  margin-bottom: 80px;
  padding-bottom: 0;
  display: flex;
}

.why-us-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.why-us-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.why-us-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.why-us-services-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.why-us-scroll-animation-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 48px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.why-us-left-content-wrapper {
  z-index: auto;
  width: 50%;
  margin-right: 32px;
  position: sticky;
  top: 12vh;
}

.why-us-right-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-top: -16px;
  display: block;
}

.our-design-process-card-wrapper {
  height: 660px;
  position: sticky;
  top: 200px;
}

.our-design-process-card {
  background-image: url('../images/why-us-bg.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 660px;
  padding: 36px 36px 28px;
  display: flex;
}

.our-design-header-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 16px;
  display: flex;
}

.our-design-header-text {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.our-design-subtext {
  opacity: .8;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.our-process-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.our-process-card {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #f6f7f9;
  border-radius: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  margin-bottom: 24px;
  padding-right: 24px;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0, 20px);
}

.our-process-card.last {
  height: 180px;
  margin-bottom: 0;
}

.our-process-text-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-left: 153px;
  display: flex;
}

.our-process-card-header-text {
  color: #1a202c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.our-process-subtext {
  color: #4a5568;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.number-text-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-left: 6px;
  font-size: 240px;
  line-height: 1;
  display: flex;
  position: absolute;
}

.number-text {
  color: #ff67010f;
  text-align: left;
  letter-spacing: 2px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 320px;
  font-weight: 600;
  line-height: 100%;
  position: static;
}

.video-testimonials-section {
  margin-top: 20px;
  display: none;
  overflow: hidden;
}

.video-testimonials-container {
  width: 92%;
  max-width: none;
}

.testimonials-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.testimonials-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.testimonials-description-text {
  color: #5f5f5f;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.testimonial-wrapper {
  background-image: url('../images/Eleanor-Pena.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding: 36px;
  transition: width .3s;
  display: flex;
}

.testimonial-wrapper:hover {
  width: 400%;
}

.testimonial-wrapper.card-2 {
  background-image: none;
  background-size: auto;
  padding: 0;
  position: relative;
}

.testimonial-wrapper.card-2:hover {
  width: 100%;
}

.testimonial-wrapper.card-2.mobile {
  display: flex;
}

.testimonial-wrapper.card-3 {
  background-image: none;
  background-size: auto;
  padding: 0;
  position: relative;
}

.testimonial-wrapper.card-3:hover {
  width: 100%;
}

.client-header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.client-header-content-wrapper.team {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.client-testimonial-text-wrapper {
  width: 100%;
  overflow: visible;
}

.client-name-heading-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.client-name-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rating-stars-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rating-stars-wrapper.card-2 {
  display: none;
}

.rating-stars-wrapper.card-1 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: none;
}

.rating-stars-wrapper._3 {
  display: none;
}

.rating-star-icon {
  max-width: 20px;
  max-height: 20px;
}

.client-testimonial-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.testimonial-card-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
  position: relative;
}

.testimonial-card-content-wrapper:hover {
  grid-template-rows: 1fr;
}

.testimonial-card-content-wrapper.card-2 {
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.testimonial-card-content-wrapper.card-1 {
  width: 100%;
  padding: 0 24px 36px;
  display: none;
}

.testimonial-card-content-wrapper.card-3 {
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.testimonials-wrapper {
  width: 100%;
  height: 100%;
}

.testimonials-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.testimonial-card {
  background-image: url('../images/Eleanor-Pena.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding: 36px;
  display: none;
  position: relative;
  overflow: hidden;
}

.testimonial-card-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  overflow: hidden;
}

.client-name-header-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.client-role-subtext {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.client-details-header-text {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.client-ratings-star-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.div {
  overflow: hidden;
}

.testimonial-bg-image {
  object-fit: cover;
  border-radius: 24px;
  min-width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 12vh;
  padding: 16px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-wrapper {
  background-color: #f6f7f9;
  border-radius: 16px;
  width: 65%;
  height: 100%;
  display: flex;
}

.image-wrapper {
  border-radius: 16px;
  width: 35%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
  min-height: 88%;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 17px;
  overflow: visible;
}

.nav-items-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #eee;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.nav-items-wrapper._1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #eee;
  border-top-left-radius: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-items-wrapper._2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #eee;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-items-wrapper._3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #eee;
  border-top-right-radius: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-items-wrapper._4 {
  border: 1px solid #eee;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-items-wrapper._6 {
  border: 1px solid #eee;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-items-wrapper._9 {
  border-bottom-right-radius: 20px;
}

.nav-items-wrapper._7 {
  border-bottom-left-radius: 20px;
}

.nav-icon-wrapper {
  background-image: linear-gradient(#e8ecf3, #d7deeac4);
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  min-width: 12px;
  min-height: 12px;
  padding: 12px;
  display: flex;
}

.nav-icon-wrapper:hover {
  background-image: linear-gradient(to bottom, var(--orange), var(--orange)), linear-gradient(180deg, #e8ecf3, #d7deeac4);
}

.nav-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-links-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #5f5f5f;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.nav-link.mobile {
  margin-bottom: 4px;
}

.default {
  z-index: 1;
  background-image: url('../images/default.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.advisory-images {
  width: 100%;
  height: 100%;
  position: absolute;
}

.discovery-image {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/discovery-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.market-research-image {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/market-research-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.technical-study-image {
  z-index: 3;
  opacity: 0;
  background-image: url('../images/technical-feasability-study-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.service-image-wrapper {
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 35%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-cards-wrapper {
  width: 65%;
}

.service-icon-wrapper {
  justify-content: center;
  align-items: center;
  height: 8px;
  display: flex;
}

.service-icon-wrapper.top {
  background-color: #ff6701;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 10px;
}

.service-card-top-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-card-button-wrapper {
  width: 100%;
}

.service-default-image {
  background-image: url('../images/Service-Default-Image.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
}

.service-default-image._1 {
  z-index: 1;
  background-image: url('../images/App-Modernized-Image.svg');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.service-default-image._2 {
  z-index: 1;
  background-image: url('../images/AI-Image.svg');
  display: none;
}

.service-default-image._3 {
  z-index: 1;
  background-image: url('../images/Scope-Image.svg');
  display: none;
}

.service-default-image._4 {
  z-index: 1;
  background-image: url('../images/App-Modernized-Image.svg');
  display: none;
}

.image-content-container {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-image: linear-gradient(#2a2a2a00, #2a2a2a80 50%, #2a2a2a);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 736px;
  padding: 24px;
  display: flex;
  position: relative;
}

.image-header-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.view-all-services-button-wrapper {
  color: #2a2a2a;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.view-all-services-button-wrapper.hide {
  display: none;
}

.process-section {
  width: 92%;
  margin: 120px auto;
  display: flex;
}

.process-container {
  max-width: none;
}

.process-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  place-items: center;
  height: 70vh;
}

.process-gif-wrapper {
  border-radius: 24px;
  overflow: hidden;
}

.process-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.progress-bar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 64px;
  min-height: 100%;
  display: flex;
}

.process-points-text-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process-point-header {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
}

.process-description-text {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
}

.learn-more-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #ff6701;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  text-decoration: none;
  display: flex;
}

.learn-more-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.process-point-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.progress-bar {
  background-color: #2a2a2a;
  width: 1px;
  height: 15vh;
}

.progress-point {
  background-color: #ff6701;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.progress-point-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
}

.about-section {
  justify-content: center;
  margin-bottom: 120px;
  display: flex;
}

.about-container {
  width: 92%;
  max-width: none;
}

.about-content-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #d2d2d5;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  overflow: clip;
}

.about-text-wrapper {
  width: 100%;
}

.about-text {
  font-size: 40px;
  line-height: 48px;
}

.average-saving-text {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-2 {
  width: 50%;
  margin-bottom: 0;
}

.primary-colored-text {
  color: #ff6701;
}

.horizontal-separator {
  background-color: #d2d2d5;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.stats-grid-wrapper {
  width: 100%;
}

.stats-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.stats-header-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.key-stats-heading {
  color: #ff6701;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.key-stats-heading.our-mission {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.key-stats-heading.how-we-work {
  color: #2a2a2a;
}

.key-stats-heading.footer {
  color: #2a2a2a;
  letter-spacing: -2px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

.key-stats-heading.footer:hover {
  color: #ff6701;
}

.stat-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.stat-figure-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.counter-text {
  color: #ff6701;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  display: flex;
}

.counter-text.projects {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.stat-figure-description-text {
  color: #2a2a2a;
  font-size: 20px;
  line-height: 28px;
}

.our-mission-section {
  margin-top: 120px;
}

.our-mission-container {
  max-width: 1920px;
}

.our-mission-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.our-mission-image-wrapper {
  width: 100%;
}

.our-mission-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ff6701;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.our-mission-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.our-mission-header-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.provide-growth-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 6%;
  display: flex;
}

.horizontal-divider {
  background-color: #2a2a2a;
  width: 128px;
  height: 1px;
}

.our-mission-description-text {
  width: 70%;
}

.mission-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.our-mission-text-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.how-we-work-section {
  justify-content: center;
  margin-top: 120px;
  display: flex;
}

.how-we-work-container {
  max-width: 1920px;
}

.how-we-work-image-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.how-we-work-image {
  min-width: 100%;
  position: static;
}

.how-we-work-header-text-wrapper {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-top-left-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 55%;
  padding: 36px;
  display: flex;
  position: absolute;
}

.how-we-work-header-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 70px;
}

.our-process-cards-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid #d2d2d5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 20rem;
  padding: 36px;
  display: flex;
}

.process-header-text-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-description-wrapper {
  display: none;
}

.our-process-description-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

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

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.footer-text {
  color: #2a2a2a;
  letter-spacing: -.2px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
}

.footer-email-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-3.mobile {
  display: none;
}

.footer-email-text {
  color: #2a2a2a;
  letter-spacing: -.5px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.footer-email-text.footer-nav-header {
  display: none;
}

.footer-get-in-touch-button-wrapper {
  color: #2a2a2a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-nav-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-socials {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.footer-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.footer-nav.nav-links {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.footer-social-link-text {
  color: #2a2a2a;
  letter-spacing: -.5px;
  white-space: nowrap;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-social-link-text:hover {
  opacity: .65;
  color: #ff6701;
}

.footer-social-link-text.w--current {
  color: #ff6701;
  white-space: nowrap;
  font-size: 16px;
}

.footer-social-link-text.privacy-page {
  font-size: 16px;
}

.footer-copyrights-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyrights-text {
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.services-carousel-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
}

.sub-service-hero-container {
  background-image: url('../images/Landing-Page-Image.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 80vh;
  padding-top: 0;
  display: flex;
}

.sub-service-hero-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
}

.our-process-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.our-process-wrapper.sub {
  width: 50%;
}

.faqs-section.contact {
  margin-top: 48px;
  margin-bottom: 120px;
}

.faqs-container {
  width: 86%;
  max-width: none;
}

.faqs-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 36%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faqs-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.find-answer-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f6f7f9;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.find-answer-content-wrapper.mobile, .find-answer-content-wrapper.hide {
  display: none;
}

.faqs-header-text {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.light-grey-color {
  color: #6d7a82b3;
}

.faq-header-text {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 64px;
}

.accordion-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  display: flex;
}

.accordion-item {
  background-color: #f6f7f9;
  border: 1px solid #eee;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.accordion-item-content {
  color: #5f5f5f;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 27px;
  overflow: hidden;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.faqs-content-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faqs-content-wrapper.sub {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.our-work-subtext-wrapper {
  width: 76%;
}

.our-work-section {
  margin-top: 60px;
  margin-bottom: 120px;
}

.our-work-container {
  justify-content: center;
  width: auto;
  max-width: 1920px;
  display: flex;
}

.our-work-content-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  display: flex;
}

.our-work-header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-work-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.our-work-cards-row-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #00000040;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.project-details-content-wrapper {
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin-bottom: 24px;
  padding: 12px;
  display: flex;
  box-shadow: 0 4px 10px #0003;
}

.project-info-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-image-wrapper {
  width: 92%;
  margin: 120px auto;
}

.project-image-wrapper.horizontal {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 24px;
  display: flex;
}

.project-image-wrapper.research {
  margin-top: 180px;
}

.project-details-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-heading-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.project-desc-wrapper {
  margin-bottom: 0;
}

.project-desc-text {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.filters {
  display: none;
}

.collection-list-wrapper {
  width: 100%;
  display: flex;
}

.collection-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-item {
  flex: auto;
}

.project-category-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.project-category-text.hide {
  display: none;
}

.radio-button-circle {
  margin-top: 0;
  display: none;
}

.radio-button-field {
  color: #595959;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.radio-button-field.is-active {
  color: #ff6701;
}

.radio-button-text {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.project-category-wrapper {
  background-color: #ffffff40;
  border-radius: 36px;
  margin-top: 24px;
  margin-right: 24px;
  padding: 8px 12px;
  display: none;
}

.form-block-2 {
  margin-bottom: 0;
}

.project-tag-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.filters-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f6f7f9;
  border-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px;
  display: flex;
}

.company-hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: none;
  padding-top: 16vh;
  display: block;
}

.company-hero-top-content-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.company-header-text-wrapper {
  width: 80%;
}

.company-hero-header-content-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 16px;
  display: flex;
}

.company-subtext-wrapper {
  width: 48%;
}

.company-hero-image-wrapper {
  border-radius: 24px;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
}

.company-hero-video {
  height: 60vh;
  min-height: 0;
  max-height: 850px;
}

.our-values-header-text {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 62px;
}

.our-values-description-text {
  color: #616161;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}

.our-values-container {
  max-width: none;
  margin-top: 120px;
  margin-bottom: 120px;
}

.mission-statement-section {
  margin-bottom: 120px;
}

.mission-statement-container {
  justify-content: center;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.our-values-content-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mission-content-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  display: flex;
}

.mission-wrapper, .values-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.mission-image-wrapper {
  width: 100%;
}

.mission-image {
  object-fit: cover;
  border-radius: 24px;
  min-width: 100%;
  height: 640px;
  max-height: 640px;
}

.mission-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mission-header-text {
  color: #18191d;
  margin-top: 0;
  margin-bottom: 0;
}

.mission-description-text {
  color: #292929;
  margin-bottom: 0;
  font-size: 18px;
}

.mission-section-header-text {
  color: #18191d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.value-image {
  object-fit: cover;
  border-radius: 24px;
  min-width: 100%;
  height: 350px;
  max-height: 350px;
}

.fs-slider-expert-team_instance {
  flex-flow: column;
  width: 92%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.client-testimonial {
  background-image: url('../images/Eleanor-Pena.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding: 36px;
  transition: width .3s;
  display: flex;
  position: relative;
}

.client-testimonial:hover {
  width: 400%;
}

.client-testimonial.card-1 {
  background-image: none;
  background-size: auto;
  width: 400%;
  padding: 0;
  position: relative;
}

.client-testimonial.card-1.hide {
  width: 100%;
}

.our-team-socials-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
  position: relative;
}

.our-team-socials-wrapper:hover {
  grid-template-rows: 1fr;
}

.socials-icon {
  min-width: 36px;
  min-height: 36px;
}

.social-icon-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-team-section {
  margin-top: 120px;
  display: none;
}

.our-team-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.image {
  width: 16px;
  height: 16px;
}

.image.arrow-rotated {
  transform: rotate(180deg);
}

.fs-slider-expert-team_button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #2a2a2a;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  display: flex;
}

.fs-slider-expert-team_navigation {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: relative;
}

.fs-slider-expert-team_list-wrapper {
  perspective: 1200px;
  flex: 1;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-slider-expert-team_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
  overflow: visible;
}

.fs-slider-expert-team_slide {
  background-image: url('../images/Brandon-Lee.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 23%;
  height: 600px;
  padding: 36px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.fs-slider-expert-team_slide:hover {
  min-width: 46%;
}

.fs-slider-expert-team_slide.one {
  background-image: linear-gradient(#0000 75%, #000), url('../images/Freddie-Halvarson.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 100px;
  height: 660px;
}

.fs-slider-expert-team_slide.one:hover {
  min-width: 520px;
}

.fs-slider-expert-team_slide.two {
  background-image: linear-gradient(#0000 75%, #000), url('../images/Emily-Parker.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 100px;
  height: 660px;
}

.fs-slider-expert-team_slide.two:hover {
  min-width: 520px;
}

.fs-slider-expert-team_slide.three {
  background-image: linear-gradient(#0000 75%, #000), url('../images/Ryan-Carter.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 100px;
  height: 660px;
}

.fs-slider-expert-team_slide.three:hover {
  min-width: 520px;
}

.fs-slider-expert-team_slide.four {
  background-image: linear-gradient(#0000 75%, #000), url('../images/Brandon-Lee.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 100px;
  height: 660px;
}

.fs-slider-expert-team_slide.four:hover {
  min-width: 520px;
}

.clients-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  min-width: 100%;
  display: flex;
}

.client-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: .5px solid #eee;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  padding: 32px;
  display: flex;
}

.clients-header-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.clients-description-text {
  color: #5f5f5f;
  text-align: center;
}

.clients-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-content-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-container {
  max-width: none;
}

.clients-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.our-expert-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

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

.project-hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 1920px;
  padding-top: 16vh;
  display: block;
}

.project-hero-top-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-hero-header-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 16px;
  display: flex;
}

.project-hero-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  overflow: hidden;
}

.project-hero-header-text-wrapper {
  width: auto;
}

.project-subtext-wrapper {
  width: 100%;
}

.project-hero-header-text {
  color: #2a2a2a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 69px;
}

.project-details-text-content-wrapper {
  background-color: #f6f7f9;
  border-radius: 24px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  top: -60px;
}

.project-details-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.case-study-info-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-info-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.project-info-details-text {
  font-size: 17px;
  line-height: 24px;
}

.overview-container {
  max-width: 92%;
}

.overview-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overview-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.overview-description-text-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.overview-bg-image-wrapper {
  position: absolute;
  right: 6%;
}

.pain-points-container {
  max-width: 92%;
}

.pain-points-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pain-points-description-text-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.pain-points-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.pain-points-bg-image-wrapper {
  position: absolute;
  right: 6%;
}

.project-image {
  border: 1px solid #0003;
  border-radius: 24px;
  width: 100%;
}

.project-image.horizontal {
  border-radius: 24px;
  width: 50%;
  max-width: 49%;
}

.results-container {
  max-width: 92%;
}

.results-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.results-description-text-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.results-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.results-bg-image-wrapper {
  position: absolute;
  right: 6%;
}

.result-stats-grid-wrapper {
  width: 100%;
}

.result-stats-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.result-stat-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.result-stat-figure-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.result-figure-text-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.result-stat-figure-description-text {
  color: #2a2a2a;
  font-size: 20px;
  line-height: 28px;
}

.project-logo-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.contact-header-text {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 56px;
}

.contact-text-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contact-form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f6f7f9;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.form-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-form-block {
  width: 100%;
  margin-bottom: 0;
}

.contact-form-fields-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.field-wrapper.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.field-wrapper.subscribe {
  margin-top: 36px;
}

.field-wrapper.subscribe.contact-page {
  margin-top: 16px;
}

.field {
  border-radius: 24px;
  height: 40px;
  margin-bottom: 0;
}

.field::placeholder {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 24px;
}

.field.text-area {
  border-radius: 18px;
  min-height: 180px;
  padding: 12px 16px;
}

.field.text-area::placeholder {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 24px;
}

.checkbox-label {
  color: #5f5f5f;
  margin-bottom: 0;
  margin-left: 6px;
  font-size: 14px;
  line-height: 24px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  min-width: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.service-checkboxes-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.services-checkbox-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.service-checkboxes {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-form-button-wrapper {
  margin-top: 16px;
  position: relative;
}

.send-message-button {
  color: #2a2a2a;
  background-color: #fff;
  border-radius: 48px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  transition: color .3s, background-color .3s;
}

.send-message-button:hover {
  color: #fff;
  background-color: #ff6701;
}

.div-block-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contact-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-us-details-grid-wrapper {
  width: 100%;
}

.contact-us-details-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
}

.contact-us-grid-details-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-us-grid-details-wrapper.call {
  display: none;
}

.contact-image-wrapper {
  background-color: #f6f7f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  display: flex;
}

.contact-description-text {
  opacity: .8;
  color: #2a2a2a;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.contact-email-link-wrapper {
  text-decoration: none;
}

.contact-email-text {
  color: #2a2a2a;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.contact-email-text.number {
  text-decoration: none;
}

.underlined {
  text-decoration: underline;
}

.contact-us-hero-container {
  background-image: linear-gradient(#000, #0000 20% 80%, #000), url('../images/Contact-Us-Hero-Image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 80vh;
  max-height: 80vh;
  padding-top: 0;
  display: flex;
}

.hero-subtext {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.nav-option-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-tag-wrapper {
  background-color: #ffffff40;
  border-radius: 120px;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 20px;
}

.service-icon {
  width: 30px;
  height: 30px;
}

.fs-slider-video-testimonial_pagination {
  z-index: 10;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.fs-slider-video-testimonial_pagination_bullet {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 120px;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.fs-slider-video-testimonial_pagination_bullet.is-bullet-active {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 120px;
  display: inline-block;
}

.fs-slider-video-testimonial_instance {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  max-height: none;
  display: flex;
  position: relative;
}

.fs-slider-video-testimonial_list-wrapper {
  perspective: 1200px;
  border-radius: 24px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider-video-testimonial_list {
  height: 100%;
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.fs-slider-video-testimonial_navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
}

.fs-slider-video-testimonial_button {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.page-hero-container {
  background-image: url('../images/Magic-Work-Hero-Bg-Image.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 80vh;
  padding-top: 36px;
  display: flex;
}

.page-hero-header-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 57px;
}

.page-hero-header-text.page-hero-headers {
  line-height: 110%;
}

.page-hero-header-text.page-hero-headers.black-hero-header {
  color: #2a2a2a;
}

.page-hero-header-subtext {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.page-hero-header-subtext.page-hero-subtext.black-hero-subtext {
  color: #2a2a2a;
}

.testimonials-client-role-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.team-role-text-wrapper {
  opacity: .6;
  color: #fff;
  font-size: 16px;
}

.why-use-service-card-description-text {
  color: #616161;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}

.contact-us-hero-header-text-wrapper {
  width: auto;
}

.contact-subtext-wrapper {
  width: 80%;
}

.services-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.get-in-touch-container {
  width: 84%;
  max-width: none;
  margin-top: 120px;
}

.faq-paragraph {
  opacity: .7;
  color: #000;
  margin-top: 18px;
  margin-bottom: 0;
}

.why-us-tag-wrapper {
  background-color: #2a2a2a12;
  border-radius: 120px;
  padding: 10px 20px;
}

.project-hero-image {
  object-fit: cover;
  border: 1px solid #0003;
  border-radius: 24px;
  min-width: 100%;
  max-height: 520px;
}

.why-you-need-service-card-header-text {
  color: #474747;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.why-you-need-service-card-description-text {
  color: #47474799;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.why-us-header-text {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 62px;
}

.why-us-header-text-wrapper {
  width: 90%;
}

.why-us-subtext {
  color: #616161;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}

.why-us-service-card-header-text {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.service-subtext-white {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.navbar-desktop {
  display: none;
}

.navbar-desktop.tablet {
  display: flex;
}

.nav-desktop {
  display: none;
}

.nav-menu-desktop {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1b1f;
  border: 1px solid #f3f4f6;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.nav-menu-desktop:hover {
  opacity: .65;
}

.nav-menu-desktop.w--current {
  color: #fff;
  background-color: #ff6701;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.nav-menu-desktop.w--current:hover {
  opacity: .9;
}

.nav-menu-desktop.serv1 {
  border-style: none;
  border-width: 0;
  border-radius: 0;
}

.nav-menu-desktop.web.mobile {
  border: 0 #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 0 16px 16px;
}

.nav-button-wrapper-desktop {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 4%;
  padding: 16px;
  display: flex;
  position: absolute;
  right: 0;
}

.nav-button-wrapper-desktop.hide {
  display: none;
}

.image-2, .image-2.blogs-card {
  filter: invert();
}

.radio-button-field-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.project-logo {
  width: 50px;
}

.tag-wrapper-white {
  background-color: var(--ui-ux);
  color: var(--white);
  border-radius: 120px;
  padding: 10px 20px;
  font-size: 18px;
}

.tag-wrapper-dark {
  background-color: #2a2a2a12;
  border-radius: 120px;
  padding: 10px 20px;
}

.case-study-hero-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.case-study-hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: none;
  padding-top: 16vh;
  display: block;
}

.case-study-hero-top-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-study-hero-header-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 16px;
  display: flex;
}

.case-study-hero-header-text-wrapper {
  width: 80%;
}

.case-study-hero-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  overflow: hidden;
}

.case-study-hero-image {
  object-fit: cover;
  border-radius: 24px;
  min-width: 100%;
  max-height: 560px;
}

.case-study-logo-text-content-wrapper {
  background-color: #f6f7f9;
  border-radius: 24px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  top: -60px;
}

.case-study-details-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.company-logo-image {
  width: 100px;
  max-width: none;
}

.company-stat-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.company-stat-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.company-stats-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.case-study-subtext-wrapper {
  width: 48%;
}

.case-study-details-container {
  width: 92%;
  max-width: 100%;
}

.post-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.post-body_rich-text {
  text-align: left;
  margin-top: -1em;
  font-size: 18px;
}

.blog-post_toc {
  border-left: 1px solid #2a2a2a33;
  position: sticky;
  top: 16vh;
}

.blog-post_toc-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 50vh;
  margin-bottom: 0;
  margin-left: -1px;
  padding-left: 0;
  padding-right: 1.5rem;
  display: flex;
  overflow: auto;
}

.blog-post_toc-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.toc_h2 {
  color: #2a2a2a80;
  border-left: 2px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.u-toc-current-link {
  color: #2a2a2a;
  border-left: 2px solid #2a2a2a;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity .2s, font-size .2s, color .2s, border-color .2s;
}

.toc-subitems {
  opacity: 1;
  max-height: 0;
  overflow: hidden;
}

.toc_script, .drafts {
  display: none;
}

.subscription-box_component {
  text-align: center;
  background-color: #f6f7f9;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: auto;
  padding: 36px;
  display: flex;
}

.card-text {
  text-align: left;
  font-size: 18px;
}

.blog-post_close-toc-overlay, .blog-post_open-toc-button {
  display: none;
}

.toc_open-group-icon {
  cursor: pointer;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .25rem;
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.hover-wrapper {
  border: 1px solid #f3f4f6;
  border-radius: 36px;
}

.section {
  z-index: 20;
}

.ui-ux-buttn {
  background-color: var(--33white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 45px;
  font-size: 18px;
  font-weight: 300;
}

.cta-label {
  color: var(--red-asterisk);
  margin-top: 20px;
  margin-bottom: -30px;
  padding-left: 72px;
}

.cta-label.work-email {
  padding-left: 138px;
}

.div-block-10.div-footer-service {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-12 {
  display: none;
}

.project-info-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blogs-header-text-wrapper {
  width: 80%;
}

.blogs-subtext-wrapper {
  width: 66%;
}

.blogs-hero-header-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 16px;
  display: flex;
}

.blogs-hero-top-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogs-hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: none;
  padding-top: 16vh;
  display: block;
  overflow: hidden;
}

.services-image-wrapper {
  border-radius: 16px;
  width: 35%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-blogs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.hero-div-img-blogs {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#fff0, #000 88%);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  height: 500px;
  display: flex;
  position: relative;
}

.hero-div-img-blogs.grid-div-blog-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#fff0, #000 88%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 100%;
  position: relative;
}

.hero-div-img-blogs.grid-div-blog-2 {
  background-image: linear-gradient(#fff0, #000 88%), url('../images/img2.jpg');
  width: 95%;
  position: relative;
}

.heading-7 {
  color: #fff;
  letter-spacing: .4px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 47px;
}

.div-block-18 {
  z-index: 2;
  padding: 36px 36px 24px;
  position: relative;
}

.div-block-18.grid-blogs-info-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 36px 36px 24px;
  display: block;
  overflow: hidden;
}

.blogs-hero-title, .blogs-hero-title.grid-blog-title {
  margin-top: 0;
  margin-bottom: 12px;
}

.section-blogs {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  display: flex;
  overflow: hidden;
}

.manufacturing-button {
  height: 37px;
  position: absolute;
  top: 36px;
  right: 36px;
}

.manufacturing-button.grid {
  top: 36px;
  right: 36px;
}

.path-2 {
  color: #fff;
}

.rect {
  color: #ff6701;
}

.grid-container-blog {
  justify-content: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.grid-div-blogs {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-19 {
  justify-content: center;
  display: flex;
}

.text-12 {
  color: #2a2a2a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1707479507 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1707479508 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-427321752 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-427321751 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1707479509 {
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1707479510, .frame-1707479511 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-427321759 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1707479512 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 330px;
  text-decoration: none;
  display: flex;
}

.frame-427321762 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1707479513 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.frame-57 {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-20 {
  color: #1a202c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 136.52%;
  text-decoration: none;
}

.text-21 {
  color: #4a5568;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 162.02%;
  text-decoration: none;
}

.text-24 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-26 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-block-38 {
  color: #ffffffb3;
  font-size: 24px;
  line-height: 160%;
}

.text-38 {
  color: #ff67010f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 340px;
  font-weight: 700;
  line-height: 136%;
  text-decoration: none;
}

.horizontalborder {
  grid-column-gap: 25%;
  grid-row-gap: 25%;
  border: 0 solid #2a2a2a;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1196px;
  padding: 23px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.horizontalborder.grid-horiz-border, .horizontalborder.horiz-cards {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  border-top-color: #ffffff40;
  justify-content: flex-start;
  align-items: center;
  padding: 36px 0 24px;
}

.knowlessvg {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.knowlessvg.button {
  position: absolute;
  inset: auto 10% 10% auto;
}

.knowlessvg.button.grid-blogs-button {
  position: static;
  bottom: 14%;
  right: 5%;
}

.knowlessvg.blog-logo {
  width: 100%;
}

.knowlessvg-2 {
  object-fit: cover;
  overflow: hidden;
}

.info-main {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.info-main.grid {
  display: none;
}

.info1 {
  grid-column-gap: 13px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1707479501 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-48 {
  color: #fff;
  letter-spacing: -.84px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.improved-customer-satisfaction {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}

.frame-1707479503 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #fff;
  letter-spacing: -.84px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.increase-in-sales-info {
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
}

.info-2 {
  align-items: center;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-weight: 500;
  display: flex;
}

.slider {
  background-color: #0000;
  border-radius: 32px;
  height: 100%;
  position: relative;
}

.slide-nav {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  display: none;
  position: absolute;
  top: -85%;
  right: -15%;
}

.mask {
  border-radius: 32px;
}

.slider-page {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 36px;
  display: flex;
}

.slide-1 {
  background-image: linear-gradient(#0000 80%, #ffffff80), url('../images/Video-Review.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 32px;
}

.video-testimonials-section-2 {
  margin-top: 20px;
  display: none;
}

.burger-service-grid {
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.services-overlay-mobile {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
}

.heading-9 {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-weight: 500;
  line-height: 24px;
}

.image-7 {
  padding-top: 0;
}

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

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: auto;
  margin-left: 0;
  display: flex;
  position: static;
  inset: 0% 5% 0% auto;
}

.div-block-25.lower {
  margin-left: 100px;
}

.div-block-26 {
  width: 100%;
  max-width: 1100px;
}

.client-card-wrap {
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  height: 550px;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-card-img {
  width: auto;
  min-width: 100%;
  height: 600px;
  position: absolute;
  inset: 0%;
}

.client-card-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: none;
  position: relative;
}

.client-card-title {
  font-size: 28px;
}

.client-card-mask-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
}

.client-card-mask-clip {
  overflow: hidden;
}

.client-card-text {
  padding-top: 10px;
}

.client-card-main {
  justify-content: space-between;
  display: flex;
}

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

.success-message {
  background-color: #ddd0;
  padding: 0;
}

.tick-icon {
  display: inline-block;
  position: absolute;
  top: auto;
}

.loader-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
}

.text-block-40 {
  color: #fff;
  background-color: #ff6701;
  border-radius: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.svg-submit {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.svg-2 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loader-icon2, .tick-icon2 {
  position: absolute;
  top: 15px;
}

.blogs-horiz-content-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.what-our-client-say-wrapper {
  width: 30%;
  padding-right: 20px;
}

.client-wrapper {
  width: 65%;
  height: 65vh;
  display: flex;
}

.container-2 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-12 {
  font-size: 49px;
  line-height: 55px;
}

.client-card2 {
  background-image: url('../images/Eleanor-Pena.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  width: 30%;
  position: relative;
}

.card-content {
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.card-content-uppper {
  position: relative;
}

.heading-13 {
  color: var(--white);
  font-size: 28px;
}

.paragraph-3, .heading-14 {
  color: var(--white);
}

.card-content-stars {
  position: absolute;
  inset: 45% 0% auto auto;
}

.star {
  width: 20px;
  height: 18px;
}

.checkbox-label-2 {
  color: #a1a1a1;
  margin-bottom: 0;
  margin-left: 6px;
  font-size: 14px;
  line-height: 18px;
}

.subscription-checkbox {
  margin-top: 0;
}

.subscription-checkbox-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.sms-checkbox-wrap {
  margin-bottom: 0;
}

.collection-list-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  display: flex;
}

.awards {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  margin-bottom: 24px;
  display: flex;
}

.top-awards-headers {
  color: #fff;
  font-size: 14px;
  line-height: 18.2px;
}

.our-expert-grid-view {
  display: none;
}

.text-block-43 {
  font-size: 18px;
}

.service-category {
  line-height: 18px;
}

.blog-links {
  display: block;
  position: absolute;
  inset: 0%;
}

.grid-blogs-horiz-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.left-arrow, .right-arrow {
  max-height: 100px;
}

.pop-up {
  z-index: 10;
  background-color: #2a2a2a80;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-pop-up {
  z-index: 15;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
}

.background-video {
  z-index: 15;
  border-radius: 25px;
  width: 50vh;
}

.image-8 {
  z-index: 15;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 3% 3% auto auto;
}

.popup-close-overlay {
  position: absolute;
  inset: 0%;
}

.popup-script {
  display: none;
}

.popup-overlay {
  z-index: 1000;
  background-color: #181d2499;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-play-icon {
  width: 100%;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.popup-video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}

.popup {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  max-width: 60rem;
  display: flex;
}

.popup-close-button {
  background-color: #181d24;
  border-radius: 5rem;
  margin-left: auto;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
}

.popup-play-link {
  opacity: .8;
  color: #bc82dc;
  width: 5rem;
  height: 5rem;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.popup-play-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.iframe-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: flex;
  position: relative;
}

.popup-play-link-overlay {
  justify-content: center;
  align-items: center;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-48 {
  color: #fff;
}

.blog-title {
  color: #fff;
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, Palatino Linotype, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}

.slide-2, .slide-3 {
  background-image: url('../images/Video-Review.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
}

.blog-card-overlay {
  background-image: linear-gradient(#0000, #00000080);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
}

.blog-card-overlay.blogs-page {
  width: 100%;
}

.image-9 {
  min-width: 12px;
  min-height: 12px;
}

.error-message {
  background-color: var(--red-asterisk);
  color: #fff;
  border-radius: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.work-image {
  filter: invert(0%);
  min-width: 48px;
  min-height: 48px;
}

.work-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ripple-button {
  color: #fff;
  background-color: #0f0f0f;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 20px 64px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ripple-bg {
  z-index: 0;
  background-color: #2a2a2a;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
}

.ripple-button-text {
  position: relative;
}

.button-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 14px 30px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-area {
  z-index: 2;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 16px;
  position: relative;
}

.black-arrow-right {
  transform: rotate(180deg);
}

.rippler {
  background-color: #ff6701;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
}

.view-details-button-wrapper {
  color: #fff;
  text-align: center;
  background-color: #2a2a2a;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 0;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-details-button-wrapper.icon-added {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 128px;
  padding-right: 30px;
}

.view-details-button-text {
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.view-details-button-text.icon-added {
  min-width: auto;
  padding-right: 0;
}

.blog-arrow-button {
  background-color: #fff;
  border-radius: 128px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .3s;
  display: flex;
}

.blog-arrow-button:hover {
  transform: scale(1.1);
}

.checkbox-label-sms {
  color: #a1a1a1;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  line-height: 18px;
}

.privacy-policy-container {
  z-index: 10;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.reveal {
  font-size: 16px;
  line-height: 30px;
}

.paragraph-4 {
  color: #00000080;
}

.bold-text {
  color: #000;
}

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

.heading-15 {
  margin-bottom: 20px;
}

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

.policy-para {
  line-height: 24px;
}

.hide {
  display: none;
}

.vertical-fields-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.vertical-fields-wrapper.wrap2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .hero-section.privacy-policy {
    min-height: 120px;
  }

  .navbar-logo-left {
    height: 120px;
    max-height: 100px;
  }

  .navbar-content-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-logo {
    z-index: 999;
  }

  .nav-option-link {
    font-size: 16px;
  }

  .margin-top-10-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-top-10-mobile.hide, .menu-button.w--open, .menu-button.dark.desktop {
    display: none;
  }

  .navbar-button-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 28%;
    display: none;
    position: static;
  }

  .nav-button-wrapper {
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
    box-shadow: 0 0 #0000;
  }

  .nav-button-wrapper.hide {
    display: flex;
  }

  .get-in-touch-button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .get-in-touch-button-wrapper.tablet {
    display: flex;
  }

  .get-in-touch-button-wrapper.dark-nav {
    display: flex;
    position: relative;
  }

  .get-in-touch-button-wrapper.dark-nav.hide {
    display: none;
  }

  .get-in-touch-button-wrapper.tablet {
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: absolute;
  }

  .get-in-touch-button-wrapper.light-nav {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .get-in-touch-button-wrapper.light-nav.hide {
    display: none;
  }

  .get-in-touch-button-wrapper.dark-button.light-nav {
    display: none;
    position: absolute;
  }

  .arrow-wrapper.secondary {
    width: 45px;
    height: 45px;
    margin-right: auto;
  }

  .arrow-wrapper.secondary.white, .arrow-wrapper.secondary.image-cta.arrow-button {
    width: 45px;
    height: 45px;
  }

  .arrow-wrapper.secondary.home {
    border-radius: 120px;
    width: 45px;
    height: 45px;
  }

  .nav-menu-item {
    font-size: 18px;
  }

  .nav-menu-item.w--current {
    padding: 12px 12px 12px 28px;
  }

  .nav-option-icon-wrapper {
    min-width: auto;
    min-height: auto;
  }

  .navbar-icon {
    width: 14px;
    height: 14px;
  }

  .hero-container {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: 100vh;
  }

  .hero-container.image {
    height: 100vh;
  }

  .hero-top-content-wrapper {
    margin-top: 36px;
  }

  .tag-content-wrapper.project {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tag-wrapper {
    background-color: var(--hero-header-background);
    margin-bottom: 0;
    padding: 12px 20px;
  }

  .tag-wrapper.orange, .tag-text {
    font-size: 16px;
  }

  .tag-text.screen-header {
    background-color: #fff0;
    border-radius: 50px;
    padding: 0;
    font-size: 20px;
  }

  .tag-text.screen-header.company {
    background-color: #fff0;
    font-size: 20px;
    line-height: 20px;
  }

  .hero-header-content-wrapper {
    margin-top: 18px;
    padding-bottom: 32px;
  }

  .hero-header-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 55%;
    margin-top: 0;
    display: flex;
  }

  .hero-header-text {
    margin-top: 10px;
    font-size: 64px;
    line-height: 72px;
  }

  .hero-header-text.privacy-policy {
    font-size: 56px;
    line-height: 110%;
  }

  .ccript-logo.light {
    min-height: 35px;
    display: block;
  }

  .ccript-logo.light.white-to-black {
    width: 200px;
    min-width: 235px;
  }

  .ccript-logo.light.white-to-black.service {
    display: none;
  }

  .ccript-logo.dark {
    width: 200px;
    min-width: 235px;
    min-height: 35px;
    display: block;
  }

  .ccript-logo.dark.service.white-to-black {
    width: 260px;
    min-width: 0;
    height: 35px;
    min-height: 35px;
    display: block;
  }

  .button-secondary {
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
    width: 194px;
    min-width: 190px;
    height: 45px;
    font-size: 17px;
  }

  .button-secondary.black {
    min-width: 100%;
  }

  .button-secondary.black.growth.button-font-size {
    height: 45px;
  }

  .button-secondary.white {
    letter-spacing: 0;
    width: auto;
    min-width: 130px;
    height: 45px;
    min-height: 0;
    font-size: 16px;
    line-height: 14px;
  }

  .button-secondary.white.transparent.faqs {
    font-size: 18px;
  }

  .button-secondary.white.button-font-size {
    width: auto;
    height: 45px;
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary.case-studies {
    height: 45px;
    display: none;
  }

  .button-secondary.image-cta.button-font-size {
    height: 45px;
  }

  .button-secondary.black {
    height: 56px;
  }

  .button-secondary.black.create {
    min-width: auto;
  }

  .button-secondary.black.create.button-font-size {
    height: 45px;
  }

  .button-secondary.nav.header {
    width: auto;
    min-width: 0;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary.home.navbar {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 0;
    height: 45px;
    font-size: 18px;
    transition-duration: .3s;
  }

  .button-secondary.home.navbar:hover {
    border-color: #2a2a2a;
  }

  .button-secondary.why-service {
    width: auto;
    min-width: 0;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary.why-service.value {
    min-width: 240px;
  }

  .button-secondary.why-service.value.button-font-size {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary.why-service.value.button-font-size.hide {
    display: none;
  }

  .button-secondary.dark-black.project {
    width: auto;
    min-width: 0;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .button-secondary.button-font-size {
    letter-spacing: 2px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 0;
  }

  .button-secondary.button-font-size.horizontal {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .arrow-inverted.white {
    width: 16px;
    height: 16px;
    overflow: visible;
  }

  .arrow-inverted.home {
    width: 16px;
    height: 16px;
  }

  .featured-clients-text {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
  }

  .brands-logo {
    height: 24px;
  }

  .service-card-wrapper {
    height: 400px;
  }

  .button-icon.arrow.inverted, .button-icon.arrow.non-inverted {
    width: 14px;
    height: 14px;
  }

  .fs-slider-services-content_button {
    border-radius: 28px;
    width: 45px;
    height: 45px;
  }

  .fs-slider2_navigation {
    width: 100%;
  }

  .stats-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .resolution-text {
    font-size: 18px;
    line-height: 24px;
  }

  .stats-text-content-wrapper.sub {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .stats-wrapper {
    min-width: 100%;
  }

  .separator {
    width: 100%;
  }

  .separator.small {
    width: 92%;
  }

  .figure-description-text {
    font-size: 18px;
  }

  .case-studies-section {
    margin-top: 36px;
    margin-bottom: 100px;
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .case-studies-header-text {
    font-size: 44px;
    line-height: 56px;
  }

  .fs-slider_case-studies_slide {
    width: 80%;
  }

  .fs-slider_case-studies_instance {
    width: 92%;
    margin-right: 4%;
  }

  .case-study-wrapper {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .case-study-wrapper.projects {
    border: 1px solid #00000040;
  }

  .testimonials-container {
    max-width: 1920px;
  }

  .card-header-text {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
  }

  .video-testimonials-header-text {
    font-size: 52px;
    line-height: 52px;
  }

  .client-name-text {
    font-size: 32px;
    line-height: 36px;
  }

  .client-role-text {
    font-size: 20px;
    line-height: 28px;
  }

  .certifications-header-text {
    font-size: 44px;
  }

  .certifications-text-wrapper {
    width: 50%;
  }

  .certifications-grid.tablet {
    display: none;
  }

  .certification-card-text {
    height: 260px;
  }

  .certificate-name-text {
    font-size: 18px;
    line-height: 24px;
  }

  .cta-image-wrapper {
    object-fit: cover;
  }

  .form-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .cta-field {
    font-size: 16px;
  }

  .organization-field-wrapper, .phone-field-wrapper {
    margin-top: 32px;
  }

  .project-description-field {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 16px;
  }

  .radio-button-label, .submission-terms-text {
    font-size: 16px;
    line-height: 20px;
  }

  .submit-button {
    height: 56px;
  }

  .footer-container.footer-service {
    max-width: 1920px;
    overflow: hidden;
  }

  .footer-main-text {
    font-size: 66px;
  }

  .company-content-wrapper {
    height: 330px;
  }

  .service-hero-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .service-hero-container {
    background-position: 50%;
    background-size: cover;
    height: 84vh;
    max-height: 84vh;
  }

  .service-hero-top-content-wrapper {
    margin-top: 6%;
  }

  .service-hero-header-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .service-hero-header-text {
    min-width: 800px;
    font-size: 57px;
    line-height: 72px;
  }

  .service-hero-header-text.sub {
    font-size: 64px;
    line-height: 72px;
  }

  .services-subtext.sub {
    font-size: 24px;
    line-height: 32px;
  }

  .featured-services-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .featured-services-container {
    max-width: 1920px;
  }

  .fs-slider-services-content_slide.slide-2, .fs-slider-services-content_slide.slide-3 {
    height: 318px;
  }

  .fs-slider-services-content_slide.slide-1, .fs-slider-services-content_slide.slide-4 {
    height: 660px;
  }

  .featured-services-header-text {
    font-size: 44px;
    line-height: 56px;
  }

  .service-card-header-text, .service-card-header-text.black {
    font-size: 32px;
  }

  .service-subtext, .service-subtext.black {
    font-size: 20px;
    line-height: 28px;
  }

  .why-services-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .why-services-container {
    width: auto;
    max-width: 1920px;
  }

  .why-services-content-wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }

  .why-services-header-text {
    font-size: 44px;
  }

  .why-services-grid-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .why-services-card.sub {
    width: 100%;
  }

  .why-service-card-description-text {
    font-size: 20px;
    line-height: 28px;
  }

  .why-us-container {
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-text-wrapper.hide {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 92%;
    display: flex;
  }

  .why-us-services-header-text {
    text-align: left;
    font-size: 44px;
  }

  .why-us-scroll-animation-wrapper {
    width: 92%;
  }

  .our-design-process-card {
    background-image: url('../images/why-us-bg.svg');
    background-position: 50%;
    background-size: cover;
  }

  .our-design-header-content-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .our-process-card-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .our-process-card {
    width: 100%;
    height: 180px;
  }

  .our-process-card-header-text {
    font-size: 24px;
    line-height: 28px;
  }

  .our-process-subtext {
    font-size: 16px;
    line-height: 24px;
  }

  .number-text-wrapper {
    margin-left: 6px;
  }

  .video-testimonials-container {
    max-width: 1920px;
  }

  .testimonials-content-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .testimonial-wrapper.card-2.mobile {
    display: none;
  }

  .client-name-heading-text {
    font-size: 32px;
  }

  .rating-stars-wrapper.card-1 {
    width: auto;
  }

  .testimonials-wrapper {
    width: 70%;
  }

  .testimonials-layout {
    width: 100%;
  }

  .menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    padding: 1rem;
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .nav-wrapper {
    height: 92%;
    margin-top: 8vh;
    overflow: hidden;
  }

  .image-wrapper {
    height: 92%;
    margin-top: 8vh;
  }

  .nav-grid {
    grid-template-rows: auto auto auto;
    min-height: 90vh;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-items-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 10px 10px 0;
  }

  .nav-items-wrapper._1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top-left-radius: 20px;
    height: 30vh;
    padding: 10px 10px 0;
  }

  .nav-items-wrapper._2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 30vh;
    padding: 10px 10px 0;
  }

  .nav-items-wrapper._3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top-right-radius: 20px;
    height: 30vh;
    padding: 10px 10px 0;
  }

  .nav-items-wrapper._4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 30vh;
    padding-bottom: 0;
  }

  .nav-items-wrapper._6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 30vh;
    padding: 10px 10px 0;
  }

  .nav-items-wrapper._9 {
    border-bottom-right-radius: 20px;
    height: 30vh;
  }

  .nav-items-wrapper._7 {
    border-bottom-left-radius: 20px;
    height: 30vh;
  }

  .nav-items-wrapper._8, .nav-items-wrapper._5 {
    height: 30vh;
  }

  .nav-icon-wrapper {
    background-image: linear-gradient(#e8ecf3, #d7deeac4);
  }

  .nav-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-content-container {
    min-height: 820px;
  }

  .view-all-services-button-wrapper {
    min-width: 220px;
    max-width: none;
    text-decoration: none;
  }

  .view-all-services-button-wrapper.hide {
    display: none;
  }

  .key-stats-heading.footer {
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
  }

  .our-mission-text-wrapper {
    padding: 36px;
  }

  .how-we-work-header-text-wrapper {
    width: 60%;
  }

  .footer-text {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-email-text {
    color: #2a2a2acc;
    font-size: 16.8px;
    font-weight: 500;
  }

  .footer-social-link-text {
    font-size: 16px;
  }

  .footer-social-link-text.w--current {
    font-size: 18px;
  }

  .footer-copyrights-text {
    font-size: 16px;
  }

  .drawer-icon {
    display: none;
  }

  .sub-service-hero-container {
    height: 84vh;
  }

  .faqs-container {
    width: 90%;
  }

  .faqs-header-text {
    font-size: 28px;
    line-height: 38px;
  }

  .accordion-wrapper, .accordion-item {
    width: 100%;
  }

  .accordion-heading {
    font-size: 18px;
  }

  .our-work-content-container {
    width: 92%;
  }

  .our-work-header-text {
    font-size: 44px;
  }

  .our-work-cards-row-wrapper {
    background-position: 45%;
  }

  .project-image-wrapper.research {
    margin-top: 120px;
  }

  .project-image-wrapper.row {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 24px;
    display: flex;
  }

  .radio-button-text {
    font-size: 20px;
  }

  .company-hero-container {
    padding-top: 16vh;
  }

  .company-hero-top-content-wrapper {
    margin-top: 2%;
  }

  .company-subtext-wrapper {
    width: 60%;
  }

  .company-hero-video {
    height: 60vh;
    min-height: 0;
  }

  .our-values-header-text {
    line-height: 55px;
  }

  .our-values-description-text {
    font-size: 18px;
  }

  .our-values-container {
    max-width: none;
  }

  .mission-statement-container {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .our-values-content-wrapper, .mission-content-container {
    width: 92%;
  }

  .mission-section-header-text {
    font-size: 40px;
    line-height: 56px;
  }

  .client-testimonial.card-1.hide {
    display: flex;
  }

  .fs-slider-expert-team_list {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .fs-slider-expert-team_slide.one, .fs-slider-expert-team_slide.two {
    box-sizing: content-box;
    object-fit: fill;
    width: 25%;
    min-width: 100px;
    height: 550px;
    min-height: 0;
  }

  .fs-slider-expert-team_slide.three {
    box-sizing: content-box;
    object-fit: fill;
    width: 25%;
    min-width: 100px;
    height: 550px;
    min-height: 0;
    overflow: visible;
  }

  .fs-slider-expert-team_slide.four {
    box-sizing: content-box;
    object-fit: fill;
    width: 25%;
    min-width: 100px;
    height: 550px;
    min-height: 0;
  }

  .client-card {
    width: 16%;
    height: 260px;
  }

  .clients-header-text {
    font-size: 44px;
  }

  .clients-content-wrapper {
    width: 92%;
  }

  .project-hero-top-content-wrapper {
    margin-top: 2%;
  }

  .project-subtext-wrapper {
    width: 80%;
  }

  .project-hero-header-text {
    font-size: 64px;
    line-height: 72px;
  }

  .project-info-header {
    font-size: 24px;
    line-height: 32px;
  }

  .project-info-details-text {
    font-size: 20px;
  }

  .project-image {
    object-fit: cover;
    border: 1px solid #0003;
    border-radius: 28px;
  }

  .project-image.horizontal {
    object-fit: cover;
    border: 1px solid #0003;
  }

  .contact-header-text {
    font-size: 44px;
  }

  .send-message-button {
    transition: background-color .3s;
  }

  .send-message-button:hover {
    background-color: #cccbca;
  }

  .contact-description-text {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-email-text, .contact-email-text.number {
    font-size: 20px;
    line-height: 28px;
  }

  .contact-us-hero-container {
    height: 84vh;
    max-height: 84vh;
  }

  .hero-subtext {
    font-size: 23px;
    line-height: 32px;
  }

  .nav-option-wrapper {
    display: none;
  }

  .hero-tag-wrapper {
    font-size: 20px;
  }

  .fs-slider-video-testimonial_pagination {
    width: auto;
  }

  .fs-slider-video-testimonial_pagination_bullet {
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 12px;
    width: 12px;
    height: 12px;
  }

  .fs-slider-video-testimonial_pagination_bullet.is-bullet-active {
    background-color: #fff;
    border-radius: 12px;
    width: 12px;
    height: 12px;
  }

  .page-hero-container {
    justify-content: center;
    height: 84vh;
    max-height: 84vh;
  }

  .page-hero-header-text {
    font-size: 64px;
    line-height: 72px;
  }

  .page-hero-header-text.page-hero-headers {
    line-height: 110%;
  }

  .page-hero-header-subtext {
    font-size: 24px;
    line-height: 32px;
  }

  .page-hero-header-subtext.page-hero-subtext {
    font-size: 20px;
    line-height: 28px;
  }

  .services-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .get-in-touch-container {
    width: 88%;
  }

  .project-hero-image {
    border: 1px solid #0003;
    border-radius: 28px;
  }

  .why-you-need-service-card-header-text {
    font-size: 24px;
    line-height: 32px;
  }

  .why-you-need-service-card-description-text {
    font-size: 18px;
  }

  .service-subtext-white {
    font-size: 20px;
    line-height: 28px;
  }

  .navbar-desktop {
    box-sizing: content-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    display: flex;
    overflow: visible;
  }

  .navbar-desktop.tablet {
    min-width: 100%;
  }

  .nav-desktop {
    z-index: 99;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 120px;
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
    padding: 3px;
    display: flex;
    position: relative;
  }

  .nav-menu-desktop {
    z-index: 999;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 45px;
    padding: 8px 14px;
    font-size: 16px;
    transition: background-color .3s, color .3s, opacity .3s;
    position: relative;
  }

  .nav-menu-desktop:hover {
    color: #fff;
    background-color: #ff6701;
  }

  .nav-menu-desktop.w--current {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 45px;
    padding: 8px 14px;
    position: relative;
  }

  .nav-menu-desktop.no-icon {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu-desktop.service {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #ff670100;
    padding-left: 18px;
    padding-right: 8px;
  }

  .nav-menu-desktop.service:hover {
    background-color: #ff6701;
  }

  .nav-menu-desktop.serv1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 36px;
    padding-left: 18px;
    padding-right: 8px;
  }

  .nav-menu-desktop.serv1:hover {
    opacity: 1;
    background-color: #ff6701bf;
  }

  .nav-button-wrapper-desktop {
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .nav-button-wrapper-desktop.hide {
    z-index: 999;
    display: flex;
    position: relative;
  }

  .image-2.blogs-card {
    filter: invert();
  }

  .project-logo {
    width: 60px;
  }

  .tag-wrapper-white {
    background-color: var(--ui-ux);
    padding: 10px 20px;
  }

  .case-study-hero-top-content-wrapper {
    margin-top: 2%;
  }

  .case-study-subtext-wrapper {
    width: 80%;
  }

  .text-block {
    font-weight: 300;
    line-height: 20px;
  }

  .section {
    font-weight: 400;
  }

  .ui-ux-buttn {
    background-color: var(--33white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
  }

  .cta-label {
    color: var(--red-asterisk);
    margin-top: 18px;
    margin-bottom: -30px;
    padding-left: 84px;
    font-size: 18px;
  }

  .cta-label.work-email {
    padding-left: 146px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    line-height: 20px;
  }

  .div-block-10 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    margin-left: 4rem;
    margin-right: 4rem;
    display: flex;
  }

  .div-block-11 {
    justify-content: space-between;
    width: 100%;
    max-width: 81.875rem;
    height: 100%;
    max-height: 12.188rem;
    display: flex;
  }

  .div-block-12 {
    display: none;
  }

  .blogs-subtext-wrapper {
    width: 60%;
  }

  .blogs-hero-top-content-wrapper {
    margin-top: 2%;
  }

  .container-blogs {
    width: 100%;
    max-width: 1280px;
  }

  .hero-div-img-blogs {
    background-position: 50% 0, 0 0;
    background-size: cover, auto;
    width: 100%;
    max-width: 1300px;
  }

  .hero-div-img-blogs.grid-div-blog-1 {
    width: 100%;
  }

  .blogs-hero-title, .blogs-hero-title.grid-blog-title {
    margin-bottom: 18px;
  }

  .manufacturing-button {
    top: 36px;
    right: 36px;
  }

  .manufacturing-button.grid {
    right: 36px;
  }

  .grid-container-blog {
    max-width: 1280px;
  }

  .grid-div-blogs {
    max-width: 1300px;
  }

  .horizontalborder.grid-horiz-border {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 36px;
  }

  .horizontalborder.horiz-cards {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .knowlessvg.button {
    position: absolute;
    inset: auto 10% 10% auto;
  }

  .knowlessvg.button.grid-blogs-button {
    position: static;
    right: 5%;
  }

  .services-overlay-mobile {
    display: none;
  }

  .div-block-25 {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
    justify-content: space-between;
  }

  .div-block-26 {
    max-width: 1300px;
  }

  .svg-submit {
    height: 45px;
  }

  .div-block-28 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    position: static;
    bottom: 10.5%;
  }

  .blogs-horiz-content-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .text-block-43, .service-category {
    font-size: 20px;
  }

  .blog-links {
    display: block;
  }

  .grid-blogs-horiz-content {
    margin-bottom: 0;
  }

  .left-arrow, .right-arrow {
    max-height: 100px;
  }

  .pop-up {
    z-index: 20;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .video-pop-up {
    position: relative;
  }

  .background-video {
    height: 60vh;
  }

  .image-8 {
    width: 25px;
    height: 25px;
    position: absolute;
    inset: 3% 3% auto auto;
  }

  .collection-item-2 {
    width: 100%;
  }

  .ripple-bg {
    background-color: #2a2a2a;
  }

  .button-main {
    background-color: #2a2a2a;
    padding: 0;
  }

  .button-text-area {
    font-size: 17px;
    line-height: 16px;
  }

  .horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .button-arrow-area {
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
    border-radius: 128px;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: -1px;
    margin-right: auto;
    display: flex;
  }

  .button-transparent-light-embed {
    display: none;
  }

  .rippler {
    background-color: #ff6701;
  }

  .view-details-button-wrapper {
    background-color: #2a2a2a;
    width: auto;
    height: auto;
    padding: 0 20px;
  }

  .view-details-button-wrapper.icon-added {
    padding-left: 0;
    padding-right: 30px;
  }

  .view-details-button-text {
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 16px;
    display: flex;
  }

  .bold-text-3 {
    font-size: 28px;
  }

  .vertical-fields-wrapper.wrap2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    background-image: none;
  }

  .hero-section.privacy-policy {
    min-height: 120px;
  }

  .navbar-logo-left {
    height: 10vh;
    max-height: 100px;
  }

  .navbar-container {
    width: 100%;
    max-width: none;
  }

  .nav-button-wrapper {
    margin-top: 0;
    top: auto;
    right: 0;
  }

  .get-in-touch-button-wrapper.hide {
    display: none;
  }

  .arrow-wrapper.secondary, .arrow-wrapper.secondary.white {
    width: 50px;
    max-width: 60px;
    height: 50px;
    max-height: 60px;
  }

  .arrow-wrapper.secondary.image-cta {
    width: 50px;
    min-width: 0;
    max-width: 50px;
    height: 50px;
    min-height: 0;
    max-height: 50px;
  }

  .arrow-wrapper.secondary.image-cta.arrow-button {
    width: 50px;
    max-width: 60px;
    height: 50px;
    max-height: 60px;
  }

  .arrow-wrapper.secondary.nav {
    max-width: 50px;
    max-height: 50px;
  }

  .arrow-wrapper.secondary.home {
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
  }

  .nav-option-icon-wrapper {
    box-sizing: border-box;
    min-width: auto;
    max-width: 1.89rem;
    min-height: auto;
    max-height: 1.89rem;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    position: static;
  }

  .navbar-icon {
    mix-blend-mode: normal;
    max-width: .8rem;
    max-height: .85rem;
    transform: none;
  }

  .hero-container {
    max-width: 1920px;
  }

  .hero-top-content-wrapper {
    font-size: 80px;
  }

  .tag-content-wrapper.project {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .tag-wrapper {
    background-color: var(--hero-header-background);
    margin-bottom: 0;
    padding: 12px 20px;
    line-height: 20px;
  }

  .tag-wrapper.orange {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tag-text {
    font-size: 16px;
    line-height: 16px;
  }

  .tag-text.dark {
    line-height: 18px;
  }

  .tag-text.screen-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff0;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    position: static;
  }

  .tag-text.screen-header.company {
    text-align: center;
    background-color: #fff0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .hero-header-text-wrapper {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .hero-header-text {
    width: auto;
    font-size: 64px;
    line-height: 80px;
  }

  .hero-header-text.privacy-policy {
    font-size: 72px;
  }

  .ccript-logo.light {
    height: 35px;
    display: block;
  }

  .ccript-logo.light.white-to-black {
    width: 260px;
    min-width: 235px;
    max-width: 100%;
    display: block;
    top: auto;
  }

  .ccript-logo.light.white-to-black.service {
    display: none;
  }

  .ccript-logo.dark {
    width: 263px;
    height: 35px;
    display: block;
  }

  .ccript-logo.dark.service {
    width: 260px;
    display: block;
  }

  .ccript-logo.dark.service.white-to-black {
    z-index: 1;
    width: 260px;
    height: auto;
    display: block;
  }

  .button-secondary {
    letter-spacing: 0;
    max-width: 205px;
    height: 50px;
    max-height: 60px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .button-secondary.black.growth {
    min-width: 100%;
  }

  .button-secondary.black.growth.button-font-size {
    height: 50px;
    max-height: 50px;
  }

  .button-secondary.white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: 0;
    justify-content: center;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 50px;
    min-height: 48px;
    max-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .button-secondary.white.button-font-size {
    max-width: none;
    height: 50px;
  }

  .button-secondary.case-studies {
    width: auto;
    max-width: none;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary.image-cta {
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 50px;
    max-height: 3rem;
    font-size: 1rem;
  }

  .button-secondary.image-cta.button-font-size {
    height: 50px;
    max-height: 50px;
  }

  .button-secondary.black {
    width: 100%;
    min-width: auto;
    max-width: 10.5rem;
    height: 100%;
    max-height: 3rem;
    font-size: 1.125rem;
    line-height: 140%;
  }

  .button-secondary.black.create.button-font-size {
    max-width: none;
    height: 50px;
    max-height: 50px;
  }

  .button-secondary.nav.header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 50px;
    max-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .button-secondary.home.navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 50px;
    max-height: 50px;
  }

  .button-secondary.why-service {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    max-width: none;
    height: 50px;
    max-height: none;
  }

  .button-secondary.why-service.value.button-font-size {
    min-width: 0;
  }

  .button-secondary.dark-black.project {
    width: auto;
    min-width: 0;
    max-width: none;
    height: 50px;
    font-size: 18px;
  }

  .button-secondary.button-font-size {
    width: auto;
    max-width: none;
    height: 50px;
    max-height: 3.2rem;
    padding: 14px 20px;
    font-size: 18px;
  }

  .arrow-inverted, .arrow-inverted.white {
    width: 18px;
    height: 18px;
  }

  .arrow-inverted.nav {
    max-width: 100%;
    max-height: 1.5rem;
  }

  .arrow-inverted.home {
    width: 18px;
    height: 18px;
  }

  .hero-bottom-content-wrapper.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .featured-clients-text {
    font-size: 20px;
    line-height: 24px;
  }

  .brands-logo {
    height: 24px;
  }

  .service-card-wrapper {
    height: 390px;
  }

  .button-icon.arrow.inverted {
    width: 18px;
    height: 18px;
  }

  .button-icon.arrow.non-inverted {
    width: 16px;
    height: 16px;
  }

  .fs-slider-services-content_button {
    width: 50px;
    height: 50px;
  }

  .fs-slider2_navigation {
    width: 100%;
  }

  .stats-section {
    justify-content: center;
    display: flex;
  }

  .stats-container {
    width: 100%;
    max-width: 1920px;
  }

  .resolution-text-wrapper.two.home {
    width: 50%;
  }

  .stats-text-content-wrapper.sub {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .separator {
    width: 100%;
  }

  .separator.small {
    width: 92%;
  }

  .case-studies-section {
    margin-bottom: 120px;
  }

  .case-studies-container {
    max-width: 1920px;
  }

  .fs-slider_case-studies_slide {
    width: 70%;
  }

  .fs-slider_case-studies_instance {
    width: 92%;
    margin-right: 4%;
  }

  .case-study-wrapper {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-size: cover;
  }

  .card-wrapper {
    height: 750px;
  }

  .card-header-text {
    letter-spacing: -2px;
    width: 100%;
    max-width: 40.625rem;
    height: 100%;
    max-height: 22.5rem;
    font-size: 100px;
    font-weight: 400;
    line-height: 100%;
  }

  .card-description-text.black {
    color: #2a2a2acc;
    max-width: 40.625rem;
    max-height: 4.75rem;
    font-size: 1.5rem;
    line-height: 160%;
  }

  .card-buttons-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    min-width: auto;
    max-width: none;
  }

  .certifications-container {
    max-width: none;
  }

  .certifications-content-wrapper {
    width: 92%;
  }

  .certifications-text-wrapper {
    width: 50%;
  }

  .certifications-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .certifications-grid.tablet {
    display: none;
  }

  .certifications-grid.company-grid {
    place-items: start center;
    min-width: auto;
  }

  .certifications-grid.home-page-carousel {
    justify-content: space-between;
    align-items: stretch;
  }

  .certification-card-text {
    width: 100%;
  }

  .cta-container {
    max-width: none;
  }

  .cta-field {
    font-size: 15px;
  }

  .project-description-field {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .radio-button-label, .submission-terms-text {
    font-size: 14px;
  }

  .submit-button {
    line-height: 6px;
  }

  .footer-container.footer-service {
    max-width: 1920px;
  }

  .footer-main-text {
    font-size: 4.75rem;
    font-weight: 400;
    line-height: 5.25rem;
  }

  .company-content-wrapper {
    justify-content: center;
    max-width: 1920px;
    height: 345px;
    overflow: hidden;
  }

  .navigation-content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .company-icon {
    width: auto;
    min-width: 70%;
    max-width: 100%;
    height: auto;
    min-height: 70%;
    max-height: 100%;
  }

  .service-hero-container {
    background-image: none;
    width: auto;
    max-width: 1920px;
    height: auto;
    min-height: 658px;
  }

  .service-hero-top-content-wrapper {
    margin-top: 6%;
  }

  .service-hero-header-content-wrapper {
    margin-top: 8px;
  }

  .service-hero-header-text {
    text-align: center;
    width: auto;
    max-width: none;
    max-height: 140px;
    font-size: 64px;
    line-height: 72px;
  }

  .why-services-container {
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .why-services-content-wrapper {
    width: 92%;
    margin-left: 50px;
    margin-right: 50px;
  }

  .why-services-description-wrapper {
    width: 55%;
  }

  .why-services-header-text {
    max-width: 880px;
    font-size: 40px;
    line-height: 120%;
  }

  .why-services-grid {
    justify-content: stretch;
  }

  .why-services-card {
    max-width: none;
  }

  .why-services-card.sub {
    width: 100%;
    max-width: none;
  }

  .why-us-container {
    width: auto;
    max-width: 1920px;
  }

  .why-us-text-wrapper.hide {
    justify-content: space-between;
    align-items: flex-start;
  }

  .our-design-header-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
  }

  .our-process-card {
    flex-flow: row;
    width: 100%;
  }

  .number-text-wrapper {
    margin-left: 6px;
  }

  .number-text {
    padding-left: 80px;
  }

  .video-testimonials-section {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .video-testimonials-container {
    max-width: 1302px;
    max-height: 780px;
  }

  .testimonials-description-text, .client-testimonial-text {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonials-wrapper {
    width: 70%;
  }

  .testimonial-bg-image {
    max-height: 600px;
  }

  .menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 100vh;
    height: 100vh;
    max-height: 100vh;
    padding: 1rem;
    display: none;
  }

  .nav-wrapper {
    height: 92%;
    overflow: hidden;
  }

  .image-wrapper {
    height: 92%;
  }

  .nav-grid {
    grid-template-rows: auto auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-items-wrapper, .nav-items-wrapper._1, .nav-items-wrapper._2, .nav-items-wrapper._3, .nav-items-wrapper._4, .nav-items-wrapper._6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 20px;
    padding-right: 0;
  }

  /* .nav-links-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  } */

  .nav-link {
    font-size: 12px;
    line-height: 16px;
  }

  .image-content-container {
    min-height: 800px;
  }

  .view-all-services-button-wrapper {
    min-width: 12.938rem;
    max-width: none;
    min-height: 49.6px;
  }

  .view-all-services-button-wrapper.hide {
    display: none;
  }

  .paragraph-2 {
    width: 48%;
  }

  .key-stats-heading.footer {
    font-weight: 400;
    line-height: 48px;
  }

  .how-we-work-container {
    width: 100%;
  }

  .footer-text {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-email-text {
    color: #2a2a2acc;
    font-size: 18.5px;
    font-weight: 500;
    line-height: 25px;
  }

  .footer-nav-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .footer-nav.nav-links {
    font-size: 20px;
  }

  .footer-social-link-text {
    font-size: 18px;
  }

  .footer-social-link-text.w--current {
    font-size: 20px;
  }

  .sub-service-hero-container {
    height: 84vh;
  }

  .accordion-wrapper, .accordion-item {
    width: 100%;
  }

  .our-work-container {
    width: auto;
    max-width: none;
  }

  .our-work-content-container {
    width: 92%;
  }

  .our-work-header-text {
    font-size: 40px;
  }

  .our-work-cards-row-wrapper {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    border: 1px solid #00000040;
  }

  .form-block-2 {
    display: none;
  }

  .company-hero-container {
    padding-top: 16vh;
  }

  .company-hero-top-content-wrapper {
    margin-top: 2%;
  }

  .company-hero-header-content-wrapper {
    margin-top: 0;
  }

  .company-hero-video {
    height: 60vh;
    min-height: 0;
  }

  .our-values-header-text {
    line-height: 58px;
  }

  .our-values-container, .mission-statement-container {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .our-values-content-wrapper, .mission-content-container {
    width: 92%;
  }

  .mission-section-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .client-testimonial.card-1.hide {
    max-height: 600px;
  }

  .our-team-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .fs-slider-expert-team_list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    display: flex;
  }

  .fs-slider-expert-team_list {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
  }

  .fs-slider-expert-team_slide.one {
    width: 25%;
    min-width: 100px;
    max-width: none;
    height: 600px;
    min-height: 0;
    max-height: 780px;
  }

  .fs-slider-expert-team_slide.two {
    width: 25%;
    min-width: 100px;
    max-width: none;
    height: 600px;
    min-height: 0;
  }

  .fs-slider-expert-team_slide.three {
    width: 25%;
    min-width: 240px;
    max-width: none;
    height: 600px;
    min-height: 0;
  }

  .fs-slider-expert-team_slide.four {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 25%;
    min-width: 100px;
    max-width: none;
    height: 600px;
    min-height: 0;
  }

  .client-card {
    width: 240px;
  }

  .our-expert-header-text {
    font-size: 44px;
  }

  .project-hero-header-text-wrapper {
    width: 64%;
  }

  .project-hero-header-text {
    font-size: 64px;
    line-height: 72px;
  }

  .overview-content-wrapper, .pain-points-content-wrapper {
    width: 90%;
  }

  .project-image, .project-image.horizontal {
    border-radius: 28px;
  }

  .results-content-wrapper {
    width: 90%;
  }

  .field {
    border: 1px solid #0000;
    border-radius: 20px;
  }

  .send-message-button:hover {
    color: #fff;
    background-color: #ff6701;
    padding: 14px 30px;
  }

  .contact-us-hero-container {
    height: 84vh;
    max-height: 84vh;
  }

  .hero-subtext {
    font-size: 20px;
    font-weight: 300;
  }

  .hero-tag-wrapper {
    padding: 10px 20px;
    font-size: 20px;
  }

  .fs-slider-video-testimonial_instance {
    justify-content: flex-start;
    align-items: stretch;
  }

  .fs-slider-video-testimonial_list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .page-hero-container {
    height: 84vh;
    max-height: 84vh;
  }

  .page-hero-header-text {
    font-size: 64px;
    line-height: 72px;
  }

  .page-hero-header-subtext {
    font-size: 20px;
  }

  .contact-subtext-wrapper {
    width: 70%;
  }

  .get-in-touch-container {
    width: 88%;
  }

  .why-you-need-service-card-description-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
  }

  .navbar-desktop {
    align-items: center;
    min-width: 100%;
  }

  .nav-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    min-height: 54px;
    max-height: none;
    padding: 4px;
  }

  .nav-menu-desktop {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 4px 14px;
  }

  .nav-menu-desktop.w--current {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    max-height: 50px;
    padding: 4px 14px;
    position: relative;
    overflow: visible;
  }

  .nav-menu-desktop.no-icon {
    height: 50px;
    max-height: 50px;
    padding: 4px 14px;
  }

  .nav-menu-desktop.service {
    background-color: #ff670100;
    height: 50px;
    max-height: 50px;
    padding-left: 18px;
    padding-right: 8px;
  }

  .nav-menu-desktop.serv1 {
    height: 50px;
    max-height: 50px;
    padding-left: 18px;
    padding-right: 8px;
  }

  .image-2.blogs-card {
    filter: invert();
  }

  .project-logo {
    width: 75px;
  }

  .tag-wrapper-white {
    background-color: var(--ui-ux);
    padding: 12px 20px;
    font-size: 20px;
  }

  .case-study-hero-top-content-wrapper {
    margin-top: 2%;
  }

  .case-study-hero-header-text-wrapper {
    width: 64%;
  }

  .post-body_rich-text {
    font-size: 20px;
  }

  .text-block {
    font-size: 1rem;
  }

  .ui-ux-buttn {
    background-color: var(--33white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    border-radius: 45px;
    max-width: 900px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
  }

  .cta-label {
    color: var(--red-asterisk);
    margin-top: 25px;
    margin-bottom: -30px;
    padding-left: 78px;
    font-size: 23px;
  }

  .cta-label.work-email {
    padding-left: 140px;
  }

  .text-block-3 {
    text-align: left;
    font-size: 18px;
  }

  .text-block-4 {
    flex: 0 auto;
    font-size: 1rem;
    line-height: 20px;
    display: block;
  }

  .text-block-5 {
    font-size: 1rem;
  }

  .text-block-6 {
    text-align: left;
    font-size: 1rem;
    line-height: 20px;
  }

  .text-block-7 {
    font-size: 1rem;
    line-height: 20px;
  }

  .text-block-8 {
    font-size: 1rem;
  }

  .div-block-10.div-footer-service {
    max-width: none;
    overflow: hidden;
  }

  .div-block-11 {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    overflow: hidden;
  }

  .div-block-12 {
    display: none;
  }

  .blogs-header-text-wrapper {
    display: block;
  }

  .container-blogs {
    clear: none;
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-div-img-blogs {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#fff0, #030303fc 86%, #000);
    background-position: 50% 55%, 0 0;
    background-size: cover, auto;
    border-radius: 24px;
    width: 100%;
    max-width: 1300px;
    height: 550px;
    max-height: 550px;
    display: block;
  }

  .hero-div-img-blogs.grid-div-blog-1, .hero-div-img-blogs.grid-div-blog-2 {
    width: 100%;
  }

  .heading-7 {
    filter: drop-shadow(0 2px 8px #00000080);
    color: #fff;
    letter-spacing: .4px;
    margin-left: 0;
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 46px;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 550px;
    display: flex;
  }

  .div-block-18.grid-blogs-info-div {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .blogs-hero-title {
    width: 100%;
    margin-bottom: 18px;
    padding-bottom: 0;
  }

  .blogs-hero-title.grid-blog-title {
    margin-bottom: 18px;
    padding-left: 0;
  }

  .section-blogs {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-blogs.section-blog-2 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .text-block-10 {
    letter-spacing: -1px;
  }

  .manufacturing-button {
    height: 37px;
    position: absolute;
    top: 7.5%;
    right: 2.5%;
  }

  .manufacturing-button.grid {
    top: 36px;
    right: 36px;
  }

  .path-2 {
    color: #fff;
    letter-spacing: .48px;
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
  }

  .rect {
    color: #ff6701;
  }

  .grid-container-blog {
    justify-content: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .grid-div-blogs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .horizontalborder {
    align-items: center;
  }

  .horizontalborder.grid-horiz-border {
    align-items: center;
    padding-top: 36px;
  }

  .horizontalborder.horiz-cards {
    max-width: none;
  }

  .knowlessvg {
    font-size: 10px;
  }

  .info-main {
    grid-column-gap: 25px;
    max-width: 40%;
  }

  .text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .improved-customer-satisfaction {
    width: 200px;
  }

  .increase-in-sales-info {
    color: #fff;
    width: 200px;
    margin-left: 0;
    font-size: 12px;
  }

  .info-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    align-items: center;
    display: flex;
  }

  .slider {
    height: 100%;
    position: relative;
  }

  .slide-nav {
    position: absolute;
  }

  .text-block-39 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-25 {
    justify-content: space-between;
    align-items: baseline;
  }

  .tick-icon, .loader-icon {
    top: 12px;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blogs-horiz-content-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
  }

  .collection-list-wrapper-2 {
    max-width: 1300px;
  }

  .text-block-43 {
    line-height: 20px;
  }

  .service-category {
    font-size: 20px;
    line-height: 20px;
  }

  .blog-links {
    display: block;
    position: absolute;
  }

  .grid-blogs-horiz-content {
    margin-bottom: 0;
  }

  .blog-title {
    line-height: 46px;
  }

  .blog-card-overlay {
    width: 100%;
  }

  .ripple-bg {
    z-index: 0;
  }

  .button-main {
    height: 50px;
    max-height: 3.2rem;
    padding-top: 14px;
  }

  .button-text-area {
    font-size: 18px;
  }

  .view-details-button-text {
    height: 50px;
    max-height: 60px;
    font-size: 18px;
  }

  .blog-arrow-button {
    width: 50px;
    height: 50px;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .policy-para {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .vertical-fields-wrapper.wrap2 {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    background-color: #fff;
  }

  .navbar-logo-left {
    object-fit: fill;
    height: 10vh;
    max-height: 150px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .navbar-container {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-content-wrapper {
    justify-content: space-between;
    width: 92%;
    overflow: visible;
  }

  .nav-button-wrapper {
    margin-top: 0;
    list-style-type: disc;
  }

  .get-in-touch-button-wrapper {
    height: 80px;
    overflow: visible;
  }

  .get-in-touch-button-wrapper.tablet {
    height: 72px;
  }

  .get-in-touch-button-wrapper.dark-nav {
    height: 80px;
  }

  .get-in-touch-button-wrapper.tablet {
    max-width: none;
    height: 72px;
  }

  .get-in-touch-button-wrapper.tablet.w--current {
    max-width: none;
  }

  .get-in-touch-button-wrapper.light-nav {
    max-width: none;
    height: 72px;
  }

  .get-in-touch-button-wrapper.light-nav.w--current {
    max-width: none;
  }

  .arrow-wrapper.secondary {
    border-radius: 50px;
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
    overflow: visible;
  }

  .arrow-wrapper.secondary.white {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .arrow-wrapper.secondary.image-cta {
    border-radius: 80px;
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .arrow-wrapper.secondary.image-cta.arrow-button, .arrow-wrapper.secondary.nav, .arrow-wrapper.secondary.home {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .nav-option-icon-wrapper {
    object-fit: contain;
    border-radius: 80px;
    min-width: auto;
    min-height: auto;
  }

  .navbar-icon {
    width: 22px;
    height: 22px;
  }

  .hero-container.image {
    background-image: linear-gradient(#ff670126, #ffffff1a);
  }

  .hero-top-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
    top: 28vh;
  }

  .tags-wrapper {
    background-color: #71676100;
    border-radius: 0;
    justify-content: center;
    margin-bottom: 0;
  }

  .tags-wrapper.hide {
    display: none;
  }

  .tag-content-wrapper {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-bottom: 0;
  }

  .tag-content-wrapper.project {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tag-wrapper {
    background-color: var(--hero-header-background);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    max-height: none;
    margin-bottom: 0;
    padding: 14px 28px;
    display: flex;
  }

  .tag-wrapper.orange {
    height: auto;
    max-height: 80px;
    padding: 12px 24px;
  }

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

  .tag-text.dark {
    font-size: var(--button-font-1920);
    line-height: 110%;
  }

  .tag-text.screen-header {
    align-items: center;
    padding: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .tag-text.screen-header.company {
    color: #2a2a1c;
    text-align: center;
    background-color: #fff0;
    font-size: 28px;
    line-height: 28px;
  }

  .hero-header-content-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }

  .hero-header-text-wrapper {
    justify-content: center;
    align-items: center;
    width: 52%;
    margin-top: 0;
    display: flex;
  }

  .hero-header-text-wrapper.our-work {
    width: 84%;
    margin-top: 0;
  }

  .hero-header-text {
    font-size: 96px;
    line-height: 105%;
  }

  .hero-header-text.privacy-policy {
    font-size: 88px;
  }

  .ccript-logo.light {
    width: auto;
    height: 48px;
    display: block;
  }

  .ccript-logo.light.white-to-black {
    width: auto;
    height: 48px;
    min-height: 35px;
  }

  .ccript-logo.dark {
    width: 420px;
    height: 70px;
    margin-bottom: 5px;
    display: block;
  }

  .ccript-logo.dark.mobile.absolute {
    width: auto;
    height: 56px;
  }

  .ccript-logo.dark.service {
    width: auto;
    height: 48px;
  }

  .ccript-logo.dark.service.white-to-black {
    width: auto;
    height: 48px;
    min-height: 35px;
    margin-bottom: 0;
    display: block;
  }

  .button-secondary {
    letter-spacing: 0;
    width: 300px;
    min-width: 300px;
    max-width: 100%;
    height: 70px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 26px;
  }

  .button-secondary.black {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 80px;
  }

  .button-secondary.black.growth {
    min-height: 3rem;
  }

  .button-secondary.black.growth.button-font-size {
    height: 80px;
    max-height: 80px;
  }

  .button-secondary.white {
    width: auto;
    min-width: 0;
    height: 80px;
    max-height: 80px;
    font-size: 25px;
    font-weight: 400;
    line-height: 20.8px;
  }

  .button-secondary.white.transparent.faqs {
    font-size: 32px;
    line-height: 20px;
  }

  .button-secondary.white.button-font-size {
    height: 80px;
  }

  .button-secondary.case-studies {
    height: 80px;
    max-height: 80px;
  }

  .button-secondary.image-cta {
    justify-content: center;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 80px;
    max-height: 80px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
    font-weight: 400;
  }

  .button-secondary.image-cta.button-font-size {
    height: 80px;
    max-height: 80px;
  }

  .button-secondary.black {
    padding-left: 48px;
    padding-right: 48px;
    font-weight: 400;
  }

  .button-secondary.black.create.button-font-size {
    width: auto;
    max-width: 235px;
    height: 80px;
    max-height: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-secondary.nav.header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    min-width: 210px;
    max-width: 14rem;
    height: 80px;
    max-height: 80px;
    font-size: 20px;
    line-height: 30px;
  }

  .button-secondary.home.navbar {
    width: auto;
    min-width: 210px;
    max-width: 14rem;
    height: 80px;
    max-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }

  .button-secondary.why-service {
    height: 80px;
    max-height: 80px;
    font-size: 28px;
    line-height: 16px;
  }

  .button-secondary.why-service.value.button-font-size {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary.dark-black.project {
    min-width: 0;
    max-width: none;
    height: 80px;
    max-height: 80px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
  }

  .button-secondary.button-font-size {
    height: 80px;
    max-height: 80px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
    overflow: visible;
  }

  .arrow-inverted {
    width: 24px;
    height: 24px;
  }

  .arrow-inverted.white {
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
    line-height: 18px;
  }

  .arrow-inverted.nav, .arrow-inverted.home {
    width: 25px;
    height: 25px;
  }

  .featured-clients-text {
    font-size: 28px;
    line-height: 38px;
  }

  .brand-logos-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .brands-logo {
    height: 36px;
  }

  .services-container {
    max-width: 1920px;
  }

  .arrow-buttons-wrapper.hide {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-card-wrapper {
    height: 492px;
  }

  .service-description-text {
    font-size: 32px;
    line-height: 42px;
  }

  .button-icon.arrow.inverted {
    width: 24px;
    height: 24px;
  }

  .button-icon.arrow.non-inverted {
    width: 16px;
    height: 16px;
  }

  .fs-slider-services-content_button {
    border-radius: 80px;
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .fs-slider2_navigation {
    width: 100%;
  }

  .stats-container {
    overflow: hidden;
  }

  .stats-container.sub {
    width: 100%;
  }

  .stats-content-wrapper {
    grid-column-gap: 164px;
    grid-row-gap: 164px;
    align-items: center;
  }

  .stats-content-wrapper.sub {
    width: 92%;
  }

  .resolution-text-wrapper.two.home {
    width: 60%;
  }

  .resolution-text {
    font-size: 28px;
    line-height: 38px;
  }

  .stats-header-text {
    font-size: 80px;
    line-height: 100px;
  }

  .stats-text-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .stats-text-content-wrapper.sub {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .stats-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 92%;
    min-width: auto;
  }

  .stats-wrapper.margin-top {
    width: 92%;
  }

  .separator, .separator.small {
    width: 100%;
  }

  .figures-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .figures-wrapper.no-bg {
    width: 100%;
    min-width: 0%;
  }

  .figures-wrapper.no-bg.sub.figures {
    width: 100%;
  }

  .figure-description-text {
    font-size: 28px;
    line-height: 38px;
  }

  .figure-description-text.sub {
    font-size: 26px;
    line-height: 36px;
  }

  .case-studies-section {
    margin-bottom: 120px;
  }

  .case-studies-header-text {
    font-size: 56px;
    line-height: 64px;
  }

  .fs-slider_case-studies_slide {
    width: 1280px;
  }

  .fs-slider_case-studies_instance {
    width: 92%;
    margin-right: 4%;
  }

  .case-study-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    height: 800px;
    position: relative;
  }

  .tag-container {
    top: 36px;
    right: 36px;
  }

  .tag-container.case-studies {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-content-wrapper {
    z-index: 3;
    padding-bottom: 36px;
    padding-left: 36px;
    padding-right: 36px;
    transition: opacity .2s;
    position: relative;
  }

  .project-name-text {
    font-size: 64px;
    line-height: 80px;
  }

  .stats---cta-wrapper {
    width: auto;
  }

  .stats-text {
    font-size: 56px;
    line-height: 64px;
  }

  .stats-text.sign {
    font-size: 48px;
    line-height: 56px;
  }

  .stats-description-text {
    width: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .stats-description-text.details {
    width: 95px;
    font-size: 15px;
    line-height: 22px;
  }

  .case-study-cta-button {
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }

  .arrow-icon {
    width: 24px;
    height: 24px;
  }

  .stats-text-wrapper {
    width: 60%;
  }

  .testimonials-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .testimonials-container {
    max-width: 1920px;
  }

  .testimonials-grid-wrapper {
    justify-content: center;
  }

  .card-wrapper {
    border-radius: 36px;
    max-width: 60%;
    height: 1300px;
    min-height: 0%;
    max-height: 55rem;
  }

  .video-testimonials-wrapper {
    width: 40%;
    min-width: auto;
    max-width: 40%;
    height: 100%;
    max-height: 55rem;
  }

  .card-header-text {
    font-size: 7.5rem;
    line-height: 100%;
  }

  .card-text-wrapper {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    max-width: 40.625rem;
  }

  .card-description-text.black {
    font-size: 1.5rem;
    line-height: 160%;
  }

  .card-buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .video-testimonials-header-text {
    font-size: 72px;
    line-height: 80px;
  }

  .client-details-wrapper {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .client-name-text {
    font-size: 48px;
    line-height: 64px;
  }

  .client-role-text {
    font-size: 28px;
    line-height: 38px;
  }

  .video-testimonials-card {
    min-width: 100%;
    min-height: 100%;
  }

  .fs-slider_video-testimonial_slide {
    min-width: 100%;
    max-width: 31.438rem;
    height: 1000px;
    min-height: auto;
    max-height: 48.75rem;
  }

  .certifications-header-text {
    text-align: center;
    font-size: 56px;
    line-height: 64px;
  }

  .certifications-text-wrapper {
    width: 50%;
  }

  .certifications-description-text {
    font-size: 28px;
    line-height: 38px;
  }

  .certifications-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .certifications-grid.tablet {
    display: none;
  }

  .certifications-grid.tablet.home-page-carousel {
    display: flex;
  }

  .certifications-grid.company-grid {
    place-items: start center;
    min-width: auto;
  }

  .certification-card-text {
    width: 100%;
    height: 360px;
  }

  .certification-card-text.dummy {
    border-width: 0;
  }

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

  .cta-section.service {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .cta-container {
    max-width: 1920px;
    overflow: visible;
  }

  .cta-content-wrapper {
    place-items: center stretch;
    min-width: 92%;
    min-height: auto;
  }

  .cta-fields-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    min-height: 100%;
    margin-bottom: 0;
  }

  .form-header-text {
    font-size: 35px;
    line-height: 45px;
  }

  .horizontal-fields-wrapper {
    margin-bottom: 40px;
  }

  .horizontal-fields-wrapper.wrap2 {
    margin-top: 24px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form-block {
    margin-top: 24px;
  }

  .cta-field {
    color: #fff;
    height: 64px;
    font-size: 20px;
  }

  .project-description-field {
    min-height: 100px;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .radio-button-label {
    margin-left: 8px;
    font-size: 19px;
    line-height: 32px;
  }

  .subscription-radio-button {
    justify-content: flex-start;
    align-items: center;
  }

  .radio-fields-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .submission-terms-text {
    font-size: 19px;
    line-height: 29px;
  }

  .submit-button-wrapper {
    margin-top: 24px;
  }

  .submit-button {
    text-align: center;
    border-radius: 50px;
    height: 80px;
    max-height: 80px;
    padding: 14px 40px;
    font-size: 25px;
    line-height: 10px;
    text-decoration: none;
  }

  .form-bottom-content-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .footer-container.footer-service {
    max-width: 1920px;
  }

  .footer-content-wrapper {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .footer-main-text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .footer-main-text {
    font-size: 100px;
    line-height: 6.1rem;
  }

  .company-content-wrapper {
    height: 450px;
  }

  .navigation-content-wrapper {
    max-width: 100%;
  }

  .certification-company-icon {
    width: 120px;
    height: 120px;
  }

  .company-icon {
    max-width: 22rem;
    min-height: 15rem;
    max-height: 22rem;
  }

  .arrow-right, .arrow-left {
    min-width: 24px;
    min-height: 24px;
  }

  .service-hero-container {
    width: auto;
    max-width: 1920px;
    height: 68vh;
    min-height: 0;
    max-height: none;
  }

  .service-hero-top-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 6%;
    margin-bottom: 0%;
  }

  .service-hero-header-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 1770px;
    margin-top: 0;
  }

  .service-hero-header-text {
    box-sizing: border-box;
    object-fit: contain;
    object-position: 50% 50%;
    font-size: 72px;
    line-height: 69px;
    overflow: visible;
  }

  .service-hero-header-text.sub {
    max-width: 1100px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 88px;
    line-height: 110%;
  }

  .services-subtext.sub {
    font-size: 28px;
    line-height: 38px;
  }

  .fs-slider-services-content_slide.slide-2, .fs-slider-services-content_slide.slide-3 {
    width: 900px;
    height: 388px;
  }

  .fs-slider-services-content_slide.slide-1, .fs-slider-services-content_slide.slide-4 {
    width: 600px;
    height: 800px;
  }

  .featured-services-header-text {
    font-size: 56px;
    line-height: 64px;
  }

  .service-card-header-text, .service-card-header-text.black {
    font-size: 42px;
    line-height: 56px;
  }

  .service-subtext, .service-subtext.black {
    font-size: 28px;
    line-height: 38px;
  }

  .service-text-content-wrapper {
    width: 100%;
  }

  .why-services-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .why-services-container {
    width: auto;
  }

  .why-services-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 92%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .why-services-text-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .why-services-description-wrapper {
    width: 60%;
  }

  .why-ux-services-description-text {
    font-size: 28px;
    line-height: 38px;
  }

  .why-services-header-text {
    font-size: 40px;
    line-height: 120%;
  }

  .why-services-card {
    max-width: none;
  }

  .card-icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .why-service-card-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .why-service-card-description-text, .why-service-card-description-text.subtext {
    font-size: 24px;
    line-height: 32px;
  }

  .why-us-section {
    margin-bottom: 120px;
  }

  .why-us-container {
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-text-wrapper.hide {
    width: 92%;
  }

  .why-us-services-header-text {
    font-size: 56px;
    line-height: 64px;
  }

  .why-us-scroll-animation-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    width: 92%;
    margin-top: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .why-us-left-content-wrapper {
    margin-right: 32px;
  }

  .our-design-process-card-wrapper {
    height: auto;
  }

  .our-design-process-card {
    height: 920px;
    max-height: 920px;
  }

  .our-design-header-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .our-design-header-text-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .our-design-header-text {
    font-size: 56px;
    line-height: 64px;
  }

  .our-design-subtext {
    font-size: 28px;
    line-height: 38px;
  }

  .our-process-card {
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: 200px;
  }

  .our-process-card.last {
    margin-bottom: 0;
  }

  .our-process-card-header-text {
    max-width: 700px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .our-process-subtext {
    font-size: 18px;
    line-height: 24px;
  }

  .number-text-wrapper {
    letter-spacing: -4px;
  }

  .number-text {
    padding-left: 0;
    font-size: 340px;
    font-weight: 600;
  }

  .video-testimonials-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: none;
  }

  .video-testimonials-container {
    justify-content: center;
    max-width: 1920px;
    height: auto;
    max-height: 80%;
    display: flex;
  }

  .testimonials-content-wrapper {
    width: 92%;
  }

  .testimonials-text-wrapper {
    width: 26%;
  }

  .testimonials-description-text {
    font-size: 28px;
    line-height: 38px;
  }

  .testimonial-wrapper.card-2, .testimonial-wrapper.card-3 {
    height: 800px;
    max-height: none;
  }

  .client-header-content-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .client-header-content-wrapper.team {
    width: auto;
  }

  .client-name-heading-text {
    font-size: 52px;
    line-height: 64px;
  }

  .rating-stars-wrapper.card-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .rating-star-icon {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .client-testimonial-text {
    font-size: 28px;
    line-height: 38px;
  }

  .testimonial-card-content-wrapper.card-2, .testimonial-card-content-wrapper.card-1, .testimonial-card-content-wrapper.card-3 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .testimonial-bg-image {
    width: 100%;
    min-width: 0%;
    height: 800px;
    min-height: 100%;
    max-height: 1200px;
  }

  .menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 100vh;
    max-height: 100vh;
    padding: 4rem 1rem 1rem;
    display: none;
  }

  .nav-wrapper {
    border-radius: 20px;
    max-width: 1320px;
    height: 86vh;
    margin-top: 6vh;
    overflow: visible;
  }

  .image-wrapper {
    width: 35%;
    max-width: 600px;
    height: 86vh;
    margin-top: 6vh;
  }

  .nav-grid {
    align-content: start;
    place-items: start center;
    padding-left: 0;
  }

  .nav-items-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-items-wrapper._1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top-style: none;
    border-left-style: none;
    border-top-left-radius: 20px;
    height: 28vh;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .nav-items-wrapper._2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top-style: none;
    height: 28vh;
    padding-bottom: 10px;
  }

  .nav-items-wrapper._3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top-style: none;
    border-right-style: none;
    border-top-right-radius: 20px;
    height: 28vh;
    padding-bottom: 10px;
  }

  .nav-items-wrapper._4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 29vh;
    padding-bottom: 10px;
  }

  .nav-items-wrapper._6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 29vh;
    padding-left: 20px;
  }

  .nav-items-wrapper._9 {
    border-bottom-right-radius: 20px;
  }

  .nav-items-wrapper._7 {
    border-bottom-left-radius: 20px;
    height: 29vh;
    padding-left: 20px;
  }

  .nav-icon-wrapper:hover {
    background-image: linear-gradient(to bottom, var(--orange), var(--orange)), linear-gradient(180deg, #e8ecf3, #d7deeac4);
  }

  .nav-header-text {
    font-size: 1rem;
  }

  .nav-links-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .nav-link {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .service-icon-wrapper.top {
    width: 80px;
    height: 80px;
    min-height: 80px;
    padding: 0;
  }

  .service-card-top-content-wrapper {
    height: auto;
  }

  .service-default-image {
    min-height: 1000px;
  }

  .image-content-container {
    min-height: 1000px;
    padding: 32px;
  }

  .image-header-text {
    font-size: 48px;
    line-height: 56px;
  }

  .view-all-services-button-wrapper {
    justify-content: center;
    min-width: 0;
  }

  .view-all-services-button-wrapper.hide {
    display: none;
  }

  .about-section {
    justify-content: center;
    display: flex;
  }

  .about-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-content-container {
    max-width: 1920px;
    padding: 36px;
    font-size: 32px;
    line-height: 3042px;
  }

  .about-text {
    font-size: 56px;
    line-height: 72px;
  }

  .average-saving-text {
    margin-top: 16px;
  }

  .paragraph-2 {
    width: 52%;
    font-size: 32px;
    line-height: 42px;
  }

  .horizontal-separator {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .stats-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .key-stats-heading {
    font-size: 42px;
    line-height: 50px;
  }

  .key-stats-heading.our-mission, .key-stats-heading.how-we-work {
    font-size: 48px;
    line-height: 56px;
  }

  .key-stats-heading.footer {
    letter-spacing: -2.8px;
    font-size: 56px;
    font-weight: 400;
    line-height: 64px;
  }

  .counter-text {
    font-size: 72px;
    line-height: 80px;
  }

  .counter-text.projects {
    font-size: 64px;
    line-height: 72px;
  }

  .stat-figure-description-text {
    font-size: 28px;
    line-height: 38px;
  }

  .our-mission-container {
    max-width: 1920px;
  }

  .our-mission-text-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 48px;
  }

  .mission-text {
    font-size: 28px;
    line-height: 38px;
  }

  .how-we-work-section {
    display: flex;
  }

  .how-we-work-container {
    width: 100%;
    max-width: 1920px;
  }

  .how-we-work-header-text {
    font-size: 80px;
    line-height: 92px;
  }

  .our-process-cards-wrapper {
    max-width: 1920px;
  }

  .process-card {
    height: 28rem;
  }

  .our-process-description-text {
    font-size: 28px;
    line-height: 38px;
  }

  .footer-text {
    text-align: left;
    margin-top: 5px;
    font-size: 25px;
    line-height: 33px;
  }

  .footer-email-text {
    color: #2a2a2acc;
    font-size: 25.5px;
    font-weight: 500;
    line-height: 32px;
  }

  .footer-nav-wrapper {
    justify-content: space-between;
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer-socials, .footer-nav {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-social-link-text, .footer-social-link-text.w--current {
    font-size: var(--button-font-1920);
    line-height: 38px;
  }

  .footer-copyrights-text {
    font-size: 24px;
  }

  .sub-service-hero-container {
    height: 86vh;
  }

  .faqs-container {
    max-width: 1920px;
  }

  .faqs-header-text {
    font-size: 36px;
    line-height: 48px;
  }

  .faq-header-text {
    font-size: 56px;
    line-height: 72px;
  }

  .accordion-item {
    padding-bottom: 20px;
  }

  .accordion-heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }

  .accordion-item-content {
    width: 100%;
    margin-right: 0;
  }

  .our-work-container {
    justify-content: center;
    max-width: 1920px;
    display: flex;
  }

  .our-work-content-container {
    width: 92%;
  }

  .our-work-header-text {
    font-size: 56px;
    line-height: 64px;
  }

  .our-work-cards-row-wrapper {
    background-position: 50%;
  }

  .project-image-wrapper {
    justify-content: center;
    display: flex;
  }

  .project-image-wrapper.horizontal {
    width: 100%;
    max-width: 1920px;
  }

  .project-image-wrapper.research {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .project-heading-text {
    font-size: 32px;
    line-height: 40px;
  }

  .project-desc-text {
    font-size: 16px;
    line-height: 24px;
  }

  .filters {
    display: none;
  }

  .radio-button-text {
    font-size: 28px;
    line-height: 32px;
  }

  .company-hero-container {
    width: auto;
    max-width: 1920px;
    padding-top: 16vh;
  }

  .company-hero-top-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 2%;
  }

  .company-hero-header-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .company-hero-video {
    height: 60vh;
    min-height: 0;
    max-height: 850px;
  }

  .our-values-header-text {
    font-size: 60px;
    line-height: 70px;
  }

  .our-values-description-text {
    font-size: 28px;
    line-height: 38px;
  }

  .our-values-container, .mission-statement-container {
    width: auto;
    max-width: 1920px;
  }

  .our-values-content-wrapper {
    width: 92%;
  }

  .mission-content-container {
    width: 92%;
    max-width: none;
  }

  .mission-image {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 855px;
  }

  .mission-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mission-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .mission-description-text {
    font-size: 28px;
    line-height: 38px;
  }

  .mission-section-header-text {
    font-size: 56px;
    line-height: 64px;
  }

  .value-image {
    width: 100%;
    min-width: 0%;
    max-width: none;
    height: 100%;
    max-height: 485px;
  }

  .fs-slider-expert-team_instance {
    max-width: 92%;
  }

  .client-testimonial.card-1.hide {
    height: 800px;
    max-height: none;
  }

  .socials-icon {
    max-width: 40px;
    max-height: 40px;
  }

  .our-team-container {
    max-width: 1920px;
  }

  .fs-slider-expert-team_list-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
  }

  .fs-slider-expert-team_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
  }

  .fs-slider-expert-team_slide.one {
    justify-content: space-between;
    width: 25%;
    min-width: 100px;
    max-width: 773px;
    height: 650px;
    min-height: 0;
    max-height: 700px;
  }

  .fs-slider-expert-team_slide.one:hover {
    min-width: 0;
  }

  .fs-slider-expert-team_slide.two {
    justify-content: space-between;
    width: 25%;
    min-width: 100px;
    max-width: 773px;
    height: 650px;
    min-height: 0;
    max-height: 700px;
  }

  .fs-slider-expert-team_slide.two:hover {
    min-width: 0;
  }

  .fs-slider-expert-team_slide.three {
    width: 25%;
    min-width: 100px;
    max-width: 773px;
    height: 650px;
    min-height: 0;
    max-height: 700px;
  }

  .fs-slider-expert-team_slide.three:hover {
    min-width: 0;
  }

  .fs-slider-expert-team_slide.four {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 25%;
    min-width: 100px;
    max-width: 773px;
    height: 650px;
    min-height: 0;
    max-height: 700px;
  }

  .fs-slider-expert-team_slide.four:hover {
    min-width: 0;
  }

  .client-card {
    width: 320px;
    height: 360px;
  }

  .clients-header-text {
    font-size: 56px;
    line-height: 64px;
  }

  .clients-description-text {
    font-size: 28px;
    line-height: 38px;
  }

  .clients-container {
    max-width: 1920px;
  }

  .our-expert-header-text {
    font-size: 56px;
  }

  .project-hero-container {
    padding-top: 16vh;
  }

  .project-hero-top-content-wrapper {
    margin-top: 2%;
  }

  .project-subtext-wrapper {
    width: 60%;
  }

  .project-hero-header-text {
    font-size: 100px;
    line-height: 110%;
  }

  .case-study-info-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .project-info-header {
    font-size: 36px;
    line-height: 48px;
  }

  .project-info-details-text {
    font-size: 28px;
    line-height: 38px;
  }

  .overview-container {
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    display: flex;
  }

  .overview-content-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .overview-header-text {
    font-size: 56px;
    line-height: 64px;
  }

  .overview-description-text-wrapper {
    font-size: 28px;
    line-height: 38px;
  }

  .pain-points-container {
    max-width: 1920px;
  }

  .pain-points-description-text-wrapper {
    font-size: 28px;
    line-height: 38px;
  }

  .pain-points-header-text {
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
  }

  .project-image {
    border-radius: 36px;
    max-width: 1920px;
  }

  .project-image.horizontal {
    border-radius: 36px;
    width: 50%;
    max-width: 49%;
  }

  .results-container {
    max-width: 1920px;
  }

  .results-description-text-wrapper {
    font-size: 28px;
    line-height: 38px;
  }

  .results-header-text {
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
  }

  .bg-image {
    max-width: 160%;
  }

  .contact-header-text {
    font-size: 56px;
    line-height: 64px;
  }

  .field {
    border-radius: 48px;
    height: 64px;
    padding-left: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .field::placeholder {
    font-size: 24px;
    line-height: 32px;
  }

  .field.text-area {
    min-height: 220px;
    font-size: 24px;
  }

  .field.text-area::placeholder {
    font-size: 24px;
    line-height: 32px;
  }

  .checkbox-label {
    margin-left: 12px;
    font-size: 24px;
    line-height: 32px;
  }

  .checkbox-field {
    width: auto;
  }

  .checkbox {
    min-width: 24px;
    min-height: 24px;
  }

  .services-checkbox-heading {
    font-size: 24px;
  }

  .send-message-button {
    height: 80px;
    font-size: 28px;
  }

  .send-message-button:hover {
    background-color: #cccbca;
  }

  .contact-description-text {
    font-size: 24px;
    line-height: 32px;
  }

  .contact-email-text, .contact-email-text.number {
    font-size: 32px;
    line-height: 40px;
  }

  .contact-us-hero-container {
    max-width: 1920px;
    max-height: 84vh;
  }

  .hero-subtext {
    max-width: none;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
  }

  .hero-tag-wrapper {
    padding: 12px 24px;
    font-size: 28px;
    line-height: 28px;
  }

  .service-icon {
    width: 40px;
    height: 40px;
  }

  .fs-slider-video-testimonial_pagination_bullet, .fs-slider-video-testimonial_pagination_bullet.is-bullet-active {
    border-radius: 36px;
    width: 24px;
    height: 24px;
  }

  .fs-slider-video-testimonial_instance {
    width: 100%;
    min-width: 80%;
    max-width: 31.438rem;
    height: 1000px;
    max-height: 48.75rem;
  }

  .fs-slider-video-testimonial_list-wrapper {
    width: auto;
    max-width: 31.438rem;
    max-height: 48.75rem;
  }

  .fs-slider-video-testimonial_list {
    min-width: auto;
    max-width: 31.438rem;
    height: 1000px;
    min-height: auto;
    max-height: 48.75rem;
  }

  .fs-slider-video-testimonial_navigation {
    min-width: 100%;
    max-width: 31.438rem;
    height: 1000px;
    min-height: auto;
    max-height: 48.75rem;
    position: absolute;
  }

  .page-hero-container {
    max-width: 1920px;
    height: 84vh;
    max-height: 84vh;
  }

  .page-hero-container.container-bg {
    padding-top: 0;
  }

  .page-hero-header-text {
    font-size: 72px;
    line-height: 100%;
  }

  .page-hero-header-text.page-hero-headers.black-hero-header {
    line-height: 80px;
  }

  .page-hero-header-subtext {
    font-size: 28px;
    line-height: 38px;
  }

  .testimonials-client-role-text {
    font-size: 32px;
    line-height: 40px;
  }

  .team-role-text-wrapper, .why-use-service-card-description-text {
    font-size: 24px;
    line-height: 32px;
  }

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

  .get-in-touch-container {
    width: 88%;
    max-width: 1920px;
  }

  .faq-paragraph {
    font-size: 24px;
    line-height: 32px;
  }

  .why-us-tag-wrapper {
    padding: 24px 32px;
  }

  .project-hero-image {
    border-radius: 36px;
    max-height: 600px;
  }

  .why-you-need-service-card-header-text {
    font-size: 32px;
    line-height: 42px;
  }

  .why-you-need-service-card-description-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }

  .why-us-header-text {
    font-size: 60px;
    line-height: 70px;
  }

  .why-us-subtext {
    font-size: 24px;
    line-height: 32px;
  }

  .why-us-service-card-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .service-subtext-white {
    font-size: 28px;
    line-height: 38px;
  }

  .navbar-desktop {
    align-items: center;
    min-width: 100%;
  }

  .navbar-desktop.tablet {
    justify-content: space-between;
  }

  .nav-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid #f3f4f6;
    min-height: 78px;
    max-height: none;
    padding: 6px;
  }

  .nav-menu-desktop {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 64px;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 72px;
    min-height: 0;
    max-height: 72px;
    padding: 4px 19px;
    font-size: 24px;
  }

  .nav-menu-desktop.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    min-width: 0;
    max-width: none;
    height: 72px;
    min-height: 0;
    max-height: 72px;
    padding: 4px 19px;
    position: relative;
  }

  .nav-menu-desktop.no-icon {
    max-width: 13rem;
    height: 72px;
    max-height: none;
    padding-left: 19px;
    padding-right: 19px;
  }

  .nav-menu-desktop.service {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--ui-ux);
    height: 72px;
    max-height: 72px;
    padding-left: 24px;
    padding-right: 8px;
  }

  .nav-menu-desktop.serv1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
    max-width: none;
    height: 72px;
    max-height: 72px;
    padding-left: 24px;
    padding-right: 8px;
  }

  .image-2 {
    min-height: 56px;
  }

  .image-2.blogs-card {
    filter: invert();
  }

  .client-company-logo {
    max-width: 55%;
    min-height: 64px;
  }

  .play-icon {
    min-width: 100px;
    min-height: 100px;
  }

  .radio-button-field-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: none;
  }

  .image-5 {
    min-width: 32px;
    min-height: 32px;
  }

  .image-6 {
    min-width: 24px;
    min-height: 24px;
  }

  .project-logo {
    width: 95px;
  }

  .tag-wrapper-white {
    padding: 16px 24px;
  }

  .tag-wrapper-dark {
    padding: 14px 28px;
  }

  .case-study-hero-container {
    max-width: 1920px;
  }

  .case-study-hero-top-content-wrapper {
    margin-top: 2%;
  }

  .case-study-hero-image {
    max-height: 600px;
  }

  .company-logo-image {
    filter: none;
  }

  .company-stats-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .case-study-subtext-wrapper {
    width: 60%;
  }

  .case-study-details-container {
    max-width: 1920px;
  }

  .text-block {
    font-size: 25px;
    line-height: 20px;
  }

  .section {
    z-index: 10000;
    height: auto;
  }

  .ui-ux-buttn {
    background-color: var(--33white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    max-width: none;
    font-size: 25px;
    font-weight: 300;
    line-height: 100%;
    display: flex;
  }

  .cta-label {
    color: var(--red-asterisk);
    margin-top: 30px;
    margin-bottom: -39px;
    padding-left: 105px;
    font-size: 30px;
  }

  .cta-label.work-email {
    padding-left: 185px;
  }

  .text-block-3 {
    max-width: none;
    font-size: 25px;
    line-height: 20px;
  }

  .text-block-4 {
    max-width: none;
    font-size: 25px;
    font-weight: 300;
    line-height: 20px;
  }

  .text-block-5 {
    max-width: none;
    font-size: 25px;
    font-weight: 300;
  }

  .text-block-6 {
    font-size: 25px;
    font-weight: 300;
  }

  .text-block-7 {
    text-align: left;
    font-size: 25px;
    font-weight: 300;
    line-height: 20px;
  }

  .text-block-8 {
    font-size: 25px;
    font-weight: 300;
  }

  .div-block-10.div-footer-service {
    width: 100%;
    max-width: 1920px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .div-block-11 {
    align-items: center;
    max-width: none;
    max-height: none;
  }

  .project-info-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blogs-hero-top-content-wrapper {
    margin-top: 2%;
  }

  .container-blogs {
    width: auto;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-div-img-blogs {
    max-width: none;
    height: 650px;
    max-height: 650px;
  }

  .hero-div-img-blogs.grid-div-blog-1 {
    width: auto;
  }

  .hero-div-img-blogs.grid-div-blog-2 {
    width: 100%;
  }

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

  .div-block-18 {
    height: 650px;
  }

  .blogs-hero-title {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .blogs-hero-title.grid-blog-title {
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 18px;
  }

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

  .section-blogs.section-blog-2 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .text-block-10 {
    font-size: 24px;
    line-height: 26px;
  }

  .manufacturing-button, .manufacturing-button.grid {
    top: 36px;
    right: 36px;
  }

  .grid-container-blog {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-div-blogs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 92%;
    max-width: none;
    display: none;
  }

  .frame-57 {
    height: auto;
  }

  .horizontalborder.grid-horiz-border {
    border-top-color: #ffffff40;
    justify-content: flex-start;
    align-items: center;
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontalborder.horiz-cards {
    border-width: 1px 0 0;
    border-color: #ffffff40 #fff #fff;
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .increase-in-sales-info {
    width: 150px;
  }

  .services-overlay-mobile {
    display: none;
  }

  .text-block-39 {
    font-size: 25px;
    line-height: 20px;
    display: block;
  }

  .div-block-25 {
    justify-content: space-between;
  }

  .div-block-26 {
    width: 92%;
    max-width: none;
  }

  .tick-icon, .loader-icon {
    right: 120px;
  }

  .svg-submit {
    font-size: 25px;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .checkbox-label-2 {
    font-size: 19px;
    line-height: 30px;
  }

  .sms-checkbox {
    margin-top: 8px;
  }

  .collection-list-wrapper-2 {
    width: 92%;
    max-width: none;
  }

  .awards {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-bottom: 48px;
  }

  .top-awards-headers {
    font-size: 24px;
  }

  .text-block-42 {
    font-size: var(--button-font-1920);
  }

  .text-block-43 {
    font-size: 28px;
    line-height: 100%;
  }

  .service-category {
    font-size: 28px;
  }

  .blog-links {
    display: block;
    position: absolute;
    inset: 0%;
  }

  .grid-blogs-horiz-content {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .blog-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 52px;
    line-height: 64px;
  }

  .blog-card-overlay {
    z-index: 1;
    background-image: linear-gradient(#0000, #00000080);
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    width: 100%;
    height: 50%;
    bottom: 0;
  }

  .blog-card-overlay.blogs-page {
    height: 80%;
  }

  .work-image {
    filter: invert(0%);
    min-width: 56px;
    min-height: 80px;
  }

  .work-logo-wrapper {
    min-width: 56px;
  }

  .white-text {
    color: #fff;
  }

  .button-main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 120px;
    height: 80px;
    max-height: none;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

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

  .black-arrow-right {
    min-width: 24px;
    min-height: 24px;
  }

  .view-details-button-text {
    height: 80px;
    max-height: 80px;
    font-size: 24px;
  }

  .checkbox-label-sms {
    font-size: 19px;
    line-height: 30px;
  }

  .privacy-policy-container {
    max-width: 1920px;
    margin-top: 6vh;
  }

  .bold-text-2 {
    font-size: 32px;
  }

  .policy-para {
    margin-bottom: 36px;
    font-size: 28px;
    line-height: 36px;
  }

  .bold-text-3 {
    font-size: 40px;
    line-height: 48px;
  }

  .vertical-fields-wrapper {
    margin-bottom: 40px;
  }

  .vertical-fields-wrapper.wrap2 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 0;
  }

  .hero-section.privacy-policy {
    min-height: 120px;
  }

  .navbar-section {
    z-index: 999;
  }

  .navbar-logo-left {
    height: 80px;
  }

  .navbar-container {
    max-width: none;
  }

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

  .margin-top-10-mobile.hide {
    margin-right: 0%;
  }

  .menu-button {
    color: #fff;
    background-color: #ff6701;
    border-radius: 8px;
    padding: 8px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.dark {
    color: #2a2a2a;
  }

  .menu-button.dark.w--open {
    background-color: #0000;
    padding: 0;
  }

  .menu-button.dark.desktop {
    z-index: 9;
    width: 36px;
    height: 36px;
  }

  .menu-button.dark.desktop.w--open {
    background-color: #ff6701;
    padding: 8px;
  }

  .navbar-button-wrapper {
    z-index: 1000;
    background-color: #0000;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .nav-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: 4%;
    padding: 16px;
    position: absolute;
    top: -48px;
    right: 40px;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-button-wrapper._2.light {
    margin-top: 120px;
    margin-right: auto;
    right: 4%;
  }

  .get-in-touch-button-wrapper {
    font-size: 20px;
    text-decoration: none;
  }

  .get-in-touch-button-wrapper.tablet, .get-in-touch-button-wrapper.dark-nav {
    display: flex;
  }

  .get-in-touch-button-wrapper.dark-nav.hide, .get-in-touch-button-wrapper.tablet, .get-in-touch-button-wrapper.light-nav {
    display: none;
  }

  .arrow-wrapper.secondary {
    background-color: #2a2a2a;
    width: 45px;
    min-width: 0;
    height: 45px;
    min-height: 0;
    margin-top: 0;
    line-height: 14px;
  }

  .arrow-wrapper.secondary.white, .arrow-wrapper.secondary.home, .arrow-wrapper.secondary.dark-black {
    width: 45px;
    height: 45px;
  }

  .nav-menu-item.web {
    color: #1a1b1f;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-menu-item.web.w--current, .nav-menu-item.web.company.w--current {
    color: #fff;
  }

  .hero-container {
    height: 90vh;
    max-height: 1000px;
  }

  .hero-container.image {
    height: 90vh;
  }

  .hero-top-content-wrapper {
    top: 26vh;
  }

  .tags-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tag-content-wrapper.project {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tag-wrapper.orange {
    height: auto;
  }

  .tag-text, .tag-text.dark {
    font-size: 14px;
  }

  .tag-text.screen-header {
    padding: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .tag-text.screen-header.company {
    font-size: 14px;
  }

  .hero-header-content-wrapper {
    margin-top: 0;
  }

  .hero-header-text-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .hero-header-text-wrapper.our-work {
    width: 90%;
  }

  .hero-header-text {
    width: 79%;
    margin-top: 24px;
    font-size: 7.1vh;
    line-height: 7vh;
  }

  .hero-header-text.privacy-policy {
    width: auto;
    font-size: 42px;
    line-height: 50px;
  }

  .hero-header-text.white {
    margin-top: 0;
  }

  .ccript-logo.light.white-to-black.service {
    width: 180px;
  }

  .ccript-logo.dark {
    display: block;
  }

  .ccript-logo.dark.service {
    width: 160px;
  }

  .ccript-logo.dark.service.white-to-black {
    width: 180px;
  }

  .button-secondary, .button-secondary.black.growth.button-font-size, .button-secondary.white, .button-secondary.image-cta.button-font-size {
    height: 45px;
  }

  .button-secondary.home.navbar {
    font-size: 14px;
    line-height: 14px;
  }

  .button-secondary.why-service {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    height: 45px;
  }

  .button-secondary.dark-black.project {
    font-size: 16px;
    line-height: 14px;
  }

  .button-secondary.button-font-size {
    height: 45px;
    font-size: 16px;
    line-height: 14px;
  }

  .arrow-inverted.white {
    font-size: 2.5vh;
  }

  .arrow-inverted.white.tab {
    filter: invert();
  }

  .hero-bottom-content-wrapper {
    display: none;
  }

  .hero-bottom-content-wrapper.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .featured-clients-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .logo-wrapper.tablet {
    display: block;
  }

  .brand-logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 100%;
  }

  .brands-logo {
    height: 14px;
  }

  .services-section.two {
    margin-top: 90px;
  }

  .services-container {
    max-width: none;
  }

  .services-content-wrapper._2 {
    flex-flow: column;
    height: auto;
  }

  .arrow-buttons-wrapper {
    display: none;
  }

  .fs-slider2_navigation {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .stats-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .stats-content-wrapper.sub {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: row;
  }

  .resolution-text-wrapper.two, .stats-header-text-wrapper {
    width: auto;
  }

  .stats-header-text-wrapper._2 {
    margin-top: -15px;
  }

  .stats-header-text {
    font-size: 36px;
    line-height: 46px;
  }

  .stats-text-content-wrapper.sub {
    width: 100%;
  }

  .stats-wrapper.margin-top {
    margin-top: 32px;
  }

  .figures-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .figures-wrapper.no-bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .figure-text {
    font-size: 36px;
    line-height: 56px;
  }

  .figure-text.sign {
    font-size: 24px;
    line-height: 34px;
  }

  .figure-description-text {
    white-space: nowrap;
    font-size: 12px;
    line-height: 18px;
  }

  .case-studies-section {
    margin-bottom: 80px;
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .fs-slider_case-studies_slide, .fs-slider_case-studies_list {
    width: 100%;
  }

  .fs-slider_case-studies_list-wrapper {
    width: 92%;
    margin-left: 0;
  }

  .case-study-wrapper {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-size: cover;
    height: 480px;
  }

  .tag-container {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .case-study-content-wrapper {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-name-text {
    font-size: 42px;
  }

  .stats-text {
    font-size: 36px;
    line-height: 42px;
  }

  .stats-text.sign {
    font-size: 20px;
    line-height: 35px;
  }

  .case-study-cta-button-wrapper {
    display: none;
  }

  .case-study-cta-button {
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
  }

  .arrow-icon {
    height: 12px;
  }

  .testimonials-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .testimonials-grid-wrapper {
    flex-flow: column;
  }

  .card-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    width: auto;
    padding: 48px;
  }

  .video-testimonials-wrapper {
    width: auto;
    height: 640px;
  }

  .card-header-text {
    font-size: 90px;
    line-height: 100%;
  }

  .card-text-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card-description-text {
    font-size: 20px;
    line-height: 26px;
  }

  .card-buttons-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .video-testimonials-header-text {
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
  }

  .video-testimonials-card {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
  }

  .fs-slider_video-testimonial_slide {
    height: 700px;
  }

  .certifications-content-wrapper {
    width: 100%;
  }

  .certifications-header-text {
    text-align: center;
    font-size: 40px;
  }

  .certifications-text-wrapper {
    width: 66%;
  }

  .certifications-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .certifications-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .certifications-grid.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .certification-card-text {
    padding: 20px;
  }

  .cta-section.service {
    margin-top: 80px;
    margin-bottom: 80px;
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .cta-container {
    max-width: none;
  }

  .cta-content-wrapper {
    flex-flow: column;
    grid-template-columns: .8fr;
    place-items: center;
    padding: 32px;
    display: flex;
  }

  .cta-image-wrapper {
    background-image: url('../images/discovery-image.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 420px;
    min-height: auto;
  }

  .cta-fields-wrapper {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
  }

  .horizontal-fields-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: row;
  }

  .form {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .footer-container {
    max-width: none;
    padding-top: 96px;
  }

  .footer-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-main-text-wrapper {
    justify-content: center;
    display: flex;
  }

  .footer-main-text {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 100px;
  }

  .company-content-wrapper {
    height: 30%;
  }

  .ccript-logo-wrapper {
    width: 36%;
  }

  .navigation-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .certification-company-icon {
    object-fit: fill;
    width: 64px;
    max-width: none;
    height: 64px;
  }

  .company-icon {
    max-width: 100%;
  }

  .service-hero-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .service-hero-container {
    height: 98vh;
    min-height: 490px;
    max-height: 1920px;
  }

  .service-hero-top-content-wrapper {
    margin-top: 10%;
  }

  .service-hero-header-content-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .service-hero-header-text {
    font-size: 58px;
    line-height: 64px;
  }

  .service-hero-header-text.sub {
    font-size: 48px;
    line-height: 64px;
  }

  .services-subtext.sub {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .featured-services-section {
    margin-top: 80px;
    margin-bottom: 80px;
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .fs-slider-services-content_slide.slide-2, .fs-slider-services-content_slide.slide-3 {
    width: 100%;
  }

  .fs-slider-services-content_slide.slide-1 {
    width: 100%;
    height: 480px;
  }

  .fs-slider-services-content_slide.slide-4 {
    width: 100%;
    height: 480px;
    padding-top: 48px;
  }

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

  .fs-slider-services-content_list-wrapper {
    width: 92%;
  }

  .fs-slider-services-content_navigation {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .service-card-header-text.black, .service-subtext.black {
    color: #000;
  }

  .service-text-content-wrapper {
    height: auto;
  }

  .service-text-content-wrapper.slide-2 {
    width: 64%;
  }

  .button-wrapper.slide-2 {
    width: 64%;
    display: flex;
  }

  .button-wrapper.slide-1 {
    display: flex;
  }

  .why-services-section {
    font-family: Space Grotesk, Palatino Linotype, sans-serif;
  }

  .why-services-text-wrapper {
    width: 100%;
  }

  .why-services-header-wrapper {
    width: 80%;
  }

  .why-services-description-wrapper {
    width: 100%;
  }

  .why-services-header-text {
    text-align: center;
    width: auto;
  }

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

  .why-services-card.sub {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding: 24px;
  }

  .why-service-card-header-text {
    font-size: 20px;
    line-height: 24px;
  }

  .why-us-section {
    padding-bottom: 80px;
  }

  .why-us-section.sub {
    padding-top: 80px;
  }

  .why-us-container {
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .why-us-content-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .why-us-text-wrapper {
    width: 80%;
  }

  .why-us-text-wrapper.hide {
    width: 100%;
  }

  .why-us-services-header-text {
    text-align: center;
  }

  .why-us-scroll-animation-wrapper {
    flex-flow: column;
  }

  .why-us-left-content-wrapper {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }

  .why-us-right-content-wrapper {
    width: 100%;
    max-height: none;
    margin-top: 36px;
    overflow: visible;
  }

  .our-design-process-card-wrapper {
    height: auto;
    position: static;
  }

  .our-design-process-card {
    height: 600px;
  }

  .our-design-header-text-wrapper {
    width: 100%;
  }

  .our-design-subtext {
    opacity: .8;
    font-size: 18px;
    line-height: 160%;
  }

  .our-process-card {
    height: 180px;
    margin-bottom: 24px;
  }

  .our-process-card.last {
    margin-bottom: 0;
  }

  .video-testimonials-section {
    display: flex;
  }

  .testimonials-content-wrapper {
    flex-flow: column;
  }

  .testimonials-text-wrapper {
    width: 100%;
  }

  .testimonials-header-text {
    font-size: 40px;
    line-height: 64px;
  }

  .testimonials-description-text {
    font-size: 16px;
  }

  .testimonial-wrapper.card-2 {
    height: 640px;
    padding: 0;
    transition: all .3s;
  }

  .testimonial-wrapper.card-2:hover {
    width: 100%;
  }

  .testimonial-wrapper.card-2.mobile {
    height: 640px;
    padding: 0;
    display: flex;
  }

  .testimonial-wrapper.card-3 {
    height: 640px;
    padding: 0;
    transition: all .3s;
  }

  .testimonial-wrapper.card-3:hover {
    width: 100%;
  }

  .client-name-heading-text {
    font-size: 28px;
  }

  .rating-stars-wrapper.card-2, .rating-stars-wrapper._3 {
    display: flex;
  }

  .client-testimonial-text {
    font-size: 16px;
  }

  .testimonial-card-content-wrapper {
    grid-template-rows: 1fr;
    display: flex;
  }

  .testimonial-card-content-wrapper.card-2, .testimonial-card-content-wrapper.card-3 {
    display: flex;
  }

  .testimonials-layout {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .testimonial-bg-image {
    width: 100%;
    height: 640px;
  }

  .nav-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 88%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: scroll;
  }

  .nav-items-wrapper {
    border: 1px solid #eee;
    height: 100%;
  }

  .nav-items-wrapper._1, .nav-items-wrapper._2, .nav-items-wrapper._3 {
    height: 100%;
  }

  .nav-items-wrapper._4 {
    border: 1px solid #eee;
    border-bottom-right-radius: 0;
    height: 100%;
  }

  .nav-items-wrapper._6 {
    border: 1px solid #eee;
    height: 100%;
  }

  .nav-items-wrapper._7 {
    height: 100%;
  }

  .service-image-wrapper {
    width: 100%;
    min-height: 480px;
    display: flex;
  }

  .service-cards-wrapper {
    width: auto;
  }

  .image-content-container {
    min-height: 560px;
  }

  .about-content-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-text {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-2 {
    width: auto;
  }

  .key-stats-heading.our-mission {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }

  .counter-text {
    font-size: 42px;
    line-height: 56px;
  }

  .counter-text.projects {
    font-size: 40px;
  }

  .stat-figure-description-text {
    font-size: 14px;
    line-height: 18px;
  }

  .our-mission-text-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .our-mission-header-text-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .horizontal-divider {
    width: 64px;
  }

  .our-mission-description-text {
    width: 100%;
  }

  .how-we-work-image {
    object-fit: cover;
    height: 480px;
  }

  .how-we-work-header-text-wrapper {
    width: 100%;
  }

  .how-we-work-header-text {
    font-size: 52px;
    line-height: 60px;
  }

  .our-process-cards-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .process-card {
    height: 315px;
    padding: 24px;
  }

  .process-description-wrapper {
    display: block;
  }

  .footer-logo-content-wrapper {
    order: 1;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
    display: none;
  }

  .div-block-3.mobile {
    order: 2;
    width: auto;
    display: flex;
  }

  .footer-email-text.footer-nav-header {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    display: block;
  }

  .footer-get-in-touch-button-wrapper {
    width: auto;
  }

  .footer-nav-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    order: 3;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-socials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-nav {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    order: -1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .footer-nav.nav-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-copyrights-text-wrapper {
    order: 99;
  }

  .drawer-icon {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
  }

  .sub-service-hero-container {
    height: 94vh;
  }

  .our-process-wrapper.sub {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .faqs-section.contact {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .faqs-text-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .faqs-header-text-wrapper {
    width: auto;
  }

  .faqs-wrapper {
    width: 100%;
  }

  .find-answer-content-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .find-answer-content-wrapper.mobile, .find-answer-content-wrapper.hide {
    display: none;
  }

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

  .faq-header-text {
    font-size: 36px;
    line-height: 46px;
  }

  .faqs-content-wrapper.sub {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .our-work-subtext-wrapper {
    width: 90%;
  }

  .our-work-section {
    margin-bottom: 60px;
  }

  .our-work-content-container {
    width: 92%;
  }

  .our-work-header-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .our-work-header-text-wrapper {
    display: none;
  }

  .our-work-header-text {
    text-align: center;
    font-size: 40px;
  }

  .our-work-cards-row-wrapper {
    border-style: solid;
    border-color: #00000040;
    width: 100%;
    height: 560px;
  }

  .project-details-content-wrapper {
    border: 1px solid #2a2a2a40;
    display: flex;
  }

  .project-image-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .collection-list {
    flex-flow: column;
  }

  .collection-item {
    width: 100%;
  }

  .filters-form {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .company-hero-container {
    max-width: none;
    height: auto;
  }

  .company-hero-top-content-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-top: 4%;
  }

  .company-header-text-wrapper {
    width: 100%;
  }

  .company-hero-header-content-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-top: 0;
  }

  .company-subtext-wrapper {
    width: 90%;
  }

  .our-values-header-text {
    font-size: 40px;
    line-height: 46px;
  }

  .our-values-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .mission-content-container {
    flex-flow: column;
  }

  .mission-wrapper {
    width: 100%;
  }

  .values-wrapper {
    order: -1;
    width: 100%;
  }

  .mission-section-header-text {
    font-size: 40px;
  }

  .client-testimonial.card-1 {
    height: 480px;
    padding: 24px;
    transition: all .3s;
  }

  .client-testimonial.card-1:hover {
    width: 100%;
  }

  .client-testimonial.card-1.hide {
    display: none;
  }

  .our-team-socials-wrapper {
    grid-template-rows: 1fr;
    display: flex;
  }

  .socials-icon {
    width: 30px;
    height: 30px;
  }

  .social-icon-wrapper {
    flex-flow: column;
  }

  .our-team-container {
    max-width: none;
  }

  .fs-slider-expert-team_navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .fs-slider-expert-team_list-wrapper {
    width: 100%;
    max-width: none;
  }

  .header-content-wrapper {
    max-width: none;
  }

  .fs-slider-expert-team_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: .5fr;
    place-items: center;
    width: 100%;
    display: none;
  }

  .fs-slider-expert-team_slide.one {
    width: 100%;
    min-width: 50%;
    height: 480px;
    padding: 24px;
  }

  .fs-slider-expert-team_slide.one:hover {
    min-width: 50%;
  }

  .fs-slider-expert-team_slide.two {
    width: 100%;
    min-width: 50%;
    height: 480px;
    padding: 24px;
  }

  .fs-slider-expert-team_slide.two:hover {
    min-width: 50%;
  }

  .fs-slider-expert-team_slide.three {
    width: 100%;
    min-width: 50%;
    height: 480px;
    padding: 24px;
  }

  .fs-slider-expert-team_slide.three:hover {
    min-width: 50%;
  }

  .fs-slider-expert-team_slide.four {
    width: 100%;
    min-width: 50%;
    height: 480px;
    padding: 24px;
  }

  .fs-slider-expert-team_slide.four:hover {
    min-width: 50%;
  }

  .client-card {
    width: 18%;
  }

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

  .clients-text-wrapper {
    width: 70%;
  }

  .our-expert-header-text {
    text-align: center;
    font-size: 40px;
  }

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

  .project-hero-container {
    max-width: none;
    height: auto;
  }

  .project-hero-header-text-wrapper {
    width: 100%;
  }

  .project-subtext-wrapper {
    width: 90%;
  }

  .project-hero-header-text {
    font-size: 60px;
    line-height: 68px;
  }

  .project-details-text-content-wrapper {
    width: 96%;
  }

  .project-details-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .case-study-info-text-wrapper {
    width: 100%;
  }

  .project-info-details-text {
    font-size: 16px;
  }

  .overview-content-wrapper {
    width: 90%;
  }

  .overview-description-text-wrapper {
    font-size: 16px;
  }

  .overview-bg-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    right: 0%;
  }

  .pain-points-content-wrapper {
    width: 90%;
  }

  .pain-points-description-text-wrapper {
    font-size: 16px;
  }

  .pain-points-bg-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .results-content-wrapper {
    width: 90%;
  }

  .results-description-text-wrapper {
    font-size: 16px;
  }

  .results-bg-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    height: 40%;
    display: flex;
  }

  .result-stat-figure-description-text {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-header-text {
    font-size: 36px;
    line-height: 46px;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .div-block-7 {
    width: auto;
  }

  .contact-content-wrapper {
    flex-flow: column;
  }

  .contact-us-hero-container {
    height: 98vh;
    max-height: 1920px;
  }

  .hero-subtext {
    text-align: center;
    margin-left: 0;
    padding-right: 0;
  }

  .nav-option-wrapper {
    width: 100%;
  }

  .hero-tag-wrapper {
    font-size: 16px;
    line-height: 16px;
  }

  .fs-slider-video-testimonial_instance {
    width: auto;
    height: auto;
  }

  .fs-slider-video-testimonial_list {
    height: 700px;
  }

  .page-hero-container {
    height: 75vh;
  }

  .page-hero-container.container-bg {
    height: 98vh;
    max-height: 1920px;
  }

  .page-hero-header-text {
    font-size: 54px;
    line-height: 57px;
  }

  .page-hero-header-text.page-hero-headers {
    font-size: 3rem;
    line-height: 3rem;
  }

  .page-hero-header-subtext.page-hero-subtext {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .team-role-text-wrapper {
    opacity: .6;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
  }

  .contact-us-hero-header-text-wrapper {
    width: 100%;
  }

  .contact-subtext-wrapper {
    width: 90%;
  }

  .why-you-need-service-card-header-text {
    font-size: 20px;
    line-height: 24px;
  }

  .why-us-header-text {
    font-size: 36px;
    line-height: 46px;
  }

  .why-us-header-text-wrapper {
    width: auto;
  }

  .why-us-service-card-header-text {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-button-wrapper-desktop {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 40%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 4%;
    padding: 16px;
    position: absolute;
    right: 0;
    box-shadow: 0 8px 50px #0000000d;
  }

  .tag-wrapper-white {
    padding: 8px 16px;
  }

  .case-study-hero-container {
    max-width: none;
    height: auto;
  }

  .case-study-hero-top-content-wrapper {
    margin-top: 4%;
  }

  .case-study-hero-header-text-wrapper {
    width: 100%;
  }

  .case-study-logo-text-content-wrapper {
    width: 96%;
  }

  .case-study-details-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .company-logo-image {
    filter: none;
  }

  .case-study-subtext-wrapper {
    width: 90%;
  }

  .case-study-details-container {
    max-width: none;
  }

  .post-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 48px 1fr;
  }

  .blog-post_toc {
    z-index: 1000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .blog-post_toc-list {
    background-color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-height: 85vh;
    margin-left: 0;
    padding: 1.5rem;
    position: relative;
  }

  .subscription-box_component {
    width: 100%;
  }

  .blog-post_close-toc-overlay {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #000c;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .blog-post_open-toc-button {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    position: sticky;
    top: 20vh;
  }

  .circle {
    background-color: #000000b3;
    border-radius: 100%;
    width: .75rem;
    height: .75rem;
    padding: 0;
  }

  .ui-ux-buttn {
    color: #fff;
    font-size: 14px;
  }

  .div-block-10.div-footer-service {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 92%;
    display: flex;
  }

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

  .blogs-header-text-wrapper {
    width: 100%;
  }

  .blogs-subtext-wrapper {
    width: 90%;
  }

  .blogs-hero-top-content-wrapper {
    margin-top: 4%;
  }

  .blogs-hero-container {
    max-width: none;
    height: auto;
    padding-top: 16vh;
  }

  .container-blogs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-div-img-blogs {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .hero-div-img-blogs.grid-div-blog-1, .hero-div-img-blogs.grid-div-blog-2 {
    width: 100%;
  }

  .heading-7 {
    margin-left: 0;
    line-height: 100%;
  }

  .div-block-18.grid-blogs-info-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .manufacturing-button {
    top: 7.5%;
    right: 2.5%;
  }

  .grid-container-blog {
    max-width: none;
  }

  .grid-div-blogs {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .knowlessvg {
    overflow: visible;
  }

  .knowlessvg.button {
    bottom: 11%;
  }

  .info-2 {
    display: none;
  }

  .slide-1 {
    background-image: linear-gradient(#0000 80%, #ffffff80), url('../images/Video-Review.png');
    background-position: 0 0, 50% 25%;
    background-size: auto, cover;
    max-height: none;
  }

  .burger-service-grid {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .services-overlay-mobile {
    z-index: 999;
    background-color: #e27171;
    width: 100%;
    min-height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .heading-9 {
    color: #2a2a2a;
    padding-left: 7px;
    font-weight: 500;
  }

  .image-7 {
    padding-top: 0;
  }

  .div-block-25 {
    justify-content: space-between;
    margin-left: 100px;
    overflow: visible;
  }

  .blogs-horiz-content-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .awards {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .our-expert-grid-view {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-43 {
    color: var(--white);
    font-size: 14px;
  }

  .service-category, .hero-bubbles {
    font-size: 14px;
  }

  .blog-links {
    position: absolute;
  }

  .pop-up {
    min-height: 0;
    display: none;
  }

  .video-pop-up {
    width: 92%;
  }

  .background-video {
    border-radius: 25px;
    width: auto;
  }

  .blog-title {
    line-height: 100%;
  }

  .slide-2, .slide-3 {
    background-image: linear-gradient(#0000 80%, #ffffff80), url('../images/Video-Review.png');
    background-position: 0 0, 50% 25%;
    background-size: auto, cover;
    max-height: none;
  }

  .blog-card-overlay {
    width: 100%;
  }

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

  .view-details-button-text {
    min-width: auto;
  }

  .paragraph-4 {
    color: #00000080;
  }

  .bold-text {
    color: #000;
  }

  .vertical-fields-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    justify-content: center;
    align-items: center;
    height: 80px;
  }

  .navbar-logo {
    padding-left: 0;
  }

  .nav-option-link {
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
  }

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

  .margin-top-10-mobile.hide {
    margin-right: 0%;
  }

  .menu-button {
    background-color: #ff6701;
    padding: 8px;
    font-size: 24px;
    line-height: 24px;
  }

  .menu-button.w--open {
    color: #ff6701;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.dark.desktop {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .menu-button.dark.desktop.w--open {
    background-color: #ff6701;
    padding: 8px;
  }

  .nav-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: 4%;
    padding: 16px;
    display: flex;
    top: -48px;
    right: 40px;
  }

  .nav-button-wrapper._2.light {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    width: 50%;
    margin-top: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .get-in-touch-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .get-in-touch-button-wrapper.faq {
    justify-content: flex-start;
    align-items: center;
  }

  .arrow-wrapper.secondary {
    width: 40px;
    min-width: 0;
    height: 40px;
    min-height: 0;
  }

  .arrow-wrapper.secondary.white, .arrow-wrapper.secondary.image-cta.arrow-button {
    width: 40px;
    height: 40px;
  }

  .arrow-wrapper.secondary.home {
    width: 45px;
    height: 45px;
  }

  .nav-menu-item.web {
    color: #1a1b1f;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
  }

  .nav-menu-item.web.w--current {
    color: #fff;
  }

  .hero-container {
    height: 100vh;
    min-height: 430px;
  }

  .hero-top-content-wrapper {
    top: 26vh;
  }

  .tags-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .tag-wrapper {
    margin-bottom: 0;
  }

  .tag-wrapper.orange {
    height: auto;
  }

  .tag-text, .tag-text.dark {
    font-size: 13px;
  }

  .tag-text.screen-header {
    font-size: 14px;
    line-height: 13px;
  }

  .tag-text.screen-header.company {
    font-size: 13px;
  }

  .hero-header-content-wrapper {
    margin-top: 0;
    padding-bottom: 15px;
  }

  .hero-header-text-wrapper {
    width: 90%;
  }

  .hero-header-text-wrapper.our-work {
    width: 96%;
  }

  .hero-header-text {
    width: auto;
    margin-top: 14px;
    font-size: 8vh;
    line-height: 8vh;
  }

  .ccript-logo {
    width: 220px;
  }

  .ccript-logo.light {
    width: 240px;
  }

  .ccript-logo.light.mobile {
    width: auto;
    display: block;
  }

  .ccript-logo.light.mobile.relative {
    z-index: 1;
    display: none;
    position: relative;
  }

  .ccript-logo.light.white-to-black {
    display: none;
  }

  .ccript-logo.light.white-to-black.service {
    width: 180px;
    display: block;
  }

  .ccript-logo.dark {
    width: auto;
  }

  .ccript-logo.dark.mobile {
    width: auto;
    display: block;
  }

  .ccript-logo.dark.mobile.absolute {
    z-index: 0;
    display: none;
    position: absolute;
  }

  .ccript-logo.dark.service {
    width: 160px;
  }

  .ccript-logo.dark.service.white-to-black {
    width: 180px;
  }

  .button-secondary, .button-secondary.white, .button-secondary.white.button-font-size {
    height: 40px;
  }

  .button-secondary.case-studies {
    height: 40px;
    font-size: 17px;
  }

  .button-secondary.image-cta.button-font-size {
    height: 40px;
  }

  .button-secondary.home.navbar {
    height: 45px;
  }

  .button-secondary.why-service {
    height: 40px;
  }

  .button-secondary.button-font-size {
    height: 40px;
    max-height: 40px;
    font-size: 15px;
    line-height: 14px;
  }

  .arrow-inverted.white {
    width: 15px;
    height: 15px;
  }

  .hero-bottom-content-wrapper.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: -8px;
  }

  .services-section.two {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .services-content-wrapper._2 {
    flex-flow: column;
    height: auto;
  }

  .arrow-buttons-wrapper, .arrow-buttons-wrapper.hide {
    display: none;
  }

  .service-card-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    height: auto;
  }

  .service-description-text {
    font-size: 20px;
    line-height: 24px;
  }

  .fs-slider2_navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .stats-container.sub {
    margin-top: 0;
  }

  .stats-content-wrapper.sub {
    flex-flow: column;
  }

  .resolution-text-wrapper.two {
    width: 100%;
  }

  .stats-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .stats-text-content-wrapper.sub {
    width: 100%;
  }

  .figures-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .figures-wrapper.no-bg {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .figures-text-wrapper {
    flex-flow: column;
  }

  .figure-text {
    line-height: 42px;
  }

  .figure-description-text {
    white-space: nowrap;
  }

  .case-studies-section {
    margin-bottom: 64px;
  }

  .case-studies-header-text {
    text-align: left;
  }

  .fs-slider_case-studies_slide {
    width: 100%;
  }

  .fs-slider_case-studies_list-wrapper {
    width: 92%;
  }

  .case-study-wrapper {
    grid-column-gap: 128px;
    grid-row-gap: 128px;
    height: 480px;
    padding: 0;
    position: relative;
  }

  .case-study-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .project-name-text {
    font-size: 30px;
    line-height: 35px;
  }

  .case-study-cta-button-wrapper {
    display: none;
    position: absolute;
  }

  .stats-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .stats-2-text-wrapper {
    display: none;
  }

  .testimonials-grid-wrapper {
    align-items: stretch;
  }

  .card-header-text {
    font-size: 64px;
    line-height: 64px;
  }

  .card-description-text {
    font-size: 18px;
    line-height: 24px;
  }

  .card-buttons-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .client-role-text {
    font-size: 14px;
    line-height: 20px;
  }

  .certifications-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .certifications-header-text {
    font-size: 34px;
  }

  .certifications-text-wrapper {
    width: 80%;
  }

  .certifications-description-text {
    font-size: 16px;
  }

  .certifications-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .certifications-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: auto;
  }

  .certifications-grid.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .certifications-grid.company-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .certification-card-text {
    padding: 32px;
  }

  .certification-card-text.dummy {
    display: none;
  }

  .cta-section.service {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .cta-content-wrapper {
    flex-flow: column;
    grid-template-columns: .8fr;
    padding: 24px 24px 24px 32px;
  }

  .cta-image-wrapper {
    background-image: url('../images/discovery-image.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: auto;
    display: block;
  }

  .cta-fields-wrapper {
    width: auto;
  }

  .form-header-text-wrapper, .fields-wrapper {
    width: 100%;
  }

  .horizontal-fields-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .organization-field-wrapper {
    margin-top: 10px;
  }

  .footer-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-main-text-wrapper {
    order: -1;
    width: 100%;
    font-size: 20vh;
  }

  .footer-main-text {
    text-align: center;
    width: 100%;
    font-size: 42px;
    line-height: 56px;
  }

  .company-content-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .ccript-logo-wrapper {
    flex: 0 auto;
    order: -1;
    width: 33%;
  }

  .navigation-content-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .certification-company-icon {
    min-width: 64px;
    min-height: 64px;
  }

  .service-hero-container {
    height: 100vh;
    min-height: 430px;
    max-height: 1920px;
  }

  .service-hero-top-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service-hero-header-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-hero-header-text {
    font-size: 44px;
    line-height: 50px;
  }

  .service-hero-header-text.sub {
    font-size: 48px;
    line-height: 56px;
  }

  .services-subtext-wrapper {
    width: 100%;
  }

  .services-subtext.sub {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .fs-slider-services-content_slide.slide-2 {
    height: 240px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .fs-slider-services-content_slide.slide-3 {
    height: 240px;
    padding: 24px 48px;
  }

  .fs-slider-services-content_slide.slide-1, .fs-slider-services-content_slide.slide-4 {
    height: 400px;
    padding: 36px;
  }

  .service-card-header-text {
    font-size: 22px;
    line-height: 36px;
  }

  .service-subtext {
    font-size: 16px;
    line-height: 24px;
  }

  .service-text-content-wrapper {
    height: auto;
  }

  .service-text-content-wrapper.slide-2 {
    width: 64%;
  }

  .button-wrapper.slide-2 {
    width: 64%;
    display: flex;
  }

  .button-wrapper.slide-1 {
    display: flex;
  }

  .why-services-section.sub {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .why-services-content-wrapper {
    margin-top: 5%;
  }

  .why-services-text-wrapper {
    width: 92%;
  }

  .why-services-header-wrapper, .why-services-description-wrapper {
    width: 100%;
  }

  .why-ux-services-description-text {
    font-size: 18px;
  }

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

  .why-services-card {
    padding: 24px 24px 36px;
  }

  .why-service-card-description-text.subtext {
    font-size: 14px;
  }

  .why-us-section {
    padding-bottom: 64px;
  }

  .why-us-section.sub {
    padding-top: 80px;
  }

  .why-us-text-wrapper {
    width: 100%;
  }

  .why-us-right-content-wrapper {
    overflow: visible;
  }

  .our-design-process-card {
    height: 658px;
  }

  .our-design-header-text {
    font-size: 40px;
  }

  .our-design-subtext {
    font-size: 16px;
  }

  .our-process-card {
    margin-bottom: 24px;
  }

  .our-process-card.last {
    margin-bottom: 0;
  }

  .video-testimonials-section {
    display: none;
  }

  .testimonials-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .testimonials-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .testimonial-wrapper.card-2 {
    height: 640px;
    padding: 0;
  }

  .testimonial-wrapper.card-2:hover {
    width: 100%;
    height: 640px;
  }

  .testimonial-wrapper.card-3 {
    height: 640px;
    padding: 0;
  }

  .testimonial-wrapper.card-3:hover {
    width: 100%;
    height: 640px;
  }

  .client-name-heading-text {
    font-size: 28px;
    line-height: 32px;
  }

  .rating-stars-wrapper.card-2, .rating-stars-wrapper._3, .testimonial-card-content-wrapper, .testimonial-card-content-wrapper.card-2, .testimonial-card-content-wrapper.card-3 {
    display: flex;
  }

  .testimonials-layout {
    flex-flow: column;
    width: 100%;
  }

  .testimonial-bg-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 640px;
  }

  .nav-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-items-wrapper._1 {
    border-top-left-radius: 0;
  }

  .nav-items-wrapper._2, .nav-items-wrapper._3 {
    border-top-right-radius: 0;
  }

  .nav-items-wrapper._9 {
    border-bottom-right-radius: 0;
  }

  .nav-items-wrapper._7 {
    border-bottom-left-radius: 0;
  }

  .service-image-wrapper {
    width: 100%;
    min-height: 0;
    display: flex;
  }

  .service-cards-wrapper {
    width: 100%;
  }

  .servce-card-grid {
    grid-template-columns: 1fr;
  }

  .service-icon-wrapper.top {
    width: 60px;
    height: 60px;
  }

  .service-card-top-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-content-container {
    height: 360px;
    min-height: 0;
  }

  .about-section {
    margin-bottom: 80px;
  }

  .about-content-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-text {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-2 {
    width: 100%;
  }

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

  .key-stats-heading.our-mission {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }

  .stat-figure-text-wrapper {
    flex-flow: column;
  }

  .counter-text.projects {
    font-size: 36px;
  }

  .stat-figure-description-text {
    white-space: nowrap;
  }

  .our-mission-content-grid {
    grid-template-columns: 1fr;
  }

  .our-mission-description-text {
    width: auto;
  }

  .how-we-work-section {
    margin-top: 80px;
  }

  .how-we-work-image {
    object-fit: cover;
    height: 480px;
  }

  .how-we-work-header-text-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
  }

  .our-process-cards-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .process-card {
    height: 320px;
    padding: 24px;
  }

  .process-description-wrapper {
    display: flex;
  }

  .our-process-description-text {
    font-size: 16px;
  }

  .div-block-3 {
    display: none;
  }

  .div-block-3.mobile {
    width: 92%;
  }

  .footer-email-text.footer-nav-header {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
  }

  .footer-nav-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-socials {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .footer-nav {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    order: -1;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-copyrights-text-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .drawer-icon {
    width: 16px;
  }

  .sub-service-hero-container {
    background-position: 50%;
    background-size: cover;
  }

  .our-process-wrapper.sub {
    width: 100%;
  }

  .faqs-section.contact {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .find-answer-content-wrapper.mobile {
    justify-content: space-between;
    align-items: flex-start;
    display: none;
  }

  .faqs-header-text {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .faq-header-text {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .our-work-header-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .our-work-header-text-wrapper {
    width: 100%;
  }

  .our-work-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .project-details-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 36px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-image-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .filters {
    min-width: 100%;
  }

  .radio-button-text {
    white-space: nowrap;
  }

  .filters-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    overflow: auto;
  }

  .company-hero-container {
    background-image: none;
    height: auto;
    padding-top: 100px;
  }

  .company-hero-top-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 6%;
  }

  .company-hero-header-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 8px;
  }

  .company-subtext-wrapper {
    width: auto;
  }

  .company-hero-video {
    height: 48vh;
    min-height: auto;
  }

  .our-values-header-text {
    font-size: 34px;
    line-height: 48px;
  }

  .our-values-description-text {
    font-size: 16px;
  }

  .our-values-container {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mission-statement-section {
    margin-bottom: 80px;
  }

  .our-values-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .mission-content-container {
    flex-flow: column;
  }

  .mission-wrapper {
    width: 100%;
  }

  .values-wrapper {
    order: -1;
    width: 100%;
  }

  .mission-section-header-text {
    font-size: 34px;
  }

  .fs-slider-expert-team_instance {
    width: 100%;
    max-width: 92%;
  }

  .client-testimonial.card-1 {
    height: 480px;
  }

  .client-testimonial.card-1:hover {
    width: 100%;
    height: 480px;
  }

  .client-testimonial.card-1.hide {
    display: none;
  }

  .our-team-socials-wrapper {
    display: flex;
  }

  .socials-icon {
    width: 30px;
    height: 30px;
  }

  .our-team-section {
    margin-top: 80px;
  }

  .image {
    width: 16px;
    height: 16px;
  }

  .fs-slider-expert-team_button {
    padding: 14px;
  }

  .fs-slider-expert-team_navigation {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .header-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    max-width: none;
    margin-bottom: 20px;
  }

  .fs-slider-expert-team_list {
    flex-flow: row;
    width: auto;
  }

  .fs-slider-expert-team_slide.one {
    min-width: 75%;
    height: 480px;
    padding: 24px;
  }

  .fs-slider-expert-team_slide.one:hover {
    min-width: 75%;
  }

  .fs-slider-expert-team_slide.two {
    width: 100%;
    min-width: 75%;
  }

  .fs-slider-expert-team_slide.two:hover {
    min-width: 75%;
  }

  .fs-slider-expert-team_slide.three {
    width: 100%;
    min-width: 75%;
  }

  .fs-slider-expert-team_slide.three:hover {
    min-width: 75%;
  }

  .fs-slider-expert-team_slide.four {
    width: 100%;
    min-width: 75%;
  }

  .fs-slider-expert-team_slide.four:hover {
    min-width: 75%;
  }

  .clients-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .clients-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: auto;
    display: flex;
  }

  .client-card {
    width: 24%;
  }

  .clients-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .our-expert-header-text {
    text-align: left;
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .project-hero-container {
    background-image: none;
    height: auto;
    padding-top: 100px;
  }

  .project-hero-top-content-wrapper {
    margin-top: 6%;
  }

  .project-hero-image-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .project-subtext-wrapper {
    width: auto;
  }

  .project-hero-header-text {
    font-size: 48px;
    line-height: 56px;
  }

  .project-details-text-content-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-top: -100px;
    padding: 18px;
    display: flex;
    position: static;
  }

  .project-details-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

  .case-study-info-text-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .overview-section {
    margin-top: 64px;
    position: relative;
  }

  .overview-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 94%;
  }

  .overview-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .overview-bg-image-wrapper {
    right: -10%;
  }

  .pain-points-section {
    position: relative;
    overflow: hidden;
  }

  .pain-points-container {
    overflow: hidden;
  }

  .pain-points-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 94%;
  }

  .pain-points-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .pain-points-bg-image-wrapper {
    right: -10%;
  }

  .results-section {
    position: relative;
    overflow: hidden;
  }

  .results-container {
    overflow: hidden;
  }

  .results-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 94%;
  }

  .results-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .results-bg-image-wrapper {
    right: -10%;
  }

  .result-stats-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .result-stat-text-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .result-stat-figure-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .result-figure-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .result-stat-figure-description-text {
    white-space: nowrap;
  }

  .contact-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .contact-text-content-wrapper {
    width: 100%;
  }

  .checkbox {
    min-width: 16px;
    min-height: 16px;
  }

  .send-message-button {
    transition: background-color .3s, color .3s;
  }

  .send-message-button:hover {
    color: #fff;
    background-color: #ff6701;
  }

  .contact-us-hero-container {
    background-position: 50%;
    background-size: cover;
    height: 100vh;
  }

  .hero-subtext {
    text-align: center;
    margin-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }

  .hero-tag-wrapper {
    padding: 6px 10px;
  }

  .service-icon {
    width: 30px;
    height: 30px;
  }

  .page-hero-container {
    background-position: 50%;
    background-size: cover;
    height: 660px;
  }

  .page-hero-container.container-bg {
    height: 100vh;
    min-height: 430px;
  }

  .page-hero-header-text {
    font-size: 48px;
    line-height: 57px;
  }

  .page-hero-header-text.page-hero-headers {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .page-hero-header-subtext.page-hero-subtext {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .page-hero-header-subtext.page-hero-subtext.black-hero-subtext {
    color: #2a2a2a;
  }

  .testimonials-client-role-text {
    font-size: 14px;
    line-height: 20px;
  }

  .team-role-text-wrapper {
    opacity: .6;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
  }

  .why-use-service-card-description-text {
    font-size: 16px;
  }

  .contact-us-hero-header-text-wrapper {
    width: 85%;
  }

  .contact-subtext-wrapper {
    width: auto;
  }

  .get-in-touch-container {
    width: 90%;
  }

  .why-us-tag-wrapper {
    background-color: #2a2a2a12;
  }

  .project-hero-image {
    max-height: none;
  }

  .why-us-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .service-subtext-white {
    font-size: 16px;
    line-height: 24px;
  }

  .nav-button-wrapper-desktop {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 20px;
    flex-direction: column;
    width: 50%;
    margin-top: -24px;
    margin-left: auto;
    margin-right: 4%;
    padding: 16px;
  }

  .tag-wrapper-white {
    padding: 8px 10px;
  }

  .case-study-hero-container {
    background-image: none;
    height: auto;
    padding-top: 100px;
  }

  .case-study-hero-top-content-wrapper {
    margin-top: 6%;
  }

  .case-study-hero-image-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .case-study-hero-image {
    max-height: none;
  }

  .case-study-logo-text-content-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-top: -50px;
    padding: 18px;
    display: flex;
    position: static;
  }

  .case-study-details-grid {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    width: 100%;
    display: flex;
  }

  .company-stats-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .case-study-subtext-wrapper {
    width: auto;
  }

  .case-study-details-section {
    margin-top: 64px;
  }

  .post-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 36px 1fr;
  }

  .blog-post_toc {
    z-index: 1000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .blog-post_toc-list {
    background-color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    max-height: 85vh;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
  }

  .blog-post_open-toc-button {
    width: 2rem;
    height: 2rem;
    top: 20vh;
  }

  .ui-ux-buttn {
    color: #fff;
    font-size: 14px;
  }

  .div-block-10.div-footer-service {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 92%;
    display: flex;
  }

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

  .project-info-text-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .blogs-subtext-wrapper {
    width: auto;
  }

  .blogs-hero-top-content-wrapper {
    margin-top: 6%;
  }

  .blogs-hero-container {
    background-image: none;
    height: auto;
    padding-top: 100px;
  }

  .hero-div-img-blogs {
    background-position: 30%, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    width: auto;
    min-width: 0;
  }

  .hero-div-img-blogs.grid-div-blog-1 {
    background-position: 30%, 0 0;
  }

  .heading-7 {
    margin-left: 10px;
  }

  .div-block-18.grid-blogs-info-div {
    padding: 40px;
  }

  .blogs-hero-title {
    margin-bottom: 6px;
    margin-left: -25px;
  }

  .manufacturing-button, .manufacturing-button.grid {
    right: 2.5%;
  }

  .grid-container-blog {
    overflow: hidden;
  }

  .horizontalborder.horiz-cards {
    padding-top: 60px;
  }

  .knowlessvg.knowles-icon {
    width: 100%;
  }

  .info-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    height: auto;
    display: none;
  }

  .improved-customer-satisfaction {
    width: 50%;
  }

  .burger-service-grid {
    width: 100%;
    padding-left: 0;
  }

  .services-overlay-mobile {
    display: none;
  }

  .div-block-25 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 0;
    display: none;
    position: static;
    right: 0%;
  }

  .div-block-28 {
    top: 30%;
  }

  .blogs-horiz-content-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
    position: absolute;
    inset: auto;
  }

  .collection-list-2 {
    flex-flow: column;
    display: flex;
  }

  .awards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 16px;
  }

  .top-awards-headers, .text-block-43, .service-category, .hero-bubbles {
    font-size: 13px;
  }

  .pop-up {
    display: none;
  }

  .video-pop-up {
    width: 92%;
  }

  .background-video {
    width: auto;
    max-height: 300px;
  }

  .blog-title {
    line-height: 100%;
  }

  .error-message {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .policy-block-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .policy-para {
    font-size: 14px;
    line-height: 22px;
  }

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

  .vertical-fields-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper, .hero-section {
    overflow: hidden;
  }

  .hero-section.privacy-policy {
    min-height: 80px;
  }

  .navbar-container {
    max-width: 479px;
  }

  .nav-option-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top-10-mobile.hide {
    margin-right: 0;
  }

  .nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
    margin-top: 25%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    right: 0;
  }

  .nav-button-wrapper._2.light {
    width: 92%;
    margin-top: 80px;
    margin-right: auto;
    right: 4%;
  }

  .get-in-touch-button-wrapper, .get-in-touch-button-wrapper.faq {
    justify-content: flex-start;
    align-items: center;
  }

  .arrow-wrapper.secondary {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }

  .arrow-wrapper.secondary.white {
    width: 40px;
    height: 40px;
  }

  .arrow-wrapper.secondary.image-cta {
    width: 3.1rem;
    max-width: 3.1rem;
    height: 3.1rem;
    max-height: 3.1rem;
  }

  .arrow-wrapper.secondary.home {
    width: 50px;
    height: 50px;
  }

  .nav-menu-item.web {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-menu-item.web.w--current {
    color: #fff;
  }

  .nav-menu-item.web.magicwork, .nav-menu-item.web.company {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-container {
    background-position: 50% 100%;
    background-size: cover;
    flex-flow: column;
    height: 90vh;
    min-height: 480px;
    max-height: 800px;
  }

  .hero-top-content-wrapper {
    top: 26vh;
  }

  .tags-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tag-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .tag-content-wrapper.project {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .tag-wrapper {
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    display: flex;
  }

  .tag-wrapper.orange {
    height: auto;
    font-size: 15px;
    line-height: 14px;
  }

  .tag-text.dark {
    font-size: 13px;
  }

  .tag-text.screen-header, .tag-text.screen-header.company {
    font-size: 14px;
    line-height: 14px;
  }

  .hero-header-text-wrapper {
    width: 100%;
  }

  .hero-header-text-wrapper.our-work {
    width: auto;
  }

  .hero-header-text {
    width: auto;
    font-size: 34px;
    line-height: 42px;
  }

  .hero-header-text.privacy-policy {
    font-size: 34px;
    line-height: 40px;
  }

  .cta-button-wrapper {
    display: flex;
  }

  .ccript-logo {
    width: 180px;
  }

  .ccript-logo.light {
    width: 200px;
    display: none;
  }

  .ccript-logo.light.mobile {
    z-index: 1;
    position: relative;
  }

  .ccript-logo.light.mobile.relative {
    display: block;
  }

  .ccript-logo.light.white-to-black, .ccript-logo.light.white-to-black.service {
    display: none;
  }

  .ccript-logo.dark {
    width: 16rem;
  }

  .ccript-logo.dark.mobile.absolute {
    z-index: 2;
    display: block;
    position: absolute;
  }

  .ccript-logo.dark.service {
    width: 200px;
    display: none;
  }

  .button-secondary {
    justify-content: center;
    max-width: 205px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-secondary.black {
    min-width: 100%;
  }

  .button-secondary.black.growth.button-font-size {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button-secondary.white {
    max-width: none;
    height: 40px;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 14px;
  }

  .button-secondary.white.transparent {
    line-height: 16px;
  }

  .button-secondary.case-studies {
    padding: 12px 16px;
    font-size: 15px;
    line-height: 14px;
  }

  .button-secondary.image-cta {
    letter-spacing: 0;
    width: 100%;
    max-width: 9.906rem;
    height: 3.1rem;
    max-height: 3.09rem;
    padding: 12px 16px 12px 14px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .button-secondary.black {
    letter-spacing: -1px;
    max-width: 10.5rem;
    height: 3rem;
    max-height: 3rem;
    padding: 12px 32px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%;
  }

  .button-secondary.black.create {
    min-width: auto;
  }

  .button-secondary.black.create.button-font-size {
    height: 40px;
  }

  .button-secondary.home.navbar {
    height: 50px;
  }

  .button-secondary.home.navbar:hover {
    border-color: #2a2a2a;
  }

  .button-secondary.why-service {
    max-width: none;
    height: 40px;
    font-size: 15px;
    line-height: 14px;
  }

  .button-secondary.why-service.value.button-font-size {
    height: auto;
    max-height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-secondary.dark-black {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .arrow-inverted {
    width: 15px;
    height: 15px;
  }

  .arrow-inverted.white {
    width: 14px;
    height: 14px;
  }

  .hero-bottom-content-wrapper.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -12px;
  }

  .featured-clients-text, .brand-logos-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .services-content-wrapper._2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .buttons-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    display: none;
  }

  .arrow-buttons-wrapper {
    display: none;
  }

  .service-card-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    min-width: 100%;
    padding: 18px;
  }

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

  .button-icon.arrow.inverted, .button-icon.arrow.non-inverted {
    display: none;
  }

  .fs-slider-services-content_button {
    width: 42px;
    height: 42px;
  }

  .fs-slider2_navigation {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .stats-section {
    display: none;
  }

  .stats-section.sub {
    display: block;
  }

  .stats-content-wrapper {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .resolution-text {
    font-size: 16px;
    line-height: 24px;
  }

  .stats-header-text {
    font-size: 28px;
    line-height: 38px;
  }

  .stats-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .stats-wrapper.margin-top {
    margin-top: 32px;
  }

  .separator {
    display: none;
  }

  .figures-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    padding-left: 0;
    padding-right: 16px;
  }

  .figures-wrapper.no-bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .figures-wrapper.no-bg.sub {
    width: 100%;
  }

  .figures-wrapper.no-bg.sub.figures {
    grid-template-columns: 1fr 1fr;
  }

  .figure-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .figure-text-wrapper.home {
    justify-content: center;
    align-items: center;
  }

  .figure-text {
    font-size: 24px;
    line-height: 100%;
  }

  .figure-description-text {
    white-space: nowrap;
    font-size: 16px;
  }

  .figure-description-text.sub {
    white-space: normal;
  }

  .case-studies-section {
    margin-top: 0;
    margin-bottom: 64px;
  }

  .case-studies-header-text {
    text-align: left;
    font-size: 32px;
    line-height: 36px;
  }

  .fs-slider_case-studies_slide {
    width: 100%;
  }

  .fs-slider_case-studies_instance {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: flex-start;
    width: 92%;
  }

  .fs-slider_case-studies_list-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .case-study-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 480px;
    padding: 0;
    position: relative;
  }

  .case-study-content-wrapper {
    width: 100%;
  }

  .project-name-text {
    font-size: 24px;
    line-height: 32px;
  }

  .bottom-stats-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .stats-description-text.details {
    width: auto;
    font-size: 10px;
  }

  .case-study-cta-button-wrapper {
    position: absolute;
    inset: auto 7% 5% auto;
  }

  .card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    min-height: 620px;
    max-height: 43.725px;
    padding: 36px;
  }

  .video-testimonials-wrapper {
    height: 600px;
  }

  .card-header-wrapper {
    width: 100%;
    max-width: none;
    font-size: 64px;
  }

  .card-header-text {
    text-align: left;
    letter-spacing: -2px;
    font-size: 52px;
    font-weight: 400;
    line-height: 100%;
  }

  .light-color.orange, .mid-color.orange {
    color: #ff6701;
    line-height: 56px;
  }

  .card-text-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: space-between;
    align-items: center;
  }

  .card-description-text {
    font-size: 16px;
    line-height: 20px;
  }

  .card-description-text.black {
    color: #2a2a2acc;
    text-align: left;
    min-width: auto;
    min-height: auto;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
  }

  .card-buttons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 13rem;
    height: 100%;
    max-height: 7.125rem;
  }

  .video-testimonials-header-text-wrapper {
    max-width: 25rem;
    height: 100%;
    max-height: 11.875rem;
    padding: 1rem;
  }

  .video-testimonials-header-text {
    width: 100%;
    max-width: 17.5rem;
    height: 100%;
    max-height: 5.125rem;
    font-size: 2.6rem;
    line-height: 100%;
  }

  .client-details-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 25rem;
    padding: 1rem 0;
  }

  .client-logo-wrapper {
    max-width: 9.063rem;
    max-height: 2rem;
  }

  .client-details-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    font-size: 20px;
  }

  .client-name-text {
    letter-spacing: -2px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 120%;
  }

  .bottom-content-wrapper {
    align-items: flex-start;
  }

  .play-button-wrapper {
    max-width: 4.5rem;
    max-height: 4.5rem;
  }

  .video-testimonials-card {
    background-image: url('../images/Video-Review.png');
    background-position: 55%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    max-width: 25rem;
    padding: 0;
  }

  .fs-slider_video-testimonial_slide {
    max-width: 25rem;
    height: 100%;
    min-height: 770px;
    max-height: 48.75rem;
  }

  .certifications-section {
    margin-top: 64px;
    margin-bottom: 64px;
    overflow: hidden;
  }

  .certifications-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
    max-height: 48.125rem;
  }

  .certifications-header-wrapper {
    width: 100%;
    max-width: 22.5rem;
    height: 100%;
  }

  .certifications-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .certifications-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 92%;
    max-width: 25rem;
  }

  .certifications-description-text {
    width: 100%;
    max-width: 25rem;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .certifications-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    min-width: 840px;
    max-width: 25rem;
    height: 100%;
    max-height: 37.688rem;
  }

  .certifications-grid.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: stretch center;
    display: none;
  }

  .certifications-grid.company-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    min-width: auto;
    max-width: 470px;
  }

  .certification-card-text {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    border-radius: 12px;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    max-height: none;
    padding: 24px 12px;
  }

  .certification-card-text.dummy {
    display: none;
  }

  .cta-section.service {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-content-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    padding: 24px;
  }

  .cta-image-wrapper {
    background-image: url('../images/discovery-image.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 380px;
    min-height: auto;
    display: flex;
  }

  .cta-fields-wrapper, .horizontal-fields-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .work-email-field-wrapper {
    margin-top: -14px;
  }

  .form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .organization-field-wrapper {
    margin-top: 4px;
  }

  .project-description-field {
    padding-top: 13px;
  }

  .submit-button-wrapper {
    width: 100%;
  }

  .submit-button {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 16px;
  }

  .footer-section {
    margin-top: 0;
  }

  .footer-container.footer-service {
    width: 100%;
    margin-top: 3.5rem;
    padding-top: 0;
  }

  .footer-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-bottom: 0;
  }

  .footer-main-text {
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    line-height: 65px;
  }

  .company-content-wrapper {
    justify-content: center;
    align-items: center;
    height: 660px;
    max-height: 900px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ccript-logo-wrapper {
    order: 1;
    width: auto;
    max-width: 11.85rem;
    height: auto;
    max-height: 17.369rem;
  }

  .navigation-content-wrapper {
    align-items: center;
    display: flex;
  }

  .certification-company-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .company-icon {
    width: 100%;
    max-width: 11.85rem;
    height: 100%;
    max-height: 17.369rem;
  }

  .service-hero-container {
    justify-content: center;
    height: 90vh;
    min-height: 650px;
    max-height: 1920px;
  }

  .service-hero-top-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10%;
  }

  .service-hero-header-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-hero-header-text {
    font-size: 36px;
    line-height: 52px;
  }

  .service-hero-header-text.sub {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .services-subtext-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .services-subtext.sub {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
  }

  .fs-slider-services-content_slide.slide-2 {
    background-position: 0 0, 0%;
    justify-content: center;
    align-items: flex-start;
    height: 360px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fs-slider-services-content_slide.slide-3 {
    background-position: 0 0, 0%;
    justify-content: center;
    align-items: flex-start;
    height: 360px;
    padding: 32px 24px;
  }

  .fs-slider-services-content_slide.slide-1 {
    width: auto;
    height: 450px;
    padding: 32px;
  }

  .fs-slider-services-content_slide.slide-4 {
    height: 450px;
    padding: 32px;
  }

  .fs-slider-services-content_list {
    width: 100%;
  }

  .fs-slider-services-content_instance {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .fs-slider-services-content_navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .featured-services-header-text {
    font-size: 32px;
  }

  .service-card-header-text {
    line-height: 36px;
  }

  .service-text-content-wrapper {
    height: auto;
  }

  .service-text-content-wrapper.slide-2 {
    width: 100%;
    margin-left: auto;
  }

  .button-wrapper.slide-2 {
    width: 100%;
    margin-left: auto;
    display: flex;
  }

  .button-wrapper.slide-1 {
    display: flex;
  }

  .why-services-section.sub {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .why-services-text-wrapper {
    width: auto;
  }

  .why-services-header-wrapper {
    width: 100%;
  }

  .why-ux-services-description-text {
    font-size: 16px;
    line-height: 24px;
  }

  .why-services-header-text {
    width: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .why-service-card-header-text {
    font-size: 16px;
    line-height: 28px;
  }

  .why-service-card-description-text {
    font-size: 14px;
  }

  .why-service-card-description-text.subtext {
    font-size: 12px;
  }

  .why-us-section {
    margin-top: -75px;
    padding-bottom: 0;
  }

  .why-us-section.sub {
    padding-top: 64px;
  }

  .why-us-container {
    padding-bottom: 0;
  }

  .why-us-text-wrapper {
    width: auto;
  }

  .why-us-services-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .why-us-scroll-animation-wrapper {
    padding-bottom: 0;
  }

  .our-design-process-card {
    height: 658px;
    padding: 24px;
  }

  .our-design-header-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .our-design-header-text {
    font-size: 32px;
    line-height: 42px;
  }

  .our-design-subtext {
    font-size: 16px;
  }

  .our-process-card {
    justify-content: space-between;
    align-items: center;
    height: 200px;
    margin-bottom: 24px;
    padding-right: 24px;
  }

  .our-process-text-content-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-left: 64px;
  }

  .our-process-card-header-text {
    font-size: 16px;
    line-height: 140%;
  }

  .our-process-subtext {
    font-size: 12px;
    line-height: 162%;
  }

  .number-text-wrapper {
    width: auto;
    margin-left: -36px;
    display: block;
  }

  .testimonials-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .testimonials-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .testimonials-description-text {
    font-size: 16px;
  }

  .testimonial-wrapper.card-2 {
    height: 590px;
  }

  .testimonial-wrapper.card-2:hover {
    width: 100%;
    height: 560px;
  }

  .testimonial-wrapper.card-2.mobile, .testimonial-wrapper.card-3 {
    height: 590px;
  }

  .testimonial-wrapper.card-3:hover {
    width: 100%;
    height: 560px;
  }

  .client-header-content-wrapper {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .client-header-content-wrapper.team {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    max-height: 41px;
  }

  .client-name-heading-text {
    letter-spacing: -1px;
    align-self: flex-start;
    font-size: 1.6rem;
  }

  .rating-stars-wrapper.card-2, .rating-stars-wrapper._3 {
    display: flex;
  }

  .rating-star-icon {
    max-width: 16px;
    max-height: 16px;
  }

  .client-testimonial-text {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-card-content-wrapper {
    display: flex;
  }

  .testimonial-card-content-wrapper.card-2, .testimonial-card-content-wrapper.card-3 {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonials-layout {
    flex-flow: column;
    width: 100%;
  }

  .testimonial-card {
    display: none;
  }

  .testimonial-bg-image {
    height: 560px;
  }

  .nav-grid {
    grid-template-rows: auto auto auto auto auto auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-items-wrapper._1 {
    border-top-left-radius: 20px;
  }

  .nav-items-wrapper._2 {
    border-top-right-radius: 20px;
  }

  .nav-items-wrapper._9 {
    border-bottom-left-radius: 20px;
  }

  .service-image-wrapper {
    min-height: 420px;
  }

  .service-icon-wrapper.top {
    width: 48px;
    height: 48px;
  }

  .service-card-top-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-content-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    min-height: 480px;
  }

  .image-cta-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .view-all-services-button-wrapper {
    max-width: 16.938rem;
    max-height: 3.125rem;
  }

  .process-section {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .about-content-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .about-text {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .stats-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .key-stats-heading.our-mission {
    font-size: 26px;
    font-weight: 700;
  }

  .key-stats-heading.footer {
    font-size: 1.8rem;
    line-height: 32px;
  }

  .our-mission-section {
    margin-top: 0;
  }

  .our-mission-content-container {
    width: 100%;
  }

  .our-mission-content-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .our-mission-image-wrapper {
    display: block;
  }

  .our-mission-text-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 100%;
  }

  .our-mission-image {
    min-height: auto;
  }

  .horizontal-divider {
    width: 48px;
  }

  .how-we-work-header-text {
    font-size: 28px;
    line-height: 36px;
  }

  .our-process-cards-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .process-card {
    height: 315px;
  }

  .our-process-description-text {
    font-size: 16px;
  }

  .footer-logo-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .footer-email-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-3 {
    order: 0;
    display: none;
  }

  .div-block-3.mobile {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    width: 92%;
    display: flex;
  }

  .footer-email-text {
    font-size: 1rem;
    line-height: 16px;
  }

  .footer-email-text.footer-nav-header {
    font-size: .8rem;
    font-weight: 600;
    line-height: 14px;
  }

  .footer-nav-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    display: flex;
  }

  .footer-socials {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    order: -1;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .footer-social-link-text {
    font-size: 1.1rem;
  }

  .footer-copyrights-text-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .footer-copyrights-text {
    color: #2a2a2a;
    font-size: .8rem;
  }

  .services-carousel-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 100%;
    display: flex;
  }

  .faqs-container {
    width: 90%;
  }

  .find-answer-content-wrapper.mobile {
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px;
  }

  .faqs-header-text {
    text-align: left;
    font-size: 16px;
    line-height: 35px;
  }

  .faq-header-text {
    font-size: 28px;
    line-height: 38px;
  }

  .our-work-subtext-wrapper {
    width: auto;
  }

  .our-work-header-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .our-work-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .our-work-cards-row-wrapper {
    background-position: 50%;
  }

  .project-details-content-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    border-radius: 24px;
    flex-flow: column;
    margin-bottom: 12px;
  }

  .project-image-wrapper {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .project-image-wrapper.horizontal {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    margin-top: 18px;
  }

  .project-image-wrapper.research {
    margin-top: 64px;
    display: block;
  }

  .project-heading-text {
    font-size: 20px;
    line-height: 24px;
  }

  .project-desc-text {
    font-size: 12px;
    line-height: 16px;
  }

  .radio-button-text {
    text-align: center;
    white-space: nowrap;
    min-width: 70px;
    font-size: 16px;
  }

  .filters-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 92vw;
    overflow: auto;
  }

  .company-hero-container {
    height: auto;
    padding-top: 100px;
  }

  .company-hero-top-content-wrapper {
    margin-top: 10%;
  }

  .company-subtext-wrapper {
    width: auto;
  }

  .our-values-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .our-values-description-text {
    color: #616161;
    font-size: 16px;
  }

  .our-values-container {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .our-values-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .mission-content-container {
    flex-flow: column;
  }

  .mission-wrapper {
    width: 100%;
  }

  .values-wrapper {
    order: -1;
    width: 100%;
  }

  .mission-image {
    height: 360px;
  }

  .mission-section-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .value-image {
    height: 200px;
  }

  .fs-slider-expert-team_instance {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    width: 92%;
    min-height: 2262px;
  }

  .client-testimonial.card-1 {
    height: 560px;
  }

  .client-testimonial.card-1:hover {
    width: 100%;
    height: 560px;
  }

  .our-team-socials-wrapper {
    display: flex;
  }

  .socials-icon {
    width: 35px;
    min-width: 24px;
    height: 35px;
    min-height: 24px;
  }

  .social-icon-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 167px;
    min-height: 40px;
  }

  .our-team-section {
    margin-top: 64px;
  }

  .fs-slider-expert-team_button {
    order: 0;
    padding: 10px;
  }

  .fs-slider-expert-team_navigation {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    width: auto;
    min-width: 264px;
  }

  .header-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-self: auto;
    margin-bottom: 10px;
  }

  .fs-slider-expert-team_list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: none;
  }

  .fs-slider-expert-team_slide.one {
    background-image: linear-gradient(#0000 75%, #000), url('../images/Freddie-Halvarson.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    order: 0;
    align-self: auto;
    min-width: auto;
    min-height: 520px;
    padding: 24px;
  }

  .fs-slider-expert-team_slide.one:hover {
    min-width: 100%;
  }

  .fs-slider-expert-team_slide.two {
    width: 100%;
    min-width: auto;
    min-height: 520px;
    padding: 24px;
  }

  .fs-slider-expert-team_slide.two:hover {
    min-width: 100%;
  }

  .fs-slider-expert-team_slide.three {
    min-width: auto;
    min-height: 520px;
    padding: 24px;
  }

  .fs-slider-expert-team_slide.three:hover {
    min-width: 100%;
  }

  .fs-slider-expert-team_slide.four {
    width: 100%;
    min-height: 520px;
    padding: 24px;
  }

  .fs-slider-expert-team_slide.four:hover {
    min-width: 100%;
  }

  .clients-wrapper {
    flex-flow: row;
    justify-content: center;
    width: auto;
    max-width: 25rem;
    height: 25.875rem;
    max-height: 25.875rem;
  }

  .clients-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 25rem;
    height: 100%;
    max-height: 25.875rem;
    display: grid;
  }

  .client-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 0;
    width: 100%;
    min-width: 0;
    max-width: 12.5rem;
    max-height: 12.938rem;
    padding: 1.2rem;
  }

  .clients-header-text {
    font-size: 2rem;
    line-height: 3.5rem;
  }

  .clients-description-text {
    max-width: 25rem;
    max-height: 4.5rem;
    font-size: 16px;
    line-height: 24px;
  }

  .clients-text-wrapper {
    width: 100%;
    max-width: 25rem;
    max-height: 8.438rem;
  }

  .clients-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 25rem;
    max-height: 36.313rem;
  }

  .clients-section {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .our-expert-header-text {
    align-self: flex-start;
    min-width: 255px;
    min-height: 40px;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-5 {
    display: none;
  }

  .project-hero-container {
    height: auto;
    padding-top: 100px;
  }

  .project-hero-top-content-wrapper {
    margin-top: 10%;
  }

  .project-hero-image-wrapper {
    flex-flow: column;
    height: auto;
  }

  .project-subtext-wrapper {
    width: auto;
  }

  .project-hero-header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .project-details-text-content-wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: -96px;
  }

  .project-details-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .case-study-info-text-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-flow: row;
  }

  .project-info-details-text {
    font-size: 14px;
    line-height: 20px;
  }

  .overview-section {
    margin-top: 48px;
    position: relative;
    overflow: hidden;
  }

  .overview-content-wrapper {
    width: auto;
  }

  .overview-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .overview-description-text-wrapper {
    font-size: 14px;
    line-height: 24px;
  }

  .overview-bg-image-wrapper {
    right: -25%;
  }

  .pain-points-section {
    position: relative;
    overflow: hidden;
  }

  .pain-points-content-wrapper {
    width: auto;
    overflow: hidden;
  }

  .pain-points-description-text-wrapper {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
  }

  .pain-points-description-text-wrapper.ppd2 {
    position: static;
  }

  .pain-points-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .pain-points-bg-image-wrapper {
    right: -25%;
  }

  .project-image.horizontal {
    width: 100%;
    max-width: none;
  }

  .results-section {
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
  }

  .results-content-wrapper {
    width: auto;
  }

  .results-description-text-wrapper {
    font-size: 14px;
    line-height: 24px;
  }

  .results-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .results-bg-image-wrapper {
    right: -25%;
  }

  .result-stats-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .result-figure-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .contact-header-text {
    font-size: 32px;
    line-height: 40px;
  }

  .contact-form-wrapper {
    padding: 16px;
  }

  .contact-form-fields-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .field-wrapper {
    width: 100%;
  }

  .field-wrapper.horizontal {
    flex-flow: column;
  }

  .checkbox-label {
    font-size: 14px;
    line-height: 24px;
  }

  .service-checkboxes {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .contact-form-button-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .send-message-button {
    font-size: 18px;
  }

  .contact-us-details-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .contact-us-hero-container {
    height: 90vh;
    min-height: 480px;
  }

  .hero-subtext {
    margin-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .hero-tag-wrapper {
    padding: 6px 10px;
    font-size: 14px;
  }

  .service-icon {
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
  }

  .fs-slider-video-testimonial_pagination {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: auto;
  }

  .fs-slider-video-testimonial_pagination_bullet {
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 12px;
    width: 12px;
    height: 12px;
  }

  .fs-slider-video-testimonial_pagination_bullet.is-bullet-active {
    background-color: #fff;
  }

  .fs-slider-video-testimonial_instance {
    height: 560px;
    min-height: 770px;
  }

  .fs-slider-video-testimonial_list-wrapper {
    max-width: 25rem;
    max-height: 48.75rem;
  }

  .fs-slider-video-testimonial_list {
    max-width: 25rem;
    height: 560px;
    max-height: 48.75rem;
  }

  .fs-slider-video-testimonial_navigation {
    max-width: 25rem;
    max-height: 48.75rem;
  }

  .page-hero-container {
    height: 640px;
  }

  .page-hero-container.container-bg {
    height: 90vh;
    min-height: 480px;
    padding-top: 14vh;
  }

  .page-hero-header-text, .page-hero-header-text.page-hero-headers {
    font-size: 40px;
    line-height: 45px;
  }

  .page-hero-header-text.page-hero-headers.black-hero-header {
    color: #2a2a2a;
  }

  .page-hero-header-subtext {
    text-align: center;
  }

  .page-hero-header-subtext.page-hero-subtext {
    font-size: 12px;
    line-height: 24px;
  }

  .team-role-text-wrapper {
    opacity: .6;
    color: #fff;
    font-size: 14px;
  }

  .why-use-service-card-description-text {
    color: #616161;
    font-size: 12px;
  }

  .contact-us-hero-header-text-wrapper {
    width: 100%;
  }

  .contact-subtext-wrapper {
    width: auto;
  }

  .get-in-touch-container {
    width: 90%;
    margin-top: 80px;
  }

  .faq-paragraph {
    opacity: .7;
    color: #000;
  }

  .why-us-tag-wrapper {
    justify-content: center;
    align-items: center;
    height: 42px;
    display: flex;
  }

  .project-hero-image {
    height: 280px;
  }

  .why-you-need-service-card-header-text {
    font-size: 20px;
    line-height: 28px;
  }

  .why-you-need-service-card-description-text {
    letter-spacing: -.1px;
    font-size: 16px;
  }

  .why-us-header-text {
    font-size: 28px;
    line-height: 38px;
  }

  .why-us-subtext {
    font-size: 14px;
  }

  .why-us-service-card-header-text {
    font-size: 16px;
    line-height: 28px;
  }

  .nav-desktop {
    display: none;
  }

  .nav-button-wrapper-desktop {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    width: 92%;
    margin-top: -12px;
    margin-left: 4%;
  }

  .tag-wrapper-white {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 8px 10px;
    display: flex;
  }

  .tag-wrapper-dark {
    justify-content: center;
    align-items: center;
    height: 42px;
    display: flex;
  }

  .case-study-hero-container {
    height: auto;
    padding-top: 100px;
  }

  .case-study-hero-top-content-wrapper {
    margin-top: 10%;
  }

  .case-study-hero-image-wrapper {
    flex-flow: column;
    height: auto;
  }

  .case-study-hero-image {
    height: auto;
  }

  .case-study-logo-text-content-wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: -48px;
  }

  .case-study-details-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .company-logo-image {
    filter: none;
    width: 80px;
  }

  .company-stat-header-text {
    font-size: 36px;
  }

  .company-stats-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .case-study-subtext-wrapper {
    width: auto;
  }

  .case-study-details-section {
    margin-top: 48px;
  }

  .post-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-post_open-toc-button {
    top: 20vh;
  }

  .ui-ux-buttn {
    font-size: 13px;
    line-height: 16px;
  }

  .div-block-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 2.55rem;
    grid-row-gap: 2.55rem;
    flex-flow: column;
    align-items: center;
    display: none;
  }

  .div-block-13 {
    grid-column-gap: 1.32rem;
    grid-row-gap: 1.32rem;
    flex-flow: row;
    display: flex;
  }

  .div-block-14 {
    display: flex;
  }

  .code-embed {
    color: #fff;
    font-size: 1.4rem;
    display: block;
  }

  .link {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    max-width: 5.44rem;
    max-height: 1.52rem;
    font-size: .81rem;
    line-height: 10px;
    text-decoration: none;
    display: flex;
  }

  .div-block-15 {
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 7.1rem;
    display: flex;
  }

  .project-info-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
  }

  .blogs-subtext-wrapper {
    width: auto;
  }

  .blogs-hero-top-content-wrapper {
    margin-top: 10%;
  }

  .blogs-hero-container {
    height: auto;
    padding-top: 100px;
  }

  .container-blogs {
    flex-flow: column;
  }

  .hero-div-img-blogs {
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .hero-div-img-blogs.grid-div-blog-1, .hero-div-img-blogs.grid-div-blog-2 {
    width: auto;
  }

  .heading-7 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40.8px;
  }

  .div-block-18 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-18.grid-blogs-info-div {
    padding: 10px;
    display: block;
    overflow: hidden;
  }

  .blogs-hero-title {
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .blogs-hero-title.grid-blog-title {
    margin-bottom: -40px;
  }

  .manufacturing-button, .manufacturing-button.grid {
    top: 7.5%;
    right: 2.5%;
  }

  .grid-container-blog {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-div-blogs {
    width: 100%;
    max-width: 440px;
  }

  .div-block-19 {
    width: auto;
    max-width: 440px;
    display: block;
  }

  .horizontalborder {
    width: auto;
    min-width: 0;
    margin-top: 13%;
    margin-left: -17px;
    margin-right: auto;
    padding-top: 30px;
    overflow: visible;
  }

  .horizontalborder.grid-horiz-border {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontalborder.horiz-cards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-left: auto;
  }

  .knowlessvg.button {
    position: absolute;
    inset: auto 10% 6.5% auto;
  }

  .knowlessvg.blog-logo, .knowlessvg.knowles-icon {
    width: auto;
  }

  .knowlessvg-2 {
    overflow: visible;
  }

  .info-main {
    margin-left: 78px;
  }

  .slider-page {
    padding: 16px 16px 24px;
  }

  .slide-1 {
    background-position: 50%;
  }

  .burger-service-grid {
    padding-left: 0;
  }

  .services-overlay-mobile {
    display: none;
  }

  .div-block-25 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    width: auto;
    display: none;
    overflow: visible;
  }

  .tick-icon, .loader-icon {
    right: 86%;
  }

  .div-block-28 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: auto;
    display: flex;
    position: static;
    inset: auto auto 20%;
  }

  .div-block-28.grid-blog-2 {
    bottom: 20%;
    right: auto;
  }

  .svg-2 {
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    display: flex;
  }

  .loader-icon2, .tick-icon2 {
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
  }

  .blogs-horiz-content-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    inset: auto auto 0%;
  }

  .awards {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    display: flex;
  }

  .top-awards-headers {
    color: #fff;
    font-size: 14px;
    line-height: 18.2px;
  }

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

  .our-expert-grid-view {
    flex-flow: column;
    display: flex;
  }

  .text-block-43 {
    font-size: 13px;
  }

  .blog-links {
    display: block;
  }

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

  .right-arrow {
    margin-right: -20px;
  }

  .video-pop-up {
    width: 92%;
  }

  .background-video {
    width: auto;
  }

  .blog-title {
    font-size: 30px;
    line-height: 40.8px;
  }

  .slide-2, .slide-3 {
    background-position: 50%;
  }

  .blog-card-overlay {
    z-index: 1;
  }

  .error-message {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .recaptcha-wrapper {
    transform: scale(.8);
  }

  .recaptcha-wrapper.contact-page {
    margin-right: auto;
    display: flex;
    position: relative;
    transform: scale(.8);
  }

  .recaptcha {
    margin-bottom: 0;
  }

  .policy-block-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .bold-text-3 {
    line-height: 28px;
  }

  .vertical-fields-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

#w-node-_1f4f6995-0fdc-b2be-198a-ca79d779d5bf-5119c4e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26864cbb-c289-afa6-f00c-b8c7f26c045e-ecdce107, #w-node-e8010c04-8357-d35b-d3b6-26f7cb71a254-ecdce107, #w-node-_46350967-c2b7-575b-a519-0fedbb011569-ecdce107, #w-node-_40a7eddd-a72d-c2a7-f481-a4e8f129bdcf-ecdce107, #w-node-_01e1343a-8917-fc0f-9fd0-c40da71caea3-ecdce107, #w-node-_01e1343a-8917-fc0f-9fd0-c40da71caeb2-ecdce107, #w-node-_01e1343a-8917-fc0f-9fd0-c40da71caec1-ecdce107, #w-node-_01e1343a-8917-fc0f-9fd0-c40da71caed0-ecdce107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f4f6995-0fdc-b2be-198a-ca79d779d5bf-4de160a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-cd6237ef-c9c0-6420-3a30-733f0452cb15-767bb80a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f4f6995-0fdc-b2be-198a-ca79d779d5bf-5119c4e1, #w-node-cd6237ef-c9c0-6420-3a30-733f0452cb15-767bb80a, #w-node-_1f4f6995-0fdc-b2be-198a-ca79d779d5bf-4de160a3 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}