:root {
  --bg-primary: #f3f3f3;
  --black: #000;
  --brand-purple: #f0a0ff;
  --bg-secondary: #81a2ff;
  --white: #fff;
  --bg-tertiary: var(--brand-purple);
  --brand-yellow: #fee01c;
}

body {
  background-color: var(--bg-primary);
  color: #333;
  font-family: Gellix, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Tobias, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: var(--brand-purple);
  font-size: 1rem;
  text-decoration: none;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav_menu_link {
  color: var(--black);
  padding: 1rem;
  font-family: Tobias, Arial, sans-serif;
  font-weight: 300;
}

.nav_menu_link.w--current {
  color: var(--black);
}

.text-color-alternate {
  color: #fff;
}

.spacer-medium {
  width: 100%;
  padding-top: 1.5rem;
}

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

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

.text-align-center.process-paragraph {
  font-size: .875rem;
}

.heading-style-h1 {
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.margin-0 {
  margin: 0;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--brand-purple);
  background-color: var(--brand-purple);
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.625rem;
  font-family: Tobias, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: inline-flex;
}

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

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.pricing {
  width: 100%;
  margin-top: 2.5rem;
}

.button.submit {
  max-width: 11rem;
  position: relative;
}

.nav_component {
  background-color: var(--white);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

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

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

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

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

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

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .8125rem;
  display: flex;
}

.text-color-purple {
  color: var(--brand-purple);
  font-style: italic;
}

.text-color-blue {
  color: #81a2ff;
  font-style: italic;
}

.text-color-yellow {
  color: #fee01c;
  font-style: italic;
}

.footer-section {
  background-color: var(--black);
  padding-top: 3.25rem;
  padding-bottom: 2.625rem;
}

.footer-top {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer-nav {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Tobias, Arial, sans-serif;
  font-weight: 300;
  list-style-type: none;
  transition: all .3s;
  display: flex;
}

.footer-nav:hover {
  color: var(--brand-yellow);
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.footer-social {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.social-box {
  color: var(--white);
  background-color: #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  transition: all .3s;
  display: flex;
}

.social-box:hover {
  background-color: var(--brand-purple);
  color: var(--black);
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.icon-embed-custom-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: .9375rem;
  display: flex;
}

.icon-embed-custom-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.0625rem;
  height: 1.0625rem;
  display: flex;
}

.letstalk-section {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.letstalk-p-wrap {
  margin-top: 1.5rem;
  padding-left: 6.25rem;
}

.letstalk-button-wrap {
  margin-top: 3.125rem;
  padding-left: 12.875rem;
}

.letstalk-wrap {
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
  position: relative;
}

.letstalk-arrow {
  position: absolute;
  inset: auto auto 6rem 0%;
}

.letstalk-purple {
  background-color: var(--bg-tertiary);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% auto auto calc(100% - 73px);
}

.letstalk-circle {
  mix-blend-mode: multiply;
  background-color: #fee01c;
  border-radius: 50%;
  width: 18.625rem;
  height: 18.625rem;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.creative-section {
  background-color: var(--bg-secondary);
  padding-top: 7rem;
  padding-bottom: 7.375rem;
}

.creative-stack {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2.5rem;
  padding: 0;
}

.creative-box {
  background-color: var(--white);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  padding: 3.125rem 1rem 2.5rem 1.6875rem;
  position: relative;
}

.creativebox-heading {
  margin-bottom: 1.125rem;
  padding-left: 1.75rem;
  position: relative;
}

.creative-circle {
  background-color: var(--brand-yellow);
  border-radius: 50%;
  width: 4.125rem;
  height: 4.125rem;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.creative-circle.purple {
  background-color: var(--bg-tertiary);
}

.creative-circle.blue {
  background-color: var(--bg-secondary);
}

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

.team-section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}

.team-section.bottom {
  border-top-style: none;
}

.team-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.team-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-cell.top-bottom, .team-cell.noborder {
  border-left-style: none;
  border-right-style: none;
}

.team-cell {
  border: 1px #000;
  border-style: none solid;
  padding: 1rem;
}

.team-cell.top-bottom, .team-cell.noborder, .team-cell.top-bottom, .team-cell.noborder {
  border-left-style: none;
  border-right-style: none;
}

.team-first-cell {
  justify-content: center;
  align-items: flex-start;
}

.our-story-section {
  padding-top: 7.125rem;
  padding-bottom: 8.25rem;
  position: relative;
}

.ourstory-stack {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding: 0;
}

.ourtstory-image {
  max-width: 27.875rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ourstory-right-cell {
  padding-top: 3rem;
}

.ourstory-left-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.ourstory-arrow {
  position: absolute;
  inset: 27% 1.75rem auto auto;
}

.dotted-border {
  position: absolute;
  inset: 0%;
}

.dotted-border.top-bottom {
  border-top-style: dotted;
  border-top-width: .4375rem;
  border-top-color: var(--bg-primary);
  border-bottom-style: dotted;
  border-bottom-width: .4375rem;
  border-bottom-color: var(--bg-primary);
  pointer-events: none;
  width: 100%;
  height: calc(100% + 4px);
  top: -2px;
  bottom: auto;
  right: auto;
}

.dotted-border.all-sides {
  border-top-style: dotted;
  border-top-width: .4375rem;
  border-top-color: var(--bg-primary);
  border-right-style: dotted;
  border-right-width: .4375rem;
  border-right-color: var(--bg-primary);
  border-bottom-style: dotted;
  border-bottom-width: .4375rem;
  border-bottom-color: var(--bg-primary);
  border-left-style: dotted;
  border-left-width: .4375rem;
  border-left-color: var(--bg-primary);
  pointer-events: none;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  inset: -2px auto auto -2px;
}

.dotted-border.all-sides.bottom {
  border-top-style: none;
  width: calc(100% + 4px);
}

.dotted-border.bottom {
  border-top-style: none;
  border-top-width: .4375rem;
  border-top-color: var(--bg-primary);
  border-bottom-style: dotted;
  border-bottom-width: .4375rem;
  border-bottom-color: var(--bg-primary);
  pointer-events: none;
  width: 100%;
  height: calc(100% + 4px);
  top: -2px;
  bottom: auto;
  right: auto;
}

.dotted-border.left-right {
  border-right-style: dotted;
  border-right-width: .4375rem;
  border-right-color: var(--bg-primary);
  border-left-style: dotted;
  border-left-width: .4375rem;
  border-left-color: var(--bg-primary);
  pointer-events: none;
  width: calc(100% + 4px);
  height: 100%;
  inset: 0% auto auto -2px;
}

.dotted-border.left-right.mobile {
  display: none;
}

.team-border {
  border-top-style: dotted;
  border-top-width: .4375rem;
  border-top-color: var(--bg-primary);
  border-bottom-style: dotted;
  border-bottom-width: .4375rem;
  border-bottom-color: var(--bg-primary);
  pointer-events: none;
  width: 100%;
  height: calc(100% + 4px);
  position: absolute;
  inset: -2px auto auto 0%;
}

.team-border.bottom {
  border-top-style: none;
}

.ourteam-mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .text-align-center.process-paragraph {
    font-size: 1rem;
  }

  .social-box {
    transition-duration: .3s;
  }

  .process-box.top {
    padding-bottom: 3.0625rem;
  }

  .process-box.third {
    padding-top: 4.25rem;
    padding-bottom: 2.125rem;
  }

  .process-lines {
    pointer-events: none;
    max-width: 76rem;
    inset: auto auto 0% 0%;
  }
}

@media screen and (min-width: 1440px) {
  .splide-wrap, .splide__track {
    overflow: hidden;
  }

  .splide__arrows.image-arrows {
    right: 10vw;
  }

  .process-box.third.last {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .case-studie-content {
    right: calc(50vw - 698px);
  }

  .case-studie-content.cloudflare, .case-studie-content.mathstream, .case-studie-content.cloudflare, .case-studie-content.mathstream {
    left: calc(50vw - 698px);
  }

  .case-studie-content-mobile {
    right: calc(50vw - 698px);
  }

  .case-studie-content-mobile.cloudflare, .case-studie-content-mobile.mathstream, .case-studie-content-mobile.cloudflare, .case-studie-content-mobile.mathstream {
    left: calc(50vw - 698px);
  }
}

@media screen and (min-width: 1920px) {
  .splide__list {
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
  }

  .splide__track {
    display: block;
    position: relative;
  }

  .splide__arrows.image-arrows {
    right: 20vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

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

  .nav_menu_link {
    text-align: center;
    font-size: 1.375rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .text-align-center.process-paragraph.margin-0 {
    font-size: .75rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-0.servics-heading {
    font-size: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .button.pricing {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .form_input {
    min-height: 3rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .nav-button {
    margin-left: auto;
    margin-right: 1rem;
  }

  .nav-button.mobile {
    margin-top: 5rem;
    display: block;
  }

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

  .hero-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hero-right {
    min-width: 33%;
  }

  .hero-absolute-arrow {
    width: 3.75rem;
    top: 98%;
  }

  .video-wrap {
    padding: 1.5rem;
  }

  .services-cell.middle.bottom.left {
    border-left-style: none;
    border-right-style: none;
  }

  .services-cell.middle.right {
    border-right-style: none;
  }

  .services-cell.bottom {
    border-left: 1px solid #000;
  }

  .services-cell.left {
    border-top-style: none;
  }

  .services-cell.left.tablet-right {
    border-right: 1px solid #000;
  }

  .services-cell.first.bottom {
    border-left-style: solid;
  }

  .footer-top {
    padding-bottom: 2rem;
  }

  .footer-nav {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .letstalk-p-wrap {
    padding-left: 4rem;
  }

  .letstalk-button-wrap {
    padding-left: 10rem;
  }

  .letstalk-purple {
    left: calc(100% - 100px);
  }

  .letstalk-circle {
    width: 12rem;
    height: 12rem;
  }

  .pricing-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .pricing-cell {
    padding: .5rem;
  }

  .pricing-box {
    padding: 1rem;
  }

  .price {
    font-size: 2.5rem;
  }

  .process-box.top {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .process-box.third {
    padding-top: 1.5rem;
  }

  .process-lines {
    height: 200%;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .navigation-box {
    background-color: var(--bg-primary);
    text-align: center;
    padding-top: 10.625rem;
    padding-bottom: 10.75rem;
  }

  .case-studie-box {
    height: 35rem;
  }

  .case-studie-box.circle, .case-studie-box.mathstream, .case-studie-box.circle, .case-studie-box.mathstream {
    background-position: 50% 0;
  }

  .case-studie-content {
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .case-studie-heading {
    margin-bottom: 1.25rem;
  }

  .case-arrow {
    top: 1rem;
    right: 1rem;
  }

  .case-studie-p {
    font-size: .875rem;
  }

  .case-studie-content-mobile {
    border-radius: 1.25rem;
    padding: 1.5rem;
  }

  .creative-section, .our-story-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ourstory-stack {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ourtstory-image {
    max-width: 40%;
  }

  .ourstory-right-cell {
    padding-top: 1rem;
  }

  .dotted-border.top-bottom.tablet-right {
    border-right-style: dotted;
    border-right-width: .4375rem;
    border-right-color: var(--bg-primary);
    border-right-style: dotted;
    border-right-width: .4375rem;
    border-right-color: var(--bg-primary);
    width: calc(100% + 2px);
    left: auto;
    right: -2px;
  }

  .dotted-border.bottom.videodesign {
    border-left: .4375rem dotted var(--bg-primary);
    border-left: .4375rem dotted var(--bg-primary);
    left: -2px;
  }

  .process-number {
    width: 3rem;
  }

  .service-content-box {
    padding: 2rem;
  }

  .sevice-list-section {
    overflow: hidden;
  }

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

  .hover_item:hover {
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hover_component.desktop, .cursor_wrapper {
    display: none;
  }

  .whyus-arrow {
    width: 5rem;
    top: 75%;
    left: -25%;
    right: auto;
  }

  .team-directory-section {
    padding-bottom: 4rem;
  }

  .directory-collection {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2rem;
  }

  .team-filter-form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: stretch;
  }

  .team-filter-box {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .filter-form-wrap {
    margin-bottom: 2rem;
  }

  .directory-item {
    width: calc(33.33% - .85rem);
  }

  .pagination {
    margin-top: 3.5rem;
  }

  .blog-single-section {
    padding-top: 4rem;
  }

  .blog-content-stack {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .recent-posts-box {
    padding: 2rem .5rem;
  }

  .recent-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: stretch;
  }

  .recent-img {
    max-width: 5rem;
  }

  .recent-heading {
    line-height: 1;
  }

  .recent-featured-image {
    object-fit: cover;
    border-radius: .3125rem;
    height: 100%;
  }

  .whychoose-us-mobile {
    display: flex;
  }

  .faq-paragraph {
    padding-bottom: 1.5rem;
  }

  .faq-bg-blur {
    width: 50rem;
  }

  .faq-question-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .faq-question-wrap {
    border-bottom-style: solid;
    border-bottom-color: var(--black);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-wrapper {
    border-top: 1px solid #000;
    margin-top: 7.375rem;
  }

  .whyus-list-border {
    border-top: .4375rem dotted var(--bg-primary);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: -2px 0% auto;
  }

  .contact-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact-form-block {
    padding: 1.5rem 1.25rem;
  }

  .prefer-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .prefer-link {
    font-size: 2rem;
  }

  .prefer-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hamburger-wrap {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .hamburger-line {
    background-color: var(--black);
    border-radius: .625rem;
    width: 1.25rem;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.middle {
    width: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

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

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

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

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

  .spacer-medium {
    padding-top: 1.25rem;
  }

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

  .padding-global.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .text-align-center.process-paragraph {
    max-width: 18.75rem;
  }

  .text-align-center.process-paragraph.margin-0 {
    font-size: .875rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .spacer-large {
    padding-top: 1.5rem;
  }

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

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

  .hero-wrap {
    flex-flow: column;
  }

  .hero-absolute-arrow {
    top: 78%;
  }

  .video-wrap {
    padding: 1.25rem;
  }

  .slider-logo-box {
    max-width: 15rem;
    height: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .services-box {
    padding: 1.5rem 1rem;
  }

  .services-box-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .5rem;
  }

  .footer-top {
    flex-flow: wrap;
  }

  .footer-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .letstalk-p-wrap {
    margin-top: .5rem;
    padding-left: .5rem;
  }

  .letstalk-button-wrap {
    margin-top: 1.125rem;
    padding-left: 2.5rem;
  }

  .letstalk-wrap {
    padding-top: 3.125rem;
    padding-bottom: 25rem;
  }

  .letstalk-arrow {
    inset: 31% auto auto 0%;
  }

  .letstalk-purple {
    width: 100vw;
    height: 8.125rem;
    inset: auto auto 0% 50%;
    transform: translate(-50%);
  }

  .letstalk-circle {
    width: 16.75rem;
    height: 16.75rem;
    inset: auto auto 4rem 50%;
    transform: translate(-50%);
  }

  .pricing-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing-cell.middle {
    border-style: none none solid;
    border-top-width: 1px;
    border-top-color: #000;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    padding: 1rem 0;
  }

  .pricing-cell.left {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .pricing-cell.right {
    border-top-style: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .testimonials-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .splide__arrows.image-arrows {
    justify-content: center;
    align-items: center;
  }

  .testimonial-box {
    padding: 2rem 3rem;
  }

  .process-section {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  .process-box.middle.heading {
    order: -1;
    width: 100%;
    margin-bottom: 1.75rem;
  }

  .process-box.middle.third {
    padding-bottom: 3.3rem;
  }

  .process-box.top {
    width: 100%;
    padding-top: 2.125rem;
    padding-bottom: 2.8rem;
    position: relative;
  }

  .process-box.top.second {
    border-top-style: none;
    border-left: 1px solid #000;
    border-right-style: none;
    border-radius: .625rem 0 0 .625rem;
  }

  .process-box.top._2 {
    padding-top: 2.3rem;
    padding-bottom: 3.15rem;
  }

  .process-box.third {
    width: 100%;
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .process-box.third._3 {
    padding-top: 2.2rem;
    padding-bottom: 2.7rem;
  }

  .process-wrap {
    flex-flow: column;
    max-width: 23.4375rem;
    margin-left: auto;
    margin-right: auto;
  }

  .process-lines {
    display: none;
  }

  .hero-paragraph-wrapper {
    max-width: 19.0625rem;
  }

  .casestudies-section {
    display: none;
  }

  .case-studie-heading {
    margin-bottom: .625rem;
    font-size: 1.625rem;
  }

  .case-arrow.mobile {
    width: 1.5rem;
  }

  .casestudies-mobile-section {
    display: block;
  }

  .casestudies-slider, .casestudies-slider-mask {
    height: auto;
  }

  .case-studie-content-mobile {
    border-radius: 0;
    margin-bottom: 0;
    padding: 1.75rem 1rem;
  }

  .case-studie-content-mobile.max-width-medium {
    background-color: var(--white);
    background-color: var(--white);
    max-width: 100%;
  }

  .casestudies-dots {
    position: relative;
  }

  .creative-stack {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .creative-box {
    padding: 2rem 1.25rem;
  }

  .creativebox-heading {
    padding-left: 1rem;
  }

  .team-section {
    border-bottom-style: none;
  }

  .team-section.bottom {
    border-bottom-style: solid;
  }

  .team-cell {
    border-top-style: solid;
  }

  .team-cell.top-bottom.mobile {
    border-left-style: solid;
    border-right-style: solid;
  }

  .team-cell.noborder {
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
  }

  .team-cell.noborder.mobile {
    border-left-style: solid;
    border-right-style: solid;
  }

  .team-cell.noborder.nobottom {
    border-bottom-style: none;
  }

  .team-first-cell {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    justify-content: center;
    align-items: center;
  }

  .our-story-section {
    padding-bottom: 19rem;
  }

  .ourtstory-image {
    max-width: 21.4375rem;
    inset: auto auto 0% 50%;
    transform: translate(-50%);
  }

  .ourstory-left-box {
    padding-bottom: 5.5rem;
  }

  .ourstory-arrow {
    width: 5rem;
    inset: auto auto 0% 0%;
  }

  .dotted-border.all-sides {
    pointer-events: none;
    border-style: none;
  }

  .dotted-border.all-sides.bottom {
    border-bottom-style: dotted;
  }

  .dotted-border.all-sides.scripting {
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
  }

  .dotted-border.top-right {
    border-top: .4375rem dotted var(--bg-primary);
    border-right: .4375rem dotted var(--bg-primary);
    border-radius: .625rem;
    width: 100%;
    height: 100%;
    inset: -2px -2px auto auto;
  }

  .dotted-border.top-right.bottom {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: calc(100% + 4px);
  }

  .dotted-border.left-right {
    border-top-style: dotted;
    border-top-width: .4375rem;
    border-top-color: var(--bg-primary);
    height: calc(100% + 2px);
    display: block;
    top: -2px;
  }

  .dotted-border.left-right.mobile {
    display: block;
  }

  .dotted-border.left-right.mobile.notop {
    border-top-style: none;
    top: 0;
  }

  .process-number {
    width: 3.1875rem;
  }

  .dotted-lines {
    pointer-events: none;
    justify-content: center;
    align-items: flex-start;
    width: calc(100vw - 13px);
    display: flex;
    position: absolute;
    inset: 0% auto auto 50%;
    transform: translate(-50%);
  }

  .dotter-lines-image {
    pointer-events: none;
    width: 100%;
    max-width: 22.625rem;
    margin-left: -.8125rem;
  }

  .text-size-14-mobile {
    font-size: .875rem;
  }

  .team-border {
    border-bottom-style: none;
  }

  .team-border.bottom {
    border-bottom-style: dotted;
  }

  .ourteam-mobile {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
    display: flex;
  }

  .ourteam-desktop {
    display: none;
  }

  .services-sngle-section {
    padding-top: 4rem;
  }

  .service-single-stack.reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .services-stack-box {
    border-bottom: 1px solid #000;
    border-right-style: none;
  }

  .services-stack-box.no-border {
    border-bottom-style: none;
  }

  .services-stack-box.no-border.border-top {
    border-top: 1px solid #000;
  }

  .service-video {
    padding-top: 70%;
  }

  .service-box-border {
    border-bottom: .4375rem dotted var(--bg-primary);
    border-right-style: none;
    inset: auto auto -2px 0;
  }

  .service-box-border.top {
    border-top: .4375rem dotted var(--bg-primary);
    border-bottom-style: none;
    border-top: .4375rem dotted var(--bg-primary);
    border-bottom-style: none;
    top: -2px;
    bottom: auto;
  }

  .whyus-arrow {
    top: 90%;
    left: auto;
    right: -20%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .team-filter-form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .team-filter-box {
    flex: 0 auto;
    width: 32%;
  }

  .directory-item {
    width: calc(50% - .625rem);
  }

  .category-filter-text {
    font-size: .75rem;
    font-weight: 500;
    top: .25rem;
    right: .25rem;
  }

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

  .search-input {
    height: 3.5rem;
  }

  .pagination {
    margin-top: 3rem;
  }

  .blog-top {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-heading {
    width: 100%;
  }

  .blog-author-box {
    width: 100%;
    max-width: 25rem;
  }

  .blog-content-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .recent-posts-box {
    display: none;
  }

  .recent-contact {
    margin-top: 0;
  }

  .contact-section {
    padding-top: 2rem;
  }

  .contact-left {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contac-right {
    display: flex;
  }

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

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

  .prefer-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .prefer-link {
    font-size: 1.625rem;
  }

  .prefer-wrap {
    text-align: center;
    flex-flow: column;
  }

  .contact-right-wrap {
    border-top: 1px solid #000;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .contact-right-wrap-border {
    border-top: .4375rem dotted var(--bg-primary);
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: -2px auto auto 0%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .button {
    padding: .75rem 2rem;
    font-size: 1rem;
  }

  .button.mobilenav {
    width: 100%;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .container-medium {
    max-width: 23.4375rem;
  }

  .container-medium.nomaxwidth {
    max-width: 100%;
  }

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

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

  .nav-button {
    margin-right: .5rem;
  }

  .nav-button.mobile {
    margin-top: 3rem;
    margin-right: 0;
  }

  .hero-section {
    padding-top: 2rem;
  }

  .hero-right {
    min-width: auto;
    max-width: 17.1875rem;
  }

  .video-wrap {
    padding: 1rem;
  }

  .slider-logo-box {
    max-width: 10rem;
  }

  .services-cell.middle.right {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .services-cell.bottom {
    border-left-style: none;
  }

  .services-cell.left {
    border-top-style: none;
  }

  .services-cell.left.tablet-right {
    border-right-style: none;
  }

  .services-cell.first {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-cell.first.bottom {
    border-left-style: none;
  }

  .services-box-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .icon-embed-custom-5 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .footer-nav {
    flex-flow: column;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .letstalk-arrow {
    width: 3.75rem;
    top: 39%;
  }

  .pricing-section {
    padding-bottom: 2.5rem;
  }

  .pricing-cell.middle {
    border-top-style: none;
    border-bottom-style: solid;
  }

  .pricing-cell.right {
    border-top-style: none;
  }

  .blog-section-h {
    width: 100%;
    margin-bottom: 1rem;
  }

  .splide.slider2 {
    flex-direction: column;
    display: flex;
  }

  .splide__arrows.image-arrows {
    flex-flow: wrap;
    justify-content: center;
    position: static;
  }

  .testimonial-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navigation-box {
    padding: 6rem 2.25rem 4rem;
  }

  .casestudies-mobile-image {
    object-fit: cover;
    width: 100%;
  }

  .team-cell.noborder.mobile {
    border-bottom-style: none;
  }

  .dotted-border.top-bottom.tablet-right.mobile {
    border-right-style: none;
  }

  .dotted-border.all-sides.bottom {
    border-bottom-style: dotted;
  }

  .dotted-border.bottom.videodesign {
    border-left-style: none;
  }

  .service-single-stack {
    width: 100%;
  }

  .services-stack-box.no-border.border-top {
    border-right-style: none;
  }

  .sevice-list-section {
    padding-top: 3.125rem;
  }

  .whyus-arrow {
    top: 93%;
    right: 0%;
  }

  .directory-collection {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .padding-global-2 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-filter-form {
    flex-flow: column;
  }

  .team-filter-box {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-medium-2 {
    max-width: 23.4375rem;
  }

  .directory-item {
    width: 100%;
  }

  .search-input {
    height: 3rem;
  }

  .search-icon-box {
    width: 3rem;
  }

  .fs-list_pagionation_button {
    width: 2rem;
    height: 2rem;
  }

  .pagination {
    margin-top: 2.5rem;
  }

  .blog-author-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .recent-contact {
    padding: 2rem 1.5rem;
  }

  .share-post-box {
    margin-top: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .question-title {
    flex: 1;
  }

  .faq-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

#w-node-e97be924-f704-38db-7d8e-b8731f66b8ed-5b4fb495 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c9ea3acb-d577-d586-ab66-974a147a1637-5b4fb495, #w-node-_6f83b640-bec6-95f2-9a47-67637158dad9-5b4fb495 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8a561d9e-3194-71f3-713f-c1247da9058c-5b4fb495 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-e97be924-f704-38db-7d8e-b8731f66b8ed-5b4fb495, #w-node-c9ea3acb-d577-d586-ab66-974a147a1637-5b4fb495, #w-node-_6f83b640-bec6-95f2-9a47-67637158dad9-5b4fb495 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8a561d9e-3194-71f3-713f-c1247da9058c-5b4fb495 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}
