@font-face {
  font-family: Inter Variable;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geistmono Variablefont Wght;
  src: url('../fonts/GeistMono-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #f8f8f8;
  --black: #141414;
  --white: white;
  --grey-dark: #7f7f7f;
  --grey-light: #d4d4d4;
  --background-2: #f3f3f3;
  --background-3: #efefef;
  --brand: #ff5914;
}

body {
  background-color: var(--background);
  color: var(--black);
  letter-spacing: -.2px;
  font-family: Inter Variable, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

h1 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.05;
}

h3 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: .25rem;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

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

.styleguide-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1-1-small {
  width: 2rem;
  height: 2rem;
}

.heading-medium {
  letter-spacing: -.5px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-large {
  letter-spacing: -1px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  color: var(--black);
  letter-spacing: -.2px;
  font-size: 1rem;
  line-height: 1.35;
}

.text-weight-normal {
  font-weight: 400;
}

.styleguide-section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.styleguide-section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .65;
}

.text-size-small {
  color: var(--black);
  font-size: .875rem;
  line-height: 1.4;
}

.rich-text h1 {
  letter-spacing: -1.6px;
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1.2;
}

.rich-text h2 {
  letter-spacing: -1px;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 1.25;
}

.rich-text h3 {
  margin-bottom: 2rem;
}

.rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 1.5rem;
}

.rich-text p {
  margin-bottom: 2rem;
}

.rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.rich-text a {
  border-bottom: 1px solid var(--black);
  transition: opacity .2s;
}

.rich-text a:hover {
  opacity: .6;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.heading-xlarge {
  letter-spacing: -3px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-text-field {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-xsmall {
  color: var(--black);
  font-size: .8rem;
  line-height: 1.4;
}

.icon-1-1-medium {
  width: 3rem;
  height: 3rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.styleguide-classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.styleguide-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.show-mobile-landscape {
  display: none;
}

.max-width-small {
  width: 100%;
  max-width: 23rem;
}

.icon-1-1-large {
  width: 4rem;
  height: 4rem;
}

.error-message {
  text-align: center;
  border-radius: .3rem;
  margin-top: 1rem;
  padding: 1rem;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.main-wrapper {
  overflow: clip;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  letter-spacing: -.25px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.styleguide-component {
  padding-bottom: 10rem;
}

.license-heading-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.license-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.license-images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.inline-link {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  transition: opacity .2s, border-color .2s, color .2s;
}

.inline-link:hover {
  border-bottom-color: var(--grey-dark);
  opacity: .65;
}

.inline-link.white-faded {
  border-bottom-color: var(--white);
  opacity: .6;
  color: var(--white);
}

.inline-link.white-faded:hover {
  opacity: 1;
}

.license-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: grid;
}

.license-item.last {
  margin-bottom: 0;
}

.changelog-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.changelog-component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructions-list {
  max-width: 650px;
}

.instructions-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.instructions-list-item {
  margin-bottom: 3rem;
}

.instructions-list-item.small-margin {
  margin-bottom: 1rem;
}

.utility-image {
  width: 100%;
}

.instructions-image {
  margin-top: 1rem;
}

._12-col-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

._12-col-grid.home-about-bottom-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

._12-col-grid.heading-with-underline {
  border-bottom: 1px solid var(--grey-light);
  padding-bottom: .8rem;
  position: relative;
}

._12-col-grid.home-work-bottom {
  padding-top: 2rem;
}

._12-col-grid.work-hero-grid {
  align-items: start;
}

._12-col-grid.services-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
}

._12-col-grid.testimonial-grid {
  width: 100%;
}

._12-col-grid.process-top {
  border-bottom: 1px solid var(--grey-light);
  padding-bottom: .8rem;
}

._12-col-grid.process-item {
  border-bottom: 1px solid var(--grey-light);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

._12-col-grid.why-us-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(15rem, 1fr) minmax(15rem, 1fr) minmax(15rem, 1fr);
}

._12-col-grid.cta-grid {
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  place-items: start;
}

._12-col-grid.work-top {
  border-bottom: 1px solid var(--grey-light);
  padding-bottom: 1.25rem;
}

._12-col-grid.contact-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: start;
}

.tag-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Geistmono Variablefont Wght, Georgia, sans-serif;
  font-size: .875rem;
  line-height: 1.4;
}

.home-hero-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grey-span {
  color: var(--grey-dark);
}

.button {
  background-color: var(--black);
  color: var(--white);
  border-radius: .5rem;
  padding: .25rem;
  font-size: 1.1rem;
  line-height: 1;
}

.button.form-button {
  text-align: center;
  border-radius: .63rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-inside {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: .8rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-text {
  z-index: 2;
  position: relative;
}

.button-arrow-box {
  z-index: 2;
  background-color: var(--white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.button-hover-div {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 101%;
}

.button-arrow {
  width: 1.6rem;
  display: flex;
}

.button-arrow.top-right {
  transform: rotate(-45deg);
}

.button-arrow.left {
  transform: rotate(180deg);
}

.home-about-section {
  background-color: var(--background-2);
}

.home-about-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.home-about-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.abstract-line-image {
  object-fit: contain;
  width: 6.8rem;
  height: 2.5rem;
}

.abstract-line-image.work-cms-abstract-line-image {
  height: 3.5rem;
}

.home-about-bg-video {
  z-index: 1;
  height: 15.5rem;
}

.home-about-texts-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.link-with-underline {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .38rem;
  font-size: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.link-with-underline.small {
  font-size: .88rem;
}

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

.link-with-underline.footer-link {
  color: var(--white);
  padding-bottom: .88rem;
  font-size: 1.75rem;
  line-height: 1.25;
}

.link-underline-wrap {
  transform-origin: 0%;
  flex-flow: row;
  justify-content: flex-end;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-underline-1 {
  background-color: var(--black);
  width: 100%;
  min-width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-underline-1.white {
  background-color: var(--white);
}

.link-underline-1.white-20 {
  background-color: #fff3;
}

.link-underline-1.light-grey {
  background-color: var(--grey-light);
}

.link-underline-2 {
  background-color: var(--black);
  width: 100%;
  min-width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% -100%;
}

.link-underline-2.white {
  background-color: var(--white);
}

.home-about-heading-wrap {
  max-width: 36rem;
}

.home-works-section {
  background-color: var(--background-2);
}

.home-work-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-bottom: 8rem;
  display: flex;
}

.work-list-wrapper {
  width: 100%;
}

.work-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.work-item-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.work-item-number {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-item-detail {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-item-image {
  width: 100%;
  height: 35rem;
}

.work-item-link {
  border-radius: 1.25rem;
  overflow: clip;
}

.home-work-link-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.split-heading-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.work-hero-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-hero-text-link-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 38rem;
  margin-bottom: -1.5rem;
  display: flex;
}

.work-thumbnail-image {
  border-radius: 1.25rem;
  width: 100%;
  height: 35rem;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

.work-hero-details-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-hero-detail-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-goals-content {
  max-width: 40rem;
}

.work-gallery-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.work-gallery-image {
  border-radius: 1.25rem;
  width: 100%;
  height: 35rem;
}

.custom-cursor {
  z-index: 999;
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: .31rem;
  justify-content: center;
  align-items: center;
  padding: .75rem .63rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.more-projects-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.more-projects-heading-wrap {
  border-bottom: 1px solid var(--grey-light);
  width: 100%;
  padding-bottom: 1.25rem;
}

.services-section {
  padding-bottom: 8rem;
}

.services-left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item {
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 33rem;
  padding: 1.5rem 1.25rem 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.service-icon {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-item-bottom {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.service-item-plus-circle {
  background-color: var(--background-3);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.service-item-plus-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-item-text-wrap {
  z-index: 2;
  pointer-events: none;
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.25rem 5.4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-item-black-bg {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 100% 0% 0%;
}

.testimonial-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8rem;
  display: flex;
}

.testimonial-top {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-left {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  min-height: 29rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.testimonial-left-card {
  z-index: 2;
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 34rem;
  padding: 1.5rem 1.25rem;
  display: flex;
  position: relative;
}

.testimonial-left-card-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-rating-wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 8rem;
  display: flex;
}

.testimonial-left-card-middle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trusted-by-images-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trusted-by-image {
  border: 1px solid var(--white);
  border-radius: 100rem;
  width: 2rem;
  height: 2rem;
  margin-left: -.5rem;
}

.trusted-by-image.last {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: .58rem;
  line-height: 1;
  display: flex;
}

.testimonial-left-card-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-left-bg-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  object-fit: cover;
}

.testimonial-slider {
  background-color: var(--white);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.testimonial-slider-mask {
  width: 100%;
  height: 100%;
}

.testimonial-slide {
  width: 100%;
  height: 100%;
  padding: 3rem 1.5rem;
}

.testimonial-left-arrow {
  background-color: var(--background-2);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 4.2rem;
  display: flex;
  inset: auto 0% 3rem auto;
}

.testimonial-slide-inside {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-quotes {
  letter-spacing: -.5px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-slide-person {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-slide-image {
  border-radius: 100%;
  flex: none;
  width: 3rem;
  height: 3rem;
}

.testimonial-right-arrow {
  background-color: var(--background-2);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
  display: flex;
  inset: auto 0% 3rem auto;
}

.process-section {
  background-color: var(--background-2);
}

.process-items-wrap {
  flex-flow: column;
  display: flex;
}

.process-item-text-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process-item-image {
  width: 100%;
  height: 11rem;
}

.why-us-section {
  background-color: var(--background-2);
}

.why-us-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.why-us-top {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fast-turnaround {
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.63rem 1rem 1.25rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.why-us-item-texts-wrap {
  z-index: 2;
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
  position: relative;
}

.why-us-item-texts-wrap.white-text {
  color: var(--white);
}

.fast-turnaround-bg-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.conversion-focused {
  background-color: var(--black);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  padding: 1.63rem 1rem 1.25rem;
  position: relative;
  overflow: clip;
}

.quality-over-quantity {
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.63rem 1rem 1.25rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.designs-wrap {
  z-index: 2;
  flex: 1;
  width: 100%;
  position: relative;
  top: 1rem;
}

.design {
  height: 53rem;
  margin-bottom: -32rem;
}

.design._1 {
  z-index: 3;
  transform-style: preserve-3d;
  margin-left: -6.25rem;
  position: absolute;
  inset: auto auto -3.7rem 0%;
  transform: perspective(2000px)rotateX(0)rotateY(-20deg)rotateZ(15deg);
}

.design._1.cta-work-design {
  height: 43rem;
  bottom: 0;
}

.design._2 {
  z-index: 2;
  transform-style: preserve-3d;
  margin-left: 9.38rem;
  position: absolute;
  inset: auto auto 0 0%;
  transform: perspective(2000px)rotateX(0)rotateY(-20deg)rotateZ(15deg);
}

.design._2.cta-work-design {
  height: 43rem;
  margin-bottom: -28rem;
  margin-left: 3rem;
}

.design._3 {
  z-index: 1;
  transform-style: preserve-3d;
  margin-left: 21.88rem;
  position: absolute;
  inset: auto auto 3.7rem 0%;
  transform: perspective(2000px)rotateX(0)rotateY(-20deg)rotateZ(15deg);
}

.design._3.cta-work-design {
  height: 43rem;
  margin-bottom: -24rem;
  margin-left: 12.5rem;
  bottom: 0;
}

.iteration-until-satisfaction {
  background-color: var(--white);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  padding: 1.63rem 1rem 1.25rem;
  position: relative;
  overflow: clip;
}

.iteration-bg-image {
  max-width: none;
  position: absolute;
  inset: 0%;
}

.conversion-graph-svg {
  width: 60%;
  height: 15rem;
  position: absolute;
  inset: auto -3rem -.7rem auto;
}

.result-left {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.looping-image-wrap {
  width: 100%;
  max-width: 19rem;
  height: 11rem;
  position: relative;
}

.looping-image {
  width: 100%;
  height: 100%;
}

.looping-image._2, .looping-image._3, .looping-image._4 {
  position: absolute;
  inset: 0%;
}

.result-right {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.results-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.result-item {
  border-bottom: 1px solid var(--grey-light);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1rem;
  display: flex;
}

.result-heading-wrap {
  max-width: 44rem;
}

.trusted-by-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 60rem;
  display: flex;
  position: relative;
}

.inside-circle {
  border: 1px solid var(--grey-light);
  border-radius: 100%;
  width: 28rem;
  height: 28rem;
  position: relative;
}

.quality-over-quantity-bg-image {
  z-index: 1;
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.63rem 1rem 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.circle-person-image {
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  margin-left: -2rem;
  position: absolute;
  left: 50%;
}

.circle-person-image.outside {
  margin-top: -2rem;
  margin-left: 0;
  margin-right: -2rem;
  top: 50%;
  left: auto;
  right: 0;
}

.circle-logo-wrap {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: -2rem;
  margin-left: -2rem;
  display: flex;
  position: absolute;
  inset: auto auto 0 50%;
}

.circle-logo-wrap.outside {
  bottom: 50%;
  left: 0%;
}

.circle-logo {
  justify-content: center;
  align-items: center;
  width: 43%;
  display: flex;
}

.circle-logo.outside {
  width: 48%;
}

.outside-circle {
  border: 1px solid var(--grey-light);
  border-radius: 100%;
  width: 52rem;
  height: 52rem;
  position: absolute;
}

.circle-text-wrap {
  z-index: 3;
  background-image: linear-gradient(180deg, #f8f8f800, var(--background) 33%, var(--background) 66%, #f8f8f800);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20.63rem;
  display: flex;
  position: absolute;
}

.circle-text {
  max-width: 52rem;
}

.home-blog-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.home-blog-top {
  border-bottom: 1px solid var(--grey-light);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.25rem;
  display: flex;
}

.blog-cms-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-image {
  border-radius: .75rem;
  width: 100%;
  height: 19rem;
}

.blog-list {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-component {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.faq-items-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.faq-item {
  background-color: var(--background-2);
  border-radius: .5rem;
  padding: 1.5rem 1rem .75rem;
}

.faq-trigger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.faq-trigger-plus-icon-wrap {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.faq-answer-wrap {
  width: 100%;
  max-width: 32rem;
  overflow: clip;
}

.faq-trigger-plus-icon {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: .81rem;
  height: .81rem;
  display: flex;
}

.cta-support {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  background-color: var(--white);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .88rem 2.5rem .88rem .88rem;
  display: flex;
}

.cta-support-image {
  border-radius: .75rem;
  width: 33%;
}

.cta-text-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-contact-form-wrap {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  background-color: var(--background-2);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem 4rem 1.38rem;
  display: flex;
}

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

.contact-form {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  display: flex;
}

.contact-form-text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-light);
  color: var(--black);
  background-color: #0000;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: 0;
}

.contact-form-text-field:focus {
  border-bottom-color: var(--black);
}

.contact-form-text-field::placeholder {
  color: #7f7f7f99;
}

.contact-form-text-field.message {
  min-height: 6rem;
}

.cta-work {
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.75rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.cta-work-bg-image {
  z-index: 1;
  width: 120%;
  max-width: none;
  height: 150%;
  position: absolute;
  inset: -25% 0% 0%;
}

.cta-work-text-wrap {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact-form-subtext {
  text-align: center;
  margin-top: -1rem;
}

.footer {
  background-color: var(--black);
  color: var(--white);
}

.footer-inside {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.footer-top {
  border-bottom: 1px solid #fff3;
  padding-bottom: .75rem;
}

.footer-logo-img {
  width: 31rem;
}

.footer-text-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-media-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #fff3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .85rem;
}

.navbar {
  z-index: 999;
  position: relative;
}

.nav-logo-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-box {
  background-color: var(--background-2);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.13rem .69rem 2.38rem 1.38rem;
  display: flex;
}

.nav-links-col-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-links-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-links-wrap {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: var(--black);
  font-size: .88rem;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .65;
}

.nav-middle-text {
  color: var(--black);
  font-size: .875rem;
  line-height: 1.4;
}

.menu-button {
  display: none;
}

.about-hero-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 62rem;
  display: flex;
}

.about-video-container {
  min-height: 200vh;
  position: relative;
}

.about-video-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.about-video {
  transform-origin: 100% 0;
  width: 100%;
  height: 70vh;
  position: relative;
}

.about-video-overlay-wrap {
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-video-icon-circle {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  margin-top: -5rem;
  margin-left: -5rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
}

.about-play-icon {
  width: 17%;
}

.about-video-thumbnail {
  width: 100%;
  height: 100%;
}

.about-stats-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-stats-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-section {
  background-color: var(--background-2);
}

.team-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

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

.team-image-wrap {
  border-radius: .5rem;
  position: relative;
  overflow: clip;
}

.team-image-wrap.hiring {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.team-item-details {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.team-item {
  width: 32%;
  position: relative;
}

.team-item-hiring {
  z-index: 2;
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 30rem;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.team-items-wrap {
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.link-with-underline-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .3rem;
  font-size: 1rem;
  position: relative;
  overflow: clip;
}

.team-image {
  width: 100%;
  height: 30rem;
}

.team-overlay {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000004d;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-social-item {
  background-color: #ffffff4d;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.team-social-icon {
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.awards-section {
  background-color: var(--background-2);
  padding-bottom: 8rem;
}

.award-items-wrap {
  flex-flow: column;
  width: 60%;
  margin-top: -1.25rem;
  display: flex;
}

.award-image-overlay {
  background-color: var(--background-2);
  width: 9.5rem;
  height: 12.7rem;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.award-image {
  width: 9.5rem;
  height: 12.7rem;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-size-medium {
  letter-spacing: -.5px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.award-item-top {
  justify-content: space-between;
  display: flex;
}

.awards-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.award-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.parallax-image-wrap {
  width: 100%;
  overflow: clip;
}

.parallax-image {
  width: 100%;
  height: 115%;
}

.scroll-wrap {
  position: relative;
  overflow: hidden;
}

.scroll-trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.success-message {
  background-color: #00d369;
  border-radius: .3rem;
  padding: 1rem;
}

.work-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.work-heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-hero-section {
  padding-bottom: 4rem;
}

.blog-hero-heading-text-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.blog-featured-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: stretch;
  padding: .88rem 2.5rem .88rem .88rem;
  display: flex;
}

.blog-featured-image {
  border-radius: 1.25rem;
  width: 50%;
  height: 32.5rem;
}

.blog-featured-details {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.blog-featured-details-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-featured-details-heading-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-hero-section {
  padding-bottom: 4rem;
}

.contact-hero-texts-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-support {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2.5rem 2rem .88rem;
  display: flex;
  position: sticky;
  top: .5rem;
}

.contact-support-image {
  border-radius: .75rem;
  width: 55%;
  height: 10rem;
}

.contact-support-text-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact-cards-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-card {
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 18rem;
  padding: 1.38rem 1rem;
  display: flex;
}

.contact-card-links-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.legal-hero-section {
  padding-bottom: 4rem;
}

.legal-last-updated {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.legal-content-wrap {
  max-width: 40rem;
}

.blog-cms-hero-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-cms-hero-heading-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40rem;
  display: flex;
}

.blog-cms-hero-image {
  border-radius: 1.25rem;
  width: 100%;
  height: 35rem;
}

.blog-cms-content-wrap {
  max-width: 40rem;
}

.top-wrap {
  position: relative;
  overflow: hidden;
}

.top-trigger {
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-bottom-legal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.instructions-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  display: flex;
}

.code-block {
  width: 100%;
}

.code-block-list {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  margin-top: 1.2rem;
  display: flex;
}

.code-block-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  pointer-events: none;
  flex: 1;
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2.5px;
    font-size: 4.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .heading-large {
    font-size: 2.5rem;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rich-text h1 {
    letter-spacing: -1.25px;
    font-size: 2.5rem;
  }

  .rich-text h2 {
    font-size: 2rem;
  }

  .heading-xlarge {
    letter-spacing: -2.5px;
    font-size: 5rem;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 9rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .license-image {
    height: 320px;
  }

  .license-item {
    grid-template-columns: 1fr;
  }

  ._12-col-grid.home-about-bottom-grid {
    grid-row-gap: 1.25rem;
  }

  ._12-col-grid.work-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  ._12-col-grid.home-work-bottom {
    padding-top: 1.25rem;
  }

  ._12-col-grid.services-grid {
    grid-row-gap: 2.5rem;
  }

  ._12-col-grid.process-item {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    max-width: 23rem;
  }

  ._12-col-grid.why-us-grid {
    grid-auto-rows: minmax(15rem, 1fr);
  }

  ._12-col-grid.result {
    grid-row-gap: 3rem;
  }

  ._12-col-grid.cta-grid {
    flex-flow: column;
    display: flex;
  }

  ._12-col-grid.footer-middle {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .home-about-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .link-with-underline.about-hiring-link {
    color: var(--white);
  }

  .link-underline-1.about-hiring-link-line, .link-underline-2.about-hiring-link-line {
    background-color: var(--white);
  }

  .home-about-heading-wrap {
    max-width: 30rem;
  }

  .home-work-component {
    padding-bottom: 6rem;
  }

  .work-list-wrapper {
    width: 100%;
    max-width: 50rem;
  }

  .work-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .work-item-left {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .work-item-detail {
    max-width: 22rem;
  }

  .work-item-image, .work-thumbnail-image, .work-gallery-image {
    height: 30rem;
  }

  .services-section, .testimonial-component {
    padding-bottom: 6rem;
  }

  .testimonial-left {
    min-height: 0;
  }

  

  .fast-turnaround-bg-image {
    object-position: 50% 100%;
  }

  .iteration-bg-image {
    width: 150%;
    height: 170%;
  }

  .conversion-graph-svg {
    width: 60%;
    height: auto;
    right: -1rem;
  }

  .result-heading-wrap {
    max-width: 36rem;
  }

  .trusted-by-component {
    min-height: 50rem;
  }

  .outside-circle {
    width: 46rem;
    height: 46rem;
  }

  .circle-text-wrap {
    width: 150%;
  }

  .blog-list-wrapper {
    max-width: 30rem;
  }

  .blog-list {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .faq-component {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .faq-left, .faq-items-wrap {
    max-width: none;
  }

  .cta-work {
    min-height: 27rem;
  }

  .footer-links-wrap {
    width: 100%;
    max-width: 23rem;
    padding-top: 2rem;
  }

  .nav-middle-text {
    display: none;
  }

  .about-video-overlay-wrap {
    padding: 2rem 0 2rem 1.5rem;
  }

  .about-video-icon-circle {
    width: 7rem;
    height: 7rem;
    margin-top: -3.5rem;
    margin-left: -3.5rem;
  }

  .team-image-wrap.hiring {
    opacity: 100;
  }

  .team-item {
    width: 48.5%;
  }

  .team-item-hiring {
    color: #fff;
    border-style: none;
  }

  .awards-section {
    padding-bottom: 6rem;
  }

  .award-items-wrap {
    width: 100%;
    margin-top: 0;
  }

  .awards-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .blog-featured-image {
    height: 21.25rem;
  }

  .contact-support {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .contact-support-image {
    width: 33%;
    height: 15rem;
  }

  .blog-cms-hero-image {
    height: 22rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -2.2px;
    font-size: 4.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  .styleguide-elements {
    padding-top: 6rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2.5rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .styleguide-section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    letter-spacing: -2.2px;
    font-size: 4.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .styleguide-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .styleguide-component {
    padding-bottom: 7rem;
  }

  .license-section {
    padding-top: 6rem;
  }

  .license-image {
    height: 250px;
  }

  .instructions-list {
    padding-left: 20px;
  }

  .instructions-section, .home-hero-section {
    padding-top: 6rem;
  }

  ._12-col-grid.home-hero {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  ._12-col-grid.work-goals-grid {
    grid-row-gap: 1.25rem;
  }

  ._12-col-grid.result {
    grid-row-gap: 2.5rem;
  }

  ._12-col-grid.nav-inside {
    justify-content: space-between;
    align-items: center;
    min-height: 2.5rem;
    display: flex;
    position: relative;
  }

  ._12-col-grid.legal-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  ._12-col-grid.blog-cms-hero-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .home-about-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .abstract-line-image {
    display: none;
  }

  .home-about-bg-video {
    max-width: 20rem;
  }

  .link-with-underline.footer-link {
    font-size: 1.5rem;
  }

  .work-hero-section {
    padding-top: 6rem;
  }

  .work-hero-details-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .work-hero-detail-item {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
  }

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

  .testimonial-left {
    min-height: 0;
  }

  .testimonial-left-card {
    width: 80%;
  }


  .testimonial-quotes {
    font-size: 1.5rem;
  }

  .conversion-graph-svg {
    width: 70%;
  }

  .results-wrap {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .trusted-by-component {
    min-height: 35rem;
  }

  .inside-circle {
    width: 18rem;
    height: 18rem;
  }

  .outside-circle {
    width: 29rem;
    height: 29rem;
  }

  .circle-text-wrap {
    height: 17rem;
  }

  .circle-text {
    max-width: 32rem;
    font-size: 4rem;
  }

  .home-blog-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .navbar {
    z-index: 999;
  }

  .nav-box {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    padding: 2.5rem 1.13rem;
    display: none;
    position: absolute;
    inset: 3rem 0% auto;
  }

  .menu-button {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
  }

  .nav-menu-line {
    background-color: var(--black);
    width: 1.25rem;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-hero-section {
    padding-top: 6rem;
  }

  .about-video-container {
    min-height: auto;
    padding-top: 5rem;
  }

  .about-video-wrap {
    min-height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-video {
    height: 24rem;
  }

  .about-video-overlay-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .about-video-icon-circle {
    width: 5rem;
    height: 5rem;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .about-play-icon {
    width: 20%;
  }

  .about-stats-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 5rem;
  }

  .about-stats-item {
    justify-content: center;
    align-items: center;
  }

  .team-item-hiring, .team-image {
    height: 24rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .work-section {
    padding-top: 6rem;
  }

  .work-heading-wrap {
    width: 100%;
  }

  .blog-hero-section {
    padding-top: 6rem;
  }

  .blog-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .blog-featured-item {
    flex-flow: column;
    padding-bottom: 2rem;
    padding-right: .88rem;
  }

  .blog-featured-image {
    width: 100%;
  }

  .blog-featured-details {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-hero-section {
    padding-top: 6rem;
  }

  .contact-support {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .contact-support-image {
    width: 100%;
    max-width: 15rem;
  }

  .contact-support-text-wrap {
    max-width: 24rem;
  }

  .contact-cards-wrap {
    grid-template-columns: 1fr;
  }

  .legal-hero-section, .blog-cms-hero-section {
    padding-top: 6rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 3.6rem;
  }

  h2 {
    letter-spacing: -.5px;
    font-size: 2rem;
  }

  h3, .heading-medium {
    letter-spacing: -.3px;
    font-size: 1.4rem;
  }

  .heading-large {
    letter-spacing: -.5px;
    font-size: 2rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .rich-text h1 {
    letter-spacing: -.8px;
    font-size: 2rem;
  }

  .rich-text h2 {
    font-size: 1.7rem;
  }

  .heading-xlarge {
    letter-spacing: -2px;
    font-size: 4rem;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .license-images-grid {
    grid-template-columns: 1fr;
  }

  ._12-col-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  ._12-col-grid.work-item {
    flex-flow: column-reverse;
  }

  ._12-col-grid.process-item {
    grid-column-gap: 0rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._12-col-grid.why-us-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: minmax(25rem, 1fr) minmax(25rem, 1fr) minmax(25rem, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: minmax(25rem, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._12-col-grid.nav-inside {
    flex-flow: row;
  }

  .home-about-bg-video {
    width: 100%;
  }

  .link-with-underline.footer-link {
    font-size: 1.4rem;
  }

  .work-item-image {
    height: 20rem;
  }

  .work-item-link {
    border-radius: .75rem;
  }

  .split-heading-wrap {
    font-size: 3.5rem;
  }

  .work-hero-section {
    padding-top: 6rem;
  }

  .work-thumbnail-image, .work-gallery-image {
    height: 20rem;
  }

  .services-left {
    max-width: 22rem;
  }

  .services-wrap {
    width: 100%;
  }

  .service-item {
    min-height: 28rem;
  }

  .testimonial-top {
    max-width: 21rem;
  }

  .testimonial-left {
    width: 100%;
    min-height: 0;
  }

  .testimonial-left-card {
    width: 85%;
    height: 30rem;
    padding-top: 1.25rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .testimonial-left-card-top {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
    text-align: center;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-rating-wrap {
    justify-content: center;
    align-items: center;
  }

  .testimonial-left-card-bottom {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-slide {
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-left-arrow {
    margin-left: 1rem;
    margin-right: 0;
    left: 0;
  }

  .testimonial-quotes {
    letter-spacing: -.3px;
    font-size: 1.4rem;
  }

  .testimonial-slide-person {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
  }

  .testimonial-right-arrow {
    margin-left: 3.8rem;
    margin-right: auto;
    left: 0;
  }

  .why-us-top {
    max-width: 22rem;
  }

  .fast-turnaround, .conversion-focused, .quality-over-quantity {
    width: 100%;
    height: 100%;
  }

  .design {
    height: 40rem;
    margin-bottom: -24rem;
  }

  .design._1.cta-work-design {
    height: 35rem;
    margin-bottom: -25rem;
  }

  .design._2 {
    margin-left: 3.13rem;
  }

  .design._2.cta-work-design {
    height: 35rem;
    margin-bottom: -21rem;
  }

  .design._3 {
    margin-left: 12.5rem;
  }

  .design._3.cta-work-design {
    height: 35rem;
    margin-bottom: -17rem;
  }

  .iteration-until-satisfaction {
    width: 100%;
    height: 100%;
  }

  .iteration-bg-image {
    width: 200%;
  }

  .conversion-graph-svg {
    width: 100%;
    height: auto;
  }

  .results-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .result-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .trusted-by-component {
    min-height: 120vw;
  }

  .inside-circle {
    width: 95vw;
    height: 95vw;
  }

  .quality-over-quantity-bg-image {
    width: 100%;
    height: 100%;
  }

  .outside-circle {
    display: none;
  }

  .circle-text {
    width: 60%;
    font-size: 3rem;
  }

  .home-blog-top {
    max-width: 22rem;
  }

  .blog-list {
    grid-row-gap: 4.5rem;
  }

  .cta-support {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cta-support-image {
    width: 100%;
    max-width: 15rem;
    height: 17.25rem;
  }

  .cta-contact-form-wrap {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    padding: 2.5rem .88rem;
  }

  .footer-social-media-wrap {
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .nav-links-col-wrap {
    flex-flow: column;
  }

  .about-video-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-video {
    height: 22rem;
  }

  .team-top {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .team-item {
    width: 100%;
  }

  .team-items-wrap {
    flex-flow: column;
  }

  .award-item-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column-reverse;
  }

  .award-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-featured-image {
    height: 18.75rem;
  }

  .contact-support {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .contact-support-image {
    width: 100%;
    max-width: 15rem;
  }

  .contact-right {
    width: 100%;
  }

  .blog-cms-hero-image {
    height: 20rem;
  }
}

#w-node-_2e8aa266-a975-d53d-fda4-f607e70f1718-3f5a8264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-faf675a4-6dff-9f0a-0e58-38ae9ced2f18-3f5a8264 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-dc5987db-7536-15d0-12c1-39ee69431db5-3f5a8264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9ecc4cdc-8cb9-702f-f906-01983319ef58-3f5a8264 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d317cfd1-1027-75db-13e2-a354c82811bf-3f5a8264, #w-node-_1b1d2f63-9f13-f711-121c-02e90bc7ab22-3f5a8264 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_77f3c31b-f49a-3367-9374-2e821e57df39-3f5a8264 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_19ba32f3-4c21-6c97-c69a-59a4bb5cafdf-3f5a8264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8839d7ab-bac4-cdda-f744-eaf01eb9fa81-3f5a8264 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4fe4a3c5-4c5e-87ff-5ed0-ccd6337b0f37-3f5a8264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_380af193-dcf7-97fa-51a0-0695dc0ab4ef-3f5a8264 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6564fef9-2b88-9597-661e-d5ba2ceff301-3f5a8264, #w-node-_39106f0a-b73e-7c2e-d16e-8088314b2135-3f5a8264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_39106f0a-b73e-7c2e-d16e-8088314b2137-3f5a8264 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_39106f0a-b73e-7c2e-d16e-8088314b213d-3f5a8264, #w-node-_9b7ba714-f110-5037-6839-3f8e8b59a0cc-3f5a8264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9b7ba714-f110-5037-6839-3f8e8b59a0ce-3f5a8264 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9b7ba714-f110-5037-6839-3f8e8b59a0d4-3f5a8264, #w-node-df5f7d66-aa3c-ae97-fa8b-f15809d3afa0-3f5a8264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df5f7d66-aa3c-ae97-fa8b-f15809d3afa2-3f5a8264 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-df5f7d66-aa3c-ae97-fa8b-f15809d3afa8-3f5a8264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_91be98c1-afea-98d3-e035-ecd96d202430-3f5a8264 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_0292d247-7a2c-2956-b63e-e1f575093d64-3f5a8264 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_65d92578-fb24-2f11-2081-5a420ff181da-3f5a8264 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_94d6da37-6a19-4c80-d9e3-f9fc70fb98de-3f5a8264 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-fa630c55-ee4a-69ae-e604-4e60c59174d1-c59174c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fa630c55-ee4a-69ae-e604-4e60c59174d2-c59174c6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-fa630c55-ee4a-69ae-e604-4e60c59174e9-c59174c6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ef83c71b-890d-d544-eeef-3234d7d427e8-d7d427e3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef83c71b-890d-d544-eeef-3234d7d427eb-d7d427e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ef83c71b-890d-d544-eeef-3234d7d427ef-d7d427e3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a3e27a4c-6008-414d-63eb-6aeb770c48ac-3f5a8267, #w-node-_9b34d06e-9585-370f-b084-6df55f6c9548-3f5a8267, #w-node-_80b60902-d2ac-b7f7-0401-e31296a7b12b-3f5a8269, #w-node-_80b60902-d2ac-b7f7-0401-e31296a7b136-3f5a8269, #w-node-ee3c1a51-07e8-ecf0-f78a-c8ac8a67235b-3f5a8269, #w-node-d170356f-0559-5c56-bdb5-1310644a454b-3f5a8269, #w-node-_91a56518-ef94-09d5-0b48-9e77584626f9-3f5a8269, #w-node-_88b9da4a-addd-05cb-7982-da66080519e2-3f5a8269, #w-node-_80b60902-d2ac-b7f7-0401-e31296a7b13c-3f5a8269, #w-node-_80b60902-d2ac-b7f7-0401-e31296a7b147-3f5a8269, #w-node-_80b60902-d2ac-b7f7-0401-e31296a7b156-3f5a8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86ebf287-a370-02d9-9013-c0ded566dfe8-3f5a826c {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_315ef6a1-97f0-c902-33f9-8c431485b901-3f5a826c, #w-node-_72964f3d-4a11-f2e9-0a1c-d0b92b2a009d-3f5a826c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ebd572b-a0dd-2368-de2f-ae3deb7bca48-3f5a826c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-a26745e4-b3f4-dcc2-9a8f-92b3afb32941-3f5a826c {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_7b0a9beb-dbcd-ed0c-8474-81ca7877219b-3f5a826c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7b0a9beb-dbcd-ed0c-8474-81ca7877219d-3f5a826c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_9805c1e2-50fc-4cf7-884d-0138da973e36-3f5a826c {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53db40c9-461a-f862-5d0a-d34739a8e6e9-3f5a826c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_53db40c9-461a-f862-5d0a-d34739a8e6f1-3f5a826c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_90df769a-8ed6-c8e7-eb9f-149acb224d7c-3f5a826d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a532dd7f-5171-ef72-f1ea-03706105e753-3f5a826d {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-c84b530f-a561-18bb-0849-717e0c9c57e2-3f5a826d {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_8b3c6081-a228-7bb9-5f50-43d1c620206b-3f5a826d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dbc25ff-c76b-a44d-1326-7a5192fc94e8-3f5a8272 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_8718eec9-00ea-8baf-f128-b05673e79585-3f5a8272 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ebcfaf42-9435-14d8-3b59-18947453430a-3f5a8272 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

@media screen and (max-width: 991px) {

  .testimonial-left-bg-image {
    position: relative !important;
  }

  #w-node-dc5987db-7536-15d0-12c1-39ee69431db5-3f5a8264 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_1b1d2f63-9f13-f711-121c-02e90bc7ab22-3f5a8264 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_77f3c31b-f49a-3367-9374-2e821e57df39-3f5a8264, #w-node-_19ba32f3-4c21-6c97-c69a-59a4bb5cafdf-3f5a8264 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_8839d7ab-bac4-cdda-f744-eaf01eb9fa81-3f5a8264 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4fe4a3c5-4c5e-87ff-5ed0-ccd6337b0f37-3f5a8264 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_380af193-dcf7-97fa-51a0-0695dc0ab4ef-3f5a8264 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_6564fef9-2b88-9597-661e-d5ba2ceff301-3f5a8264 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_39106f0a-b73e-7c2e-d16e-8088314b2135-3f5a8264 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_39106f0a-b73e-7c2e-d16e-8088314b2137-3f5a8264 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_39106f0a-b73e-7c2e-d16e-8088314b213d-3f5a8264 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_9b7ba714-f110-5037-6839-3f8e8b59a0cc-3f5a8264 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_9b7ba714-f110-5037-6839-3f8e8b59a0ce-3f5a8264 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_9b7ba714-f110-5037-6839-3f8e8b59a0d4-3f5a8264 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-df5f7d66-aa3c-ae97-fa8b-f15809d3afa0-3f5a8264 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-df5f7d66-aa3c-ae97-fa8b-f15809d3afa2-3f5a8264 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-df5f7d66-aa3c-ae97-fa8b-f15809d3afa8-3f5a8264 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_91be98c1-afea-98d3-e035-ecd96d202430-3f5a8264, #w-node-_0292d247-7a2c-2956-b63e-e1f575093d64-3f5a8264, #w-node-_65d92578-fb24-2f11-2081-5a420ff181da-3f5a8264, #w-node-_94d6da37-6a19-4c80-d9e3-f9fc70fb98de-3f5a8264 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ef83c71b-890d-d544-eeef-3234d7d427ef-d7d427e3 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_53db40c9-461a-f862-5d0a-d34739a8e6e9-3f5a826c {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_53db40c9-461a-f862-5d0a-d34739a8e6f1-3f5a826c {
    grid-area: 1 / 1 / 2 / 13;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9ecc4cdc-8cb9-702f-f906-01983319ef58-3f5a8264, #w-node-d317cfd1-1027-75db-13e2-a354c82811bf-3f5a8264 {
    grid-column: span 12 / span 12;
  }

  #w-node-_1b1d2f63-9f13-f711-121c-02e90bc7ab22-3f5a8264 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_8839d7ab-bac4-cdda-f744-eaf01eb9fa81-3f5a8264 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ef83c71b-890d-d544-eeef-3234d7d427e8-d7d427e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_86ebf287-a370-02d9-9013-c0ded566dfe8-3f5a826c {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_72964f3d-4a11-f2e9-0a1c-d0b92b2a009d-3f5a826c, #w-node-_6ebd572b-a0dd-2368-de2f-ae3deb7bca48-3f5a826c {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-a26745e4-b3f4-dcc2-9a8f-92b3afb32941-3f5a826c {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_7b0a9beb-dbcd-ed0c-8474-81ca7877219b-3f5a826c, #w-node-_7b0a9beb-dbcd-ed0c-8474-81ca7877219d-3f5a826c {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_9805c1e2-50fc-4cf7-884d-0138da973e36-3f5a826c, #w-node-c84b530f-a561-18bb-0849-717e0c9c57e2-3f5a826d, #w-node-_6dbc25ff-c76b-a44d-1326-7a5192fc94e8-3f5a8272 {
    grid-area: 1 / 1 / 2 / 13;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e10ffd3-7ff3-0fb4-8902-259d7c0ee8ec-3f5a8264 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter Variable';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono Variablefont Wght';
  src: url('../fonts/GeistMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}