@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--orange: #ff8057;
  --color--border: #c6c6c6;
  --text--display: 48px;
  --text--body: 16px;
  --text--body-small: 14px;
  --text--button: 14px;
  --text--caption: 12px;
  --text--h1: 32px;
}

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

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

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

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

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

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

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

body {
  color: #1e1e1e;
  background-color: #f2f1f4;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.10417;
}

h2 {
  color: #1e1e1e;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #1e1e1e;
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.22222;
}

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

p {
  margin-bottom: 0;
}

a {
  color: #1e1e1e;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

a:hover {
  color: var(--color--orange);
}

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

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

strong {
  color: #1e1e1e;
  font-weight: 500;
}

.display {
  letter-spacing: -.96px;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.10417;
}

.page-wrapper {
  position: relative;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.section.ruler-div-section {
  z-index: 0;
}

.section.navbar-section {
  z-index: 999;
  margin-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.section.navbar-section:where(.w-variant-ec5a5509-909b-c6fe-d044-e845ec9bdcf9) {
  position: relative;
}

.section.z-index-1 {
  z-index: 1;
}

.section.z-index-0 {
  z-index: 0;
}

.section.overflow-hidden {
  overflow: clip;
}

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

.container {
  outline-offset: 0px;
  outline: 1px solid #c6c6c6;
  flex-flow: column;
  width: 100%;
  max-width: 1240px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: relative;
}

.container.navbar-container {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.container.no-padding {
  padding: 0;
}

.container.logos-container {
  padding: 24px 32px;
  overflow: auto;
}

.container.footer-container {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.big-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.side-padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.small, .container.padding-40 {
  padding: 40px;
}

.container.works-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.privacy-container {
  background-color: #fffc;
  margin-bottom: 0;
}

.navbar {
  background-color: #f2f1f4;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.hero-header {
  outline-color: var(--color--border);
  outline-offset: 0px;
  text-align: center;
  border-radius: 999px;
  outline-width: 1px;
  outline-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
  position: relative;
}

.hero-header.small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-header.home-hero-header {
  min-height: 605px;
}

.corner-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.corner-item {
  z-index: 999;
  background-color: #ff8057;
  flex: none;
  width: 5px;
  height: 5px;
}

.corner-item.top-left {
  position: absolute;
  inset: -3px auto auto -3px;
}

.corner-item.top-right {
  position: absolute;
  inset: -3px -3px auto auto;
}

.corner-item.middle-left {
  position: absolute;
  inset: auto auto auto -3px;
}

.corner-item.middle-right {
  position: absolute;
  inset: auto -3px auto auto;
}

.corner-item.bottom-left {
  position: absolute;
  inset: auto auto -3px -3px;
}

.corner-item.top-middle {
  position: absolute;
  inset: -3px auto auto;
}

.corner-item.bottom-middle {
  position: absolute;
  inset: auto auto -3px;
}

.corner-item.bottom-right {
  position: absolute;
  inset: auto -3px -3px auto;
}

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

.content.z-index-2 {
  z-index: 2;
}

.content.padding-60 {
  padding: 60px;
}

.content.overflow-hidden {
  overflow: clip;
}

.content.white {
  background-color: #fff;
}

.hero-content-border {
  z-index: -1;
  outline-color: var(--color--border);
  outline-offset: 0px;
  border-radius: 999px;
  outline-width: 1px;
  outline-style: solid;
  position: absolute;
  inset: 0%;
}

.why-us {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.why-us-image-wrapper {
  aspect-ratio: 2 / 3;
  border: 1px solid var(--color--border);
  flex: none;
  width: 41.7%;
  position: relative;
}

.why-us-image-content {
  border: 1px none var(--color--border);
  outline-color: var(--color--border);
  outline-offset: 0px;
  border-radius: 999px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 36px;
  display: flex;
  overflow: clip;
}

.why-us-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 51.79%;
  display: flex;
}

.content-title {
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

.content-title-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #737373;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-title-label {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot-grey {
  background-color: #c6c6c699;
  flex: none;
  width: 5px;
  height: 5px;
}

.dot-grey.top-left {
  position: absolute;
  inset: -3px auto auto -3px;
}

.dot-grey.top-right {
  position: absolute;
  inset: -3px -3px auto auto;
}

.dot-grey.bottom-left {
  position: absolute;
  inset: auto auto -3px -3px;
}

.dot-grey.bottom-right {
  position: absolute;
  inset: auto -3px -3px auto;
}

.dot-orange {
  background-color: #ff8057;
  flex: none;
  width: 5px;
  height: 5px;
}

.dot-orange.top-left {
  position: absolute;
  inset: -3px auto auto -3px;
}

.dot-orange.top-right {
  position: absolute;
  inset: -3px -3px auto auto;
}

.dot-orange.bottom-left {
  position: absolute;
  inset: auto auto -3px -3px;
}

.dot-orange.bottom-right {
  position: absolute;
  inset: auto -3px -3px auto;
}

.content-text {
  color: #919291;
  letter-spacing: -.64px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}

.content-text.black, .text-span-black {
  color: #1e1e1e;
}

.button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #303030;
  background-color: #fff;
  border: 1px solid #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 13.5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28571;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 16px -3px #1414140d, 0 3px 3px -1.5px #14141408, 1.5px 1.5px #1414140a, 0 .75px .75px #1414140d, 0 .25px .25px #1414140d, 0 0 0 1px #14141414;
}

.button:hover {
  border-bottom: 1px solid var(--color--orange);
  box-shadow: 0 13px 16px -3px #fc7e5654, 0 4px 16px -3px #1414140d, 0 3px 3px -1.5px #14141408, 1.5px 1.5px #1414140a, 0 .75px .75px #1414140d, 0 .25px .25px #1414140d, 0 0 0 1px #14141414;
}

.button.disabled {
  background-color: #ff805733;
}

.button.disabled:hover {
  border-bottom-color: #0000;
  box-shadow: 0 4px 16px -3px #1414140d, 0 3px 3px -1.5px #14141408, 1.5px 1.5px #1414140a, 0 .75px .75px #1414140d, 0 .25px .25px #1414140d, 0 0 0 1px #14141414;
}

.button.is-game {
  margin-top: -32px;
  font-size: 20px;
  position: absolute;
}

.space-4 {
  width: 100%;
  padding-bottom: 4px;
}

.team-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 59.64%;
  display: flex;
}

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

.team-image {
  justify-content: flex-end;
  align-items: stretch;
  width: 35%;
  min-height: 200px;
  display: flex;
}

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

.grid {
  grid-column-gap: 38px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid.margin--50 {
  position: relative;
}

.logo.lol {
  opacity: .56;
  width: 100%;
  height: 100%;
  margin: auto;
}

.hero-header-label {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50ch;
  display: flex;
  position: relative;
}

.hero-header-label.small {
  max-width: 40ch;
}

.hero-header-label.big {
  max-width: 100ch;
}

.hero-header-label.extra-small {
  max-width: 35ch;
}

.works-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.works-box._2 {
  flex-flow: row;
}

.works-mobile-content {
  display: none;
  position: absolute;
  inset: auto auto 12px 12px;
}

.works-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.works-content._3 {
  justify-content: space-between;
  align-items: stretch;
}

.tooltip-wrapper-box {
  z-index: 999;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  display: none;
  position: fixed;
  inset: 12px auto auto 12px;
}

.has-tooltip {
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.project-teaser-image {
  height: 100%;
}

.project-teaser-image.hover {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.tooltip-text-label {
  padding: .3em .7em;
  font-size: 20px;
}

.works-mobile-text {
  color: #fff;
}

.project-image-wrapper {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-box-line-wrapper {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 1px;
  margin-bottom: 1px;
  display: flex;
}

.works-box-line {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 40px;
  height: 100%;
}

.works-box-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.works-box-grid.col-2 {
  grid-template-columns: .8fr 1.2fr;
}

.works-box-grid._4 {
  grid-template-columns: 1.2fr .8fr;
}

.works-box-big-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.space-64 {
  width: 100%;
  padding-bottom: 64px;
}

.home-hero-title {
  color: #1e1e1e;
}

.home-hero-title.small {
  max-width: 15ch;
}

.home-hero-span {
  color: #838383;
}

.home-hero-text {
  color: #9e9e9e;
  letter-spacing: -.16px;
}

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

.home-hero-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #838383;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.16667;
  display: flex;
}

.ruler-div-wrapper {
  width: 100%;
}

.scale {
  background-image: url('../images/Frame-2121452936.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 50px;
  padding: 6px;
}

.logos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.logos-clutch {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #838383;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  display: none;
}

.logos-line {
  background-color: #c6c6c6;
  width: 1px;
  display: none;
}

.logos-image-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.logos-image-item {
  flex: none;
  display: flex;
}

.footer {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

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

.footer-line-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-line {
  background-color: var(--color--border);
  width: 100%;
  height: 1px;
}

.footer-middle {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-menu-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-menu-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-menu-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-label {
  color: #1e1e1e;
  letter-spacing: -.3px;
  font-size: 20px;
  line-height: 1.2;
}

.footer-mail-link {
  font-size: 32px;
  line-height: 1.1875;
}

.footer-menu-label {
  color: #9e9e9e;
  padding: 4px;
  line-height: 1.1875;
}

.footer-menu-link {
  letter-spacing: -.2px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #c6c6c6;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.footer-bottom-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-bottom-middle {
  flex: none;
}

.footer-bottom-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 19%;
  display: flex;
}

.what-we-do {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-item {
  outline-color: var(--color--border);
  outline-offset: 0px;
  letter-spacing: -.72px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 440px;
  padding: 40px;
  font-size: 36px;
  line-height: 1.22222;
  display: flex;
  position: relative;
  overflow: clip;
}

.services-item:hover {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.services-item.disable {
  pointer-events: none;
}

.services-item.disable:hover {
  color: #1e1e1e;
}

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

.team-item {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.team-item:hover {
  outline-color: var(--color--border);
  outline-offset: 0px;
  color: #1e1e1e;
  outline-width: 1px;
  outline-style: solid;
}

.team-line-wrapper {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 42px;
  padding-left: 57px;
  padding-right: 57px;
}

.team-item-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  text-align: center;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  width: 100%;
  padding: 12px;
  display: flex;
}

.team-item-box {
  flex-flow: column;
  width: 100%;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.team-item-box-image-wrapper {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  margin: 1px;
  position: relative;
  overflow: clip;
}

.team-item-box-image {
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.team-item-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33333;
}

.team-item-text {
  color: #313131;
  min-height: 48px;
}

.team-line {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 100%;
}

.team-item-bottom {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  padding-left: 57px;
  padding-right: 57px;
}

.team-item-arrow {
  opacity: 0;
  outline-color: var(--color--border);
  outline-offset: 0px;
  background-color: #fff;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  outline-width: 1px;
  outline-style: solid;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.team-item-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  color: #fff;
  background-color: #000;
  outline-width: 1px;
  outline-style: solid;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.16667;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team-item-icon {
  object-fit: cover;
  flex: none;
  width: 16px;
  height: 16px;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  color: #000;
  cursor: pointer;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.blog-item:hover {
  outline-color: var(--color--border);
  outline-offset: 0px;
  color: #000;
  background-color: #fff;
  outline-width: 1px;
  outline-style: solid;
}

.blog-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.blog-item-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-badge {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 2px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.blog-reading-time {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.55556;
  display: flex;
}

.blog-item-circle {
  background-color: #000;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.blog-date {
  font-size: 16px;
  line-height: 1.55556;
}

.blog-item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.blog-item-title.small {
  font-size: 24px;
}

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

.blog-collection-list.col-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.blog-item-link {
  position: absolute;
  inset: 0%;
}

.how-we-work-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-we-work-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  padding: 0;
  display: flex;
  overflow: clip;
}

.how-we-work-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 0 32px 32px;
  display: flex;
}

.heading-2 {
  color: #1e1e1e;
  letter-spacing: -.4px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-2.max-25ch {
  max-width: 25ch;
}

.heading-3 {
  color: #1e1e1e;
  letter-spacing: -.72px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.22222;
}

.body-text {
  color: #9e9e9e;
  line-height: 1.375;
}

.how-we-work-image {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 32px;
  display: flex;
}

.method {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90ch;
  display: flex;
}

.services-slider {
  outline-color: var(--color--border);
  outline-offset: 0px;
  background-color: #0000;
  outline-width: 1px;
  outline-style: solid;
  height: auto;
  padding-bottom: 66px;
  overflow: clip;
}

.services-slide {
  width: 100%;
  height: 100%;
}

.services-slide-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.services-slide-mask {
  width: 30%;
  height: auto;
  overflow: visible;
}

.services-slide-item-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.services-slide-item-label {
  color: #ea6921;
  letter-spacing: -.2px;
  font-size: 14px;
  line-height: 2;
}

.services-slide-item-text {
  color: #717171;
  letter-spacing: -.16px;
}

.services-slide-arrow {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-left: auto;
}

.process {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 312px;
  display: grid;
}

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

.process-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.process-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px;
  display: flex;
  position: relative;
}

.process-box-content {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-decorative-image {
  position: absolute;
  inset: 10% auto auto 10%;
}

.hero-decorative-image._2 {
  top: 56%;
  left: 16%;
}

.hero-decorative-image._3 {
  top: 63%;
  left: auto;
  right: 11%;
}

.hero-decorative-image._4 {
  inset: 30% 8% 36px auto;
}

.hero-decorative-image._5 {
  inset: 5% 18% 36px auto;
}

.button-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 23px;
  display: flex;
}

.team-hero-title-wrapper {
  max-width: 30ch;
}

.blog-header {
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.tools {
  flex-flow: column;
  display: flex;
}

.content-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.content-header.left {
  justify-content: center;
  align-items: flex-start;
}

.content-header.header-ch {
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.content-header.header-ch.content-header-col-2 {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  padding-right: 438px;
  position: relative;
}

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

.tools-item {
  aspect-ratio: 16 / 9;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.slider-testimonials {
  background-color: #0000;
  height: auto;
  padding-bottom: 66px;
}

.slider-testimonials-mask {
  outline-color: var(--color--border);
  outline-offset: 0px;
  background-color: #fffc;
  outline-width: 1px;
  outline-style: solid;
  height: auto;
}

.slide-testimonials {
  height: 100%;
}

.testimonials-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 56px;
  display: flex;
}

.testimonials-box-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.testimonials-box-icon {
  object-fit: contain;
  width: 48px;
  height: 48px;
}

.testimonials-box-name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.testimonials-box-info {
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-text {
  color: #000;
  font-size: 24px;
  line-height: 1.16667;
}

.slider-arrow {
  outline-color: var(--color--border);
  outline-offset: 0px;
  color: #000;
  background-color: #fff;
  background-image: url('../images/chevron_left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  outline-width: 1px;
  outline-style: solid;
  width: 65px;
  height: 65px;
  transition: background-color .2s;
  inset: auto auto 0% 0%;
}

.slider-arrow:hover {
  outline-color: var(--color--border);
  outline-offset: 0px;
  background-color: #e9e9e9;
  outline-width: 1px;
  outline-style: solid;
}

.slider-arrow:active, .slider-arrow:focus {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.slider-arrow.right {
  background-image: url('../images/chevron_right.svg');
  left: auto;
  right: 0;
}

.slider-arrow.right:hover {
  background-color: #f3f3f3;
}

.c-faq {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-q-text {
  letter-spacing: -.48px;
  font-size: 24px;
  line-height: 1.16667;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-a-text {
  padding: 0 24px 24px;
}

.faq-a-text {
  color: #575757;
  letter-spacing: -.16px;
  font-size: 16px;
  line-height: 1.5;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 24px;
}

.faq-stripe-2 {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-item {
  outline-color: var(--color--border);
  outline-offset: 0px;
  cursor: pointer;
  background-color: #0000;
  outline-width: 1px;
  outline-style: solid;
  margin-bottom: 1px;
  margin-left: 80px;
  margin-right: 80px;
  overflow: hidden;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-stripe-1 {
  background-color: #000;
  border-radius: 8px;
  width: 2px;
  height: 100%;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-wrapper {
  flex-flow: column;
  display: flex;
}

.c-faq-collection-item {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.c-faq-collection-item:last-child {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  margin-bottom: -1px;
  padding-bottom: 0;
}

.pricing-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.pricing-wrapper.stretch {
  align-items: stretch;
}

.pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  width: 100%;
  padding: 40px;
  display: flex;
  overflow: clip;
}

.pricing.monthly {
  background-color: #fbfcfc;
}

.pricing-image {
  width: 100%;
}

.pricing-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.pricing-title {
  letter-spacing: -.64px;
  font-size: 32px;
  line-height: 1.25;
}

.pricing-text {
  color: #717171;
  letter-spacing: -.16px;
}

.pricing-list ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-list li {
  color: #9e9e9e;
  letter-spacing: -.16px;
  background-image: url('../images/check_box.svg');
  background-position: 4px 4px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
}

.pricing-bottom {
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.what-we-do-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-card-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
}

.services-card {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  cursor: pointer;
  outline-width: 1px;
  outline-style: solid;
  min-height: 380px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.services-card:hover {
  color: #717171;
}

.services-card.disable {
  pointer-events: none;
}

.services-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  background-image: url('../images/Frame-2121452998.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 56px;
  display: flex;
}

.services-card-title {
  letter-spacing: -.64px;
  font-size: 32px;
  line-height: 1.25;
}

.services-card-text {
  color: #717171;
  letter-spacing: -.16px;
}

.services-card-animation {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  overflow: clip;
}

.services-text {
  color: #1e1e1e;
  text-align: center;
  letter-spacing: -.64px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}

.services-text-span {
  background-color: #ff80571f;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
}

.services-text-wrapper {
  max-width: 97ch;
  margin-left: auto;
  margin-right: auto;
}

.services-text-wrapper.max-160 {
  max-width: 160ch;
}

.services-text-wrapper.max-100 {
  max-width: 100ch;
}

.services-box-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
}

.service-box {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 450px;
  padding: 48px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.service-box:hover {
  color: #717171;
}

.service-box-content {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 55ch;
  display: flex;
  position: relative;
}

.service-box-text {
  color: #717171;
}

.service-box-arrow {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto 32px 32px auto;
}

.service-box-image-wrapper {
  width: 50%;
  height: 70%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.service-box-image-1 {
  z-index: 1;
  width: 502px;
  height: 541px;
  position: absolute;
  top: -150px;
}

.service-box-image-2 {
  width: 502px;
  height: 541px;
  position: absolute;
  top: -150px;
}

.info {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  background-image: url('../images/Graph-Paper---01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  display: flex;
  position: relative;
}

.info.custom-code-info {
  justify-content: space-between;
  align-items: flex-start;
  min-height: 500px;
}

.info.alternative {
  justify-content: flex-end;
}

.info-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 30ch;
  display: flex;
}

.info-text {
  color: #717171;
  letter-spacing: -.16px;
  line-height: 1.375;
}

.info-text ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.info-title {
  letter-spacing: -.72px;
  font-size: 36px;
  line-height: 1.22222;
}

.info-title.max-10-ch {
  max-width: 10ch;
}

.info-animation-wrapper {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 60%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.info-animation-wrapper.no-border {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  flex-flow: column;
  display: flex;
}

.info-animation-wrapper.alternative {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  flex-flow: column;
  display: flex;
  inset: auto auto 0% 0%;
}

.card-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-grid.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.card-grid.cg-1 {
  grid-template-columns: .75fr 1fr;
  margin-bottom: 1px;
}

.card-grid.cg-2 {
  grid-template-columns: 1fr .75fr;
}

.card {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 330px;
  padding: 0;
  display: flex;
  position: relative;
}

.card._1 {
  height: 45%;
  min-height: 320px;
}

.card._1.height-auto {
  height: auto;
  min-height: auto;
}

.card._2 {
  height: 55%;
}

.card._2.auto {
  height: auto;
}

.card.alternative {
  justify-content: flex-start;
  align-items: flex-start;
}

.card.auto {
  min-height: auto;
}

.card.bg-white {
  background-color: #fff;
}

.card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.card-content.small {
  max-width: 50ch;
  padding-top: 24px;
}

.card-content.medium {
  max-width: 60ch;
}

.card-title {
  font-size: 32px;
  line-height: 1.375;
}

.card-title.small {
  font-size: 24px;
  line-height: 1.33333;
}

.card-text {
  color: #717171;
  letter-spacing: -.16px;
  line-height: 1.375;
}

.card-animation {
  justify-content: center;
  align-items: center;
  min-height: 150px;
  display: flex;
  position: relative;
  inset: 0% auto auto -1px;
}

.card-animation.right {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  left: auto;
  right: 0;
}

.services-element-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.services-element {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.services-element-top {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
}

.services-element-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.services-element-title {
  font-size: 32px;
  line-height: 1.375;
}

.services-element-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #717171;
  letter-spacing: -.16px;
  flex-flow: column;
  line-height: 1.375;
  display: flex;
}

.services-element-text ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.card-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  grid-template-rows: .8fr 1.2fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.card-wrapper._1 {
  padding-top: 40px;
}

.card-wrapper._2 {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  padding-top: 120px;
}

.card-wrapper._3 {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  padding-top: 80px;
}

.services-element-image {
  width: 100%;
}

.animation-marquee {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 500px;
  padding: 150px;
  display: flex;
  position: sticky;
  top: 50px;
  overflow: clip;
}

.animation-marquee-text {
  letter-spacing: -2.8px;
  flex: none;
  font-size: 140px;
  line-height: 1.28571;
  position: sticky;
  top: 32px;
}

.animation-marquee-wrapper {
  height: 180vh;
}

.animation-card {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 480px;
  padding: 0;
  display: flex;
  position: relative;
}

.animation-card.reverse {
  justify-content: center;
  align-items: flex-end;
}

.animation-card._3 {
  background-image: url('../images/Star-5.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.animation-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 80px;
  display: flex;
}

.animation-card-content.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.animation-card-title {
  letter-spacing: -.8px;
  font-size: 40px;
  line-height: 1.2;
}

.animation-card-text {
  color: #717171;
  letter-spacing: -.16px;
  max-width: 56ch;
  line-height: 1.375;
}

.animation-card-text.big {
  max-width: 65ch;
}

.animation-features {
  background-image: url('../images/Group-15.svg'), url('../images/Group-14.svg');
  background-position: 101% -1%, -1% 101%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  min-height: 358px;
  display: flex;
}

.animation-cta {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  display: flex;
}

.animation-cta:hover {
  outline-color: var(--color--border);
  outline-offset: 0px;
  color: #1e1e1e;
  outline-width: 1px;
  outline-style: solid;
}

.animation-cta-line-wrapper {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.animation-cta-line {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 100%;
}

.animation-cta-box {
  flex-flow: column;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.animation-cta-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #373737;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
  display: flex;
  position: relative;
}

.animation-cta-label-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.animation-cta-label-wrapper.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.animation-cta-label-wrapper.big {
  width: 45%;
}

.animation-cta-label {
  color: #fff;
}

.animation-cta-image-wrapper {
  background-image: url('../images/Vector-1_2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 20px 80px 0% auto;
}

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

.contact-form {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  padding-left: 100px;
  padding-right: 100px;
}

.form-block {
  outline-color: var(--color--border);
  outline-offset: 0px;
  background-color: #fff;
  background-image: url('../images/UP-test---Copy---Copy6-512x512-50.png'), url('../images/UP-test---Copy---Copy6-512x512-51-2.png'), url('../images/Vector-3_1.svg'), url('../images/Vector-4.svg');
  background-position: 0 100%, 100% 0, 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 179px, auto, auto, auto;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.form-title-wrapper {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.field-col-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  letter-spacing: .32px;
  font-weight: 500;
}

.field-label.big {
  letter-spacing: .4px;
  font-size: 20px;
}

.text-field {
  border: 1px solid var(--color--border);
  letter-spacing: .14px;
  height: 40px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857;
  transition: all .2s;
}

.text-field:hover {
  border-color: #1e1e1e;
}

.text-field:focus {
  background-color: #f7f7f7;
  border-color: #1e1e1e;
}

.text-field::placeholder {
  color: #c6c6c6;
}

.form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.checkbox-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: grid;
}

.checkbox {
  background-color: #fffc;
  border: 1px solid #c6c6c6;
  width: 16px;
  height: 16px;
  margin-top: 0;
  transition: all .2s;
}

.checkbox:hover {
  border-color: #1e1e1e;
}

.checkbox.w--redirected-checked {
  background-color: #1e1e1e;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #1e1e1e;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #717171;
  letter-spacing: .14px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857;
  display: flex;
}

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

.form-button {
  flex-flow: column;
  min-width: 100px;
  display: flex;
  position: relative;
}

.pricing-big-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing-grid-wrapper {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  padding-left: 100px;
  padding-right: 100px;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.webflow-features {
  background-image: url('../images/UP-test---Copy---Copy6-512x512-30.avif'), url('../images/UP-test---Copy---Copy6-512x512-26.avif');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 222px, 216px;
  justify-content: center;
  align-items: center;
  min-height: 358px;
  display: flex;
}

.cta-text {
  color: #9e9e9e;
  letter-spacing: -.16px;
}

.webflow-cta-image-wrapper {
  background-image: url('../images/Group-1171275565.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0 40px 0% auto;
}

.no-code-features {
  background-image: url('../images/UP-test---Copy---Copy6-512x512-1.avif'), url('../images/UP-test---Copy---Copy6-512x512-4_1.avif'), url('../images/Shape-1.svg'), url('../images/Shape.svg');
  background-position: 50px 100%, 95% 0, 101% -1%, -1% 101%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 230px, 282px, auto, 216px;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  display: flex;
}

.animation-card-title-wrapper {
  max-width: 50ch;
}

.space-16 {
  width: 100%;
  padding-bottom: 16px;
}

.card-animation-front {
  position: absolute;
}

.button-box {
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

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

.content-header-list-box {
  z-index: 1;
  color: #717171;
  letter-spacing: -.16px;
  background-color: #fafafa;
  width: 396px;
  padding: 24px;
  position: absolute;
  inset: auto 20px -40px auto;
  transform: rotate(4deg);
  box-shadow: 0 1px 12px #11111129, 0 3px 8px #1111111a;
}

.home-hero-spline {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.content-list-box {
  padding-left: 20px;
}

.step-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
}

.step {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  display: grid;
}

.step-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.step-count {
  color: #fff;
  background-color: #1e1e1e;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.57143;
}

.step-text, .step-list {
  color: #717171;
  letter-spacing: -.16px;
}

.step-list ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

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

.counter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  text-align: center;
  border-radius: 99px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px;
  display: flex;
}

.counter-value-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 185px;
  display: flex;
}

.counter-value-wrapper.small {
  min-width: 116px;
}

.counter-value {
  letter-spacing: -1.92px;
  font-size: 64px;
  line-height: 1.1875;
}

.counter-text {
  color: #9e9e9e;
  letter-spacing: -.6px;
  max-width: 190px;
  font-size: 20px;
  line-height: 1.2;
}

.hidden {
  display: none;
}

.shopify-process-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  padding: 0;
  display: flex;
  overflow: clip;
}

.shopify-process-item-title {
  letter-spacing: -.48px;
  font-size: 24px;
  line-height: 1.16667;
}

.shopify-process-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.shopify-process-icon {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  display: flex;
}

.shopify-process-image-4 {
  z-index: 2;
  margin-left: -100px;
  position: absolute;
  inset: auto auto 210px;
}

.shopify-process-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 32px;
  display: flex;
}

.shopify-process-image-2 {
  z-index: 1;
  margin-top: 50px;
  position: absolute;
  inset: auto 0 auto auto;
}

.shopify-process-new {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.shopify-process-item-text {
  color: #717171;
  letter-spacing: -.14px;
  font-size: 14px;
  line-height: 1.42857;
}

.shopify-process-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.shopify-process-item-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.shopify-process-image-1 {
  z-index: 0;
  position: relative;
}

.shopify-process-image-3 {
  z-index: 2;
  margin-left: -70px;
  position: absolute;
  inset: auto auto 236px;
}

.shopify-header {
  background-image: linear-gradient(230deg, #aeffd380, #b1d8f280 25%, #b2c8ff80 75%, #413c7b1a);
  justify-content: center;
  align-items: flex-end;
  padding: 100px 100px 0;
  display: flex;
}

.available {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  background-color: #ebebeb;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.available-dot {
  background-color: #00c749;
  width: 10px;
  height: 10px;
}

.available-dot.blue {
  background-color: #146ef5;
}

.shopify-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #c6c6c6;
  background-color: #131313;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.16667;
  display: flex;
}

.text-inline {
  display: inline-block;
}

.works-box-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.works-box-secondary {
  background-color: #373737;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.works-box-secondary.white {
  background-color: #e0e0e0;
}

.works-box-secondary-content {
  padding: 40px;
}

.works-box-secondary-image {
  width: 70%;
  margin-bottom: auto;
  margin-left: auto;
}

.works-box-secondary-text {
  color: #9e9e9e;
  font-size: 26px;
  line-height: 1.23077;
}

.works-box-secondary-text.alternative {
  color: #7c7c7c;
  max-width: 350px;
}

.works-box-secondary-text.ch-23 {
  max-width: 23ch;
}

.works-box-secondary-text-span {
  color: #fff;
  display: inline-flex;
}

.works-box-secondary-text-span-alternative {
  color: #373737;
}

.shopify-cta-image-wrapper {
  background-image: url('../images/Group-1171275566.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0 40px 0% auto;
}

.menu-button-lottie {
  width: 40px;
  height: 40px;
}

.menu-button-lottie.black-navbar-inside {
  display: flex;
}

.nav-contact-text {
  color: #9e9e9e;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

.nav-menu-content {
  z-index: 1;
  grid-column-gap: 1px;
  grid-row-gap: 32px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  min-height: 480px;
  display: grid;
  position: relative;
}

.navbar-inside {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.clutch-embed-link {
  width: 213px;
  margin-bottom: 0;
}

.clutch-embed-link.menu {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  color: #6a797e;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 16px 4px;
  font-size: 10px;
  line-height: 1em;
  display: flex;
  position: static;
  inset: auto 16px 16px;
  overflow: hidden;
}

.nav-menu {
  z-index: 9999;
  opacity: 1;
  text-align: left;
  background-color: #0000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 67px 0 auto;
  box-shadow: 0 2px 5px 1px #0000000d;
}

.nav-social-media-label {
  color: #9e9e9e;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.nav-menu-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.nav-menu-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 48px 24px;
  display: flex;
}

.nav-menu-box.social-media-nmb {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: auto;
  padding: 0;
}

.nav-menu-box.social-media-nmb.mobile {
  display: none;
}

.nav-menu-box.clutch-menu-box {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.menu-button {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

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

.div-block {
  margin-top: auto;
}

.nav-contact-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.stars {
  grid-column-gap: 2px;
  color: #e62415;
  display: flex;
}

.container-2 {
  width: 1280px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-2.navbar-inside-container {
  justify-content: center;
  align-items: center;
  width: 1440px;
  padding: 32px 16px;
  display: flex;
  position: relative;
}

.social-media-svg {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.label-text {
  color: #d57bf1;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.label-text.small {
  color: #737373;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8;
}

.nav-link-text {
  color: #313131;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.nav-link-text.soon-text {
  color: #b4b4b4;
}

.star-wrap {
  position: relative;
}

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

.star.half {
  z-index: 1;
  width: 12px;
  position: relative;
  overflow: hidden;
}

.star.grey {
  z-index: 0;
  color: #818181;
  position: absolute;
  inset: 0%;
}

.nav-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-contact-label {
  text-align: center;
  max-width: 160px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.14286;
}

.clutch-embed-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-link-label {
  color: #000;
  letter-spacing: .24px;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33333;
}

.newheaderbrand {
  z-index: 1;
  grid-column-gap: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label-icon {
  width: 28px;
  height: 28px;
}

.label-icon.small {
  width: 20px;
  height: 20px;
}

.earthr-logo {
  flex: none;
  width: 22px;
  height: 40px;
  margin-top: -8px;
}

.nav-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  border-radius: 8px;
  flex-flow: column;
  padding: 5px 8px;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  background-color: #f1f1f1;
}

.nav-link.disable {
  cursor: not-allowed;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.nav-link.disable:hover {
  color: #636363;
  background-color: #0000;
}

.social-media-link {
  color: #000;
  padding: 4px;
  transition: all .2s;
}

.social-media-link:hover {
  color: #d57bf1;
}

.nav-social-media-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 6px 12px;
  display: flex;
  position: relative;
}

.button-primary {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 11.5px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14286;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  background-color: #252525;
  border-color: #252525;
}

.button-primary.medium {
  padding-left: 42.5px;
  padding-right: 42.5px;
}

.label {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.clutch-image {
  width: 60px;
}

.navbar-content {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
}

.menu-button-new {
  color: #1e1e1e;
  background-image: url('../images/Group-1171275436.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 32px;
  height: 32px;
  display: flex;
}

.menu-button-new.w--open {
  color: #1e1e1e;
  background-color: #0000;
  background-image: url('../images/Group-1171275436-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-3 {
  width: 1280px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: auto;
}

.tab-link {
  color: #c6c6c6;
  background-color: #0000;
  border-bottom: 2px solid #0000000d;
  flex: none;
  padding: 8px 4px;
}

.tab-link:hover {
  color: #555;
  border-bottom-color: #555;
}

.tab-link.w--current {
  color: #ff8057;
  background-color: #0000;
  border-bottom-color: #ff8057;
}

.page-text {
  margin-top: 32px;
}

.page-text h2 {
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 24px;
}

.page-text p {
  margin-bottom: 16px;
}

.why-us-image-bg {
  width: 100%;
  height: 100%;
}

.why-us-image-front {
  z-index: 1;
  position: absolute;
}

.services-item-image-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.services-item-image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.services-item-image.hover {
  bottom: 40px;
}

.services-item-image.hover._1 {
  bottom: 0;
}

.services-card-animation-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-card-animation-image.align-top {
  object-fit: cover;
  object-position: 50% 0%;
}

.hero-header-wrapper {
  z-index: 1;
  padding: 0;
  position: relative;
  overflow: visible;
}

.home-button-wrapper {
  min-width: 150px;
}

.services-item-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.case-study-detail {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  position: relative;
}

.case-study-sidebar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 352px;
  padding-bottom: 200px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: sticky;
  top: 156px;
  overflow: visible;
}

.back-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #303030;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.28571;
  display: flex;
}

.back-button.blog-back-button {
  position: absolute;
  inset: 32px auto auto 32px;
}

.back-button._404-button {
  position: relative;
  inset: 80px auto auto;
}

.back-button.privacy-back-button {
  margin-bottom: 24px;
  margin-right: auto;
}

.back-button-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.case-study-sidebar-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.case-study-logo-wrapper {
  flex-flow: row;
  width: 192px;
  height: 75px;
  margin-top: 32px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.case-study-logo-bg-1 {
  z-index: 0;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(-2.77deg);
  box-shadow: 0 1px 4px #1111111f, 0 3px 12px #1111110a;
}

.case-study-logo-bg-2 {
  z-index: 1;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: rotate(4.26deg);
  box-shadow: 0 1px 4px #1111111f, 0 3px 12px #1111110a;
}

.case-study-logo {
  object-fit: contain;
  width: 145px;
  height: 25px;
}

.case-study-detail-title {
  color: #303030;
  letter-spacing: -.24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16667;
}

.case-study-detail-services {
  color: #ff8057;
  font-weight: 500;
  line-height: 1.1875;
}

.case-study-detail-text {
  color: #717171;
  letter-spacing: -.16px;
  line-height: 1.375;
  overflow: clip;
}

.case-study-detail-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.case-study-read-more {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #303030;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28571;
  display: flex;
}

.case-study-read-more-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.case-study-read-more-text.second {
  display: none;
}

.case-study-content {
  max-width: 680px;
}

.case-study-image-list {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

.blog-detail {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding: 80px 80px 40px;
  display: flex;
}

.blog-detail-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.blog-detail-text {
  color: #333;
}

.blog-detail-text p {
  color: #333;
  letter-spacing: -.18px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.55556;
}

.blog-detail-text h2 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.25;
}

.blog-detail-text h3 {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.25;
}

.blog-detail-text h1 {
  color: #1e1e1e;
}

.blog-detail-text h4 {
  color: #1e1e1e;
  font-weight: 500;
}

.blog-detail-text ul {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.blog-detail-text img {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

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

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

._404-content {
  z-index: 1;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

._404-title {
  color: #000000a3;
  letter-spacing: -.35px;
  background-color: #fff;
  padding: 24px;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  inset: -50px auto auto;
  transform: rotate(-3.72deg);
  box-shadow: 0 2px 12px #0000003d;
}

._404-text {
  color: #717171;
  letter-spacing: -.16px;
  max-width: 415px;
}

.align-top {
  margin-bottom: auto;
}

.webflow-brand-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: 6px;
  flex-direction: column;
  margin-top: 24px;
  padding: 24px;
  display: flex;
}

.webflow-brand-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.webflow-brand-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.webflow-brand-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.webflow-new-brand {
  height: 50px;
}

.webflow-brand-link {
  font-size: 20px;
  text-decoration: underline;
}

.global {
  z-index: 2147483647;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-animation {
  width: 100%;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-line {
  z-index: 99999999;
  background-color: var(--color--border);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-line:where(.w-variant-ec5a5509-909b-c6fe-d044-e845ec9bdcf9) {
  display: none;
}

.process-image-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 150px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.process-image-wrapper.right {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  left: auto;
  right: 0;
}

.process-image-wrapper.absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

.process-image {
  position: absolute;
  top: 20%;
  right: 20%;
}

.process-image._2 {
  top: 10%;
  right: 10%;
}

.game-area {
  z-index: 1;
  background-color: #fdfdfd;
  justify-content: space-between;
  align-items: center;
  padding: 48px 10px;
  display: flex;
  position: relative;
}

.game-area-image {
  width: 100%;
}

.game-area-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.game-area-title {
  text-align: center;
  letter-spacing: -1px;
  width: 340px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 1.13726;
}

.game-area-text {
  color: #838383;
  letter-spacing: -.29px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2381;
}

.space-32 {
  width: 100%;
  padding-bottom: 32px;
}

.game-area-bottom {
  color: #9e9e9e;
  text-align: center;
  letter-spacing: -.24px;
  font-size: 24px;
  line-height: 1.33333;
  position: absolute;
  inset: auto 0% 18px;
}

.pricing-top {
  justify-content: flex-start;
  align-items: center;
  min-height: 150px;
  margin-top: -40px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.pricing-top.right {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  left: auto;
  right: 0;
}

.pricing-list-alternative ul {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #c6c6c6;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-list-alternative li {
  color: #1e1e1e;
  letter-spacing: -.16px;
  background-color: #f2f1f4;
  background-image: url('../images/check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 14px 32px 14px 36px;
}

.our-work-header {
  padding: 48px;
}

.our-work-item {
  outline-color: var(--color--border);
  outline-offset: 0px;
  border-radius: 12px;
  outline-width: 1px;
  outline-style: solid;
  min-height: 500px;
  padding: 32px;
}

.our-work-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.our-work-item-wrapper {
  position: sticky;
  top: 0;
}

.our-work-stack {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.our-work-stack-item {
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 95%;
  max-width: 125vh;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 24px;
}

.our-work-stack-item-image {
  width: 100%;
}

.our-work-stack-item-image.desktop {
  display: block;
}

.our-work-stack-item-image.mobile {
  display: none;
}

.our-work-stack-item-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fafafa;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 396px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 120px 32px;
  box-shadow: 0 1px 4px #11111129, 0 3px 12px #1111111a;
}

.our-work-stack-title {
  color: #303030;
  letter-spacing: -.24px;
  font-size: 24px;
  font-weight: 500;
}

.our-work-stack-service {
  color: #717171;
  letter-spacing: -.14px;
  font-size: 14px;
  font-weight: 500;
}

.our-work-stack-detail {
  color: #717171;
  letter-spacing: -.16px;
  font-size: 14px;
  line-height: 1.375;
}

.our-work-stack-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.our-work-stack-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #303030;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.our-work-stack-button-icon {
  flex: none;
  width: 16px;
  height: 16px;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-animation-image {
  width: 100%;
}

.team-detail {
  background-image: url('../images/Frame-2121453175.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: clip;
}

.team-detail-content {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-detail-card-wrapper {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-top: -24px;
  padding-top: 160px;
  display: flex;
  position: relative;
  left: 100px;
  transform: rotate(-8deg);
}

.team-detail-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #373737;
  border: 1px solid #3f3f4680;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  box-shadow: -23px 46px 93px #0000003d;
}

.team-detail-card-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.team-detail-card-line {
  border: 1px dashed #3f3f46;
  width: 100%;
}

.team-detail-card-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-detail-image {
  border: 1px solid #c6c6c6;
  width: 100%;
  max-width: 240px;
}

.team-detail-card-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.team-detail-card-name {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33333;
}

.team-detail-card-position {
  color: #c6c6c6;
  letter-spacing: .32px;
}

.barcode {
  object-fit: contain;
  width: 100%;
}

.team-detail-card-bottom-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.since-text {
  color: #c6c6c6;
  letter-spacing: .12px;
  text-transform: uppercase;
  font-size: 12px;
}

.team-detail-card-image {
  z-index: 1;
  width: 90px;
  height: 200px;
  position: absolute;
  inset: 0% auto auto;
}

.team-back-button-wrapper {
  z-index: 2;
  position: absolute;
  inset: 40px auto auto 40px;
}

.team-detail-left {
  width: 50%;
}

.team-detail-right {
  flex-flow: column;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
  display: flex;
}

.keyword-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 200px;
  display: flex;
  position: relative;
}

.keyword {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.keyword._1 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-10deg);
}

.keyword._2 {
  position: absolute;
  inset: auto auto -50px 70px;
  transform: rotate(10deg);
}

.keyword._3 {
  position: absolute;
  inset: 20px auto auto 240px;
  transform: rotate(-9deg);
}

.keyword._4 {
  position: absolute;
  inset: auto auto -50px 260px;
  transform: rotate(17deg);
}

.keyword-background {
  flex: none;
}

.keyword-text {
  color: #373737;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 9ch;
  min-height: 70px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: auto;
}

.keyword-text._2 {
  max-width: 12ch;
  margin-bottom: -10px;
  bottom: auto;
  left: 24px;
}

.keyword-text._3 {
  text-align: left;
  max-width: 12ch;
  min-height: 30px;
  margin-top: -28px;
  top: auto;
  left: 32px;
}

.keyword-text._4 {
  margin-top: -6px;
}

.team-detail-text {
  color: #373737;
  background-color: #fafafa;
  max-width: 400px;
  margin-top: 200px;
  margin-right: auto;
  padding: 40px;
  position: relative;
  box-shadow: 0 1px 4px #11111129, 0 3px 40px #1111110f;
}

.paperclip {
  position: absolute;
  inset: -53px auto auto 4px;
}

.team-detail-pen {
  z-index: 1;
  max-width: 30%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-header {
  align-items: flex-end;
  display: flex;
}

.section-tittle {
  margin-bottom: 0;
}

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

.slider-navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1px;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.slider-list {
  display: flex;
}

.slider-navigation {
  outline-offset: 0px;
  cursor: pointer;
  object-fit: none;
  background-color: #fffc;
  outline: 1px solid #c6c6c6;
  width: 65px;
  height: 65px;
  transition: opacity .2s;
}

.slider-navigation:hover {
  opacity: .7;
}

.slider-navigation.prev-slide {
  margin-right: 16px;
}

.slider-item {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex: none;
  width: 40%;
  overflow: hidden;
}

.services-number {
  font-size: 24px;
  font-weight: 500;
}

.brand-works {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-work {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  outline-color: var(--color--border);
  outline-offset: 0px;
  cursor: pointer;
  background-image: url('../images/28.reversible.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  padding: 80px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.brand-work:hover {
  outline-color: var(--color--border);
  outline-offset: 0px;
  color: #717171;
  outline-width: 1px;
  outline-style: solid;
}

.brand-button {
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f8;
  border-top: 1px solid #f0f0f1;
  border-radius: 8px;
  width: 500px;
  padding: 24px;
  display: none;
  position: fixed;
  inset: auto auto 24px 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  font-size: 14px;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  max-height: 74vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_component {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.ff-cc-components {
  display: flex;
}

.fs-cc-banner_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_text {
  color: #3d3d3d;
  font-size: .85rem;
}

.fs-cc-prefs_text.blue {
  color: #3b40af;
  font-weight: 500;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 3rem 2.5rem;
  overflow: scroll;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_label {
  color: #3b40af;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 2.5rem;
  display: flex;
}

.fs-cc-prefs_button {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition-property: all;
}

.fs-cc-prefs_button:hover {
  color: #000;
  background-color: #fff;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  display: none;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 24px;
}

.fs-cc-prefs_space-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.fs-cc-banner_text-link {
  color: #000;
  border-bottom: 2px #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition-property: all;
  display: inline;
}

.fs-cc-banner_text-link:hover {
  border-bottom-color: #000;
}

.fs-cc-banner_trigger {
  display: none;
}

.cookie-badge {
  background-color: #eff0ff;
  border-radius: 4px;
  padding: 6px;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager_component {
  z-index: 998;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.success-message-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 601px;
  display: flex;
}

.success-message-label {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.success-text {
  letter-spacing: -.36px;
  font-size: 18px;
}

.slide-nav {
  margin-bottom: 12px;
}

.sticky-note {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--color--border);
  text-align: center;
  background-color: #ffe5b8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: 24px;
  margin-right: 24px;
  padding: 56px 32px;
  display: flex;
  position: relative;
  transform: rotate(4deg);
  box-shadow: 0 8px 16px 8px #00000014;
}

.sticky-note:hover {
  color: #1e1e1e;
  background-color: #fddba0;
}

.sticky-note-title {
  max-width: 10ch;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.sticky-note-text {
  color: #9e9e9e;
}

.clutch-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  outline: 1px solid #c6c6c6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px 48px;
  display: none;
}

.banner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  text-align: center;
  background-color: #ff8057;
  background-image: url('../images/Frame-2121452936-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-weight: 500;
  display: flex;
}

.blog-post-image {
  outline-color: var(--color--border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.banner-link {
  color: #000000b3;
  text-decoration: underline;
}

.banner-link:hover {
  color: #000;
}

.sticky-note-arrow {
  outline-color: var(--color--border);
  outline-offset: 0px;
  background-color: #fff;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  outline-width: 1px;
  outline-style: solid;
  flex: none;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.content-header-title {
  max-width: 80ch;
}

.slider_right {
  flex-direction: column;
  min-width: 0;
}

.swiper.is-card {
  justify-content: center;
  align-items: center;
  margin-bottom: -41px;
  display: flex;
}

.swiper.is-player {
  height: 100%;
  display: none;
}

.swiper-wrapper.is-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.swiper-wrapper.is-player {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-slide {
  transform: rotate(0);
}

.swiper-slide.is-card {
  flex-flow: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.swiper-slide.is-card:first-child {
  margin-right: -1px;
}

.swiper-slide.is-card:last-child {
  margin-left: -1px;
}

.swiper-slide.is-player {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.case-study-swiper-image {
  border-radius: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.slider_left {
  align-self: stretch;
  min-width: 0;
}

.pricing-list-alternative-white ul {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #c6c6c6;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-list-alternative-white li {
  color: #1e1e1e;
  letter-spacing: -.16px;
  background-color: #fbfcfc;
  background-image: url('../images/check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 14px 32px 14px 36px;
}

.orange-span {
  color: #ff8057;
}

.pricing-list-right ul {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #c6c6c6;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-list-right li {
  color: #717171;
  letter-spacing: -.16px;
  background-color: #f2f1f4;
  background-image: url('../images/check_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 14px 32px 14px 0;
}

.pricing-header {
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-left: -40px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing-header-icon {
  position: absolute;
}

.pricing-sub-text {
  color: #9e9e9e;
  letter-spacing: -.14px;
  font-size: 14px;
}

.swiper-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.process-slide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 56px;
  display: flex;
}

.process-slide-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50ch;
  display: flex;
}

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

.hww-spline {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 64px;
  left: 16px;
}

.hww-image {
  min-height: 340px;
  margin-top: -36px;
  margin-bottom: -36px;
}

.mole_container {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.mole_field {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: 8rem 8rem 8rem 8rem;
  grid-template-columns: 8rem 8rem 8rem 8rem 8rem 8rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.mole_hole {
  outline-color: var(--color--border);
  outline-offset: 0px;
  cursor: pointer;
  background-color: #0000;
  border: 10px solid #0000;
  border-radius: 0%;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 100%;
  transition: border-width .2s, background-color .2s;
}

.mole_hole.is-active {
  border: 2px solid var(--color--orange);
  outline-color: var(--color--orange);
  background-color: #fff;
  background-image: url('../images/for-small-but-mighty-areas-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  background-attachment: scroll;
}

.button-2 {
  color: #181818;
  text-align: center;
  background-color: #fdd33c;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: filter .2s;
}

.button-2:hover {
  filter: brightness(90%);
  background-color: #fcd33b;
}

.button-2.is-game {
  margin-top: -2rem;
  position: absolute;
}

.mole_board-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.mole_score {
  color: #000;
}

.case-study-swiper-link {
  transition-property: all, border-color, background-color;
}

.case-study-swiper-link:hover {
  filter: brightness(105%);
}

.tablet-hidden {
  margin-top: 8px;
}

.badge {
  color: #636363;
  background-color: #f5f5f5;
  border-radius: 99px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
}

.coming-soon-span {
  color: #646464;
  font-size: 20px;
  display: inline-flex;
}

.animation-label {
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3 {
  height: 100px;
}

.text-wrapper {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.tablet-hidden {
    display: none;
  }

  .container {
    padding: 40px;
  }

  .container.navbar-container {
    position: static;
  }

  .container.logos-container {
    padding: 0;
    overflow: visible;
  }

  .container.big-padding {
    padding: 40px;
  }

  .container.works-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .corner-item.top-left.hidden-mobile, .corner-item.top-right.hidden-mobile, .corner-item.bottom-left.hidden-mobile, .corner-item.bottom-right.hidden-mobile {
    display: none;
  }

  .why-us-image-content {
    padding: 16px;
  }

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

  .grid.margin--50 {
    left: auto;
  }

  .works-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .works-mobile-content {
    background-image: linear-gradient(0deg, #00000080, #fff0);
    justify-content: flex-start;
    align-items: flex-end;
    padding: 12px;
    inset: 0%;
  }

  .logos-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .logos-clutch {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logos-line {
    width: 100%;
    height: 1px;
  }

  .logos-image-wrapper {
    justify-content: space-between;
    padding: 16px 16px 24px;
  }

  .logos-image-item.mobile-hidden {
    display: none;
  }

  .footer-menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-mail-link {
    font-size: 24px;
  }

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

  .services-item {
    min-height: 360px;
  }

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

  .team-item {
    background-color: #fff;
  }

  .team-item-text {
    min-height: auto;
  }

  .team-item-arrow {
    opacity: 100;
  }

  .services-slide {
    min-width: 300px;
  }

  .process-content {
    padding: 24px;
  }

  .process-box {
    min-height: 400px;
    padding: 24px;
  }

  .content-header.header-ch.content-header-col-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding-right: 40px;
  }

  .slider-arrow:hover {
    background-color: #fff;
  }

  .c-faq-item {
    margin-left: 40px;
    margin-right: 40px;
  }

  .pricing-wrapper {
    place-items: stretch center;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing {
    padding: 24px;
  }

  .services-card {
    flex-flow: column;
  }

  .services-card-content {
    width: 100%;
    padding-left: 100px;
  }

  .services-card-animation {
    width: 100%;
  }

  .card-content {
    padding: 24px;
  }

  .card-title {
    letter-spacing: -.24px;
    font-size: 24px;
  }

  .services-element-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .services-element {
    padding: 24px;
  }

  .services-element-title {
    letter-spacing: -.24px;
    font-size: 24px;
  }

  .animation-card.reverse {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .animation-card-content {
    padding: 40px;
  }

  .animation-cta-line-wrapper {
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .animation-cta-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .animation-cta-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
  }

  .animation-cta-label-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .animation-cta-image-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    position: static;
  }

  .contact-form-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-big-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .no-code-features {
    background-image: url('../images/Shape-1.svg'), url('../images/Shape.svg');
    background-position: 100% 0, 0 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 216px;
    min-height: 560px;
  }

  .content-header-list-box {
    position: static;
  }

  .home-hero-spline {
    display: none;
  }

  .counter {
    text-align: center;
    flex-flow: column;
    padding: 24px;
  }

  .counter-text {
    font-size: 20px;
  }

  .shopify-process-image {
    width: 100%;
  }

  .shopify-process-image-2 {
    right: -32px;
  }

  .shopify-process-new {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .shopify-process-content {
    width: 100%;
  }

  .nav-menu-content {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: calc(100dvh - 90px);
    padding: 24px;
    overflow: auto;
  }

  .nav-menu {
    border-radius: 0;
    inset: 90px 0% auto;
  }

  .nav-menu-box {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    outline-color: var(--color--border);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .nav-menu-box.social-media-nmb.desktop {
    display: none;
  }

  .nav-menu-box.social-media-nmb.mobile {
    margin-bottom: 48px;
    display: flex;
  }

  .nav-menu-box.clutch-menu-box {
    display: flex;
  }

  .earthr-logo {
    width: 29px;
    height: 40px;
  }

  .nav-link:hover {
    background-color: #0000;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-item-image.hover {
    display: none;
  }

  .process-image-2 {
    max-width: 30%;
  }

  .case-study-detail {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .case-study-sidebar {
    max-width: 300px;
    padding-bottom: 0;
  }

  .case-study-image-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-detail {
    padding-left: 40px;
    padding-right: 40px;
  }

  .webflow-brand-wrapper {
    flex-direction: column;
    display: flex;
  }

  .game-area {
    justify-content: center;
  }

  .our-work-stack-item-content {
    max-width: 300px;
  }

  .info-animation-image {
    max-width: 90%;
  }

  .team-detail-content {
    flex-flow: column;
  }

  .team-detail-card-position {
    min-height: auto;
  }

  .team-detail-left {
    width: 100%;
  }

  .team-detail-right {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .keyword-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .slider-item {
    width: 60%;
  }

  .brand-work {
    flex-flow: column;
    min-height: 300px;
    padding: 48px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-manager_component {
    display: none;
  }

  .success-message-wrapper {
    min-height: auto;
  }

  .sticky-note {
    margin-top: 16px;
    display: none;
  }

  .clutch-wrapper {
    outline-offset: 0px;
    outline: 1px #c6c6c6;
  }

  .slider_right {
    order: -1;
  }

  .pricing-header-icon {
    width: 20vw;
  }

  .hww-spline {
    width: 140px;
    height: 140px;
    top: 32px;
  }

  .hww-image {
    min-height: 240px;
  }

  .mole_field {
    grid-template-rows: 6rem 6rem 6rem 6rem;
    grid-template-columns: 6rem 6rem 6rem 6rem 6rem 6rem;
  }

  .tablet-hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }

  .container {
    padding: 20px;
  }

  .container.big-padding {
    padding: 40px 20px;
  }

  .container.small {
    padding: 20px;
  }

  .container.padding-40 {
    padding: 24px;
  }

  .container.works-container {
    padding: 0 20px 20px;
  }

  .container.privacy-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-header, .hero-header.small {
    padding: 100px 48px;
  }

  .hero-header.home-hero-header {
    padding: 48px;
  }

  .content.padding-60 {
    padding: 16px;
  }

  .why-us {
    flex-flow: column;
  }

  .why-us-image-wrapper, .why-us-image-content, .why-us-content {
    width: 100%;
  }

  .content-text.black {
    font-size: 24px;
  }

  .team-content {
    width: 100%;
  }

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

  .team-image {
    display: none;
  }

  .grid.margin--50 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .hero-header-label {
    max-width: 60ch;
  }

  .works-box._2 {
    flex-flow: column;
  }

  .project-teaser-image {
    width: 100%;
  }

  .project-image-wrapper {
    flex-flow: column;
    display: flex;
  }

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

  .works-box-grid.col-2 {
    grid-template-columns: 1fr;
  }

  .works-box-grid._4 {
    grid-template-columns: 1.2fr;
  }

  .logos-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .logos-image-item {
    justify-content: center;
    align-items: center;
    width: 20%;
  }

  .footer-middle {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom-left, .footer-bottom-right {
    width: auto;
  }

  .what-we-do {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .blog-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-item-info {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .blog-badge {
    font-size: 14px;
  }

  .blog-reading-time {
    font-size: 12px;
  }

  .blog-item-circle {
    width: 4px;
    height: 4px;
  }

  .blog-date {
    font-size: 12px;
  }

  .blog-item-title {
    font-size: 24px;
  }

  .blog-collection-list.col-2, .how-we-work-grid {
    grid-template-columns: 1fr;
  }

  .how-we-work-label {
    padding: 0 24px 24px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .how-we-work-image {
    padding: 48px 0 0;
  }

  .services-slide-item {
    padding: 24px;
  }

  .process-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-header.header-ch {
    padding: 24px;
  }

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

  .tools-item {
    padding: 10px;
  }

  .tools-item.mobile-hidden {
    display: none;
  }

  .testimonials-content {
    padding: 32px;
  }

  .c-faq-a-text, .c-faq-q-text {
    padding: 16px;
  }

  .c-faq-item {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing {
    padding: 32px;
  }

  .services-text {
    font-size: 24px;
  }

  .service-box {
    min-height: 400px;
    padding: 24px;
  }

  .service-box-arrow {
    inset: 24px 24px auto auto;
  }

  .info {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 24px 24px 0;
  }

  .info-content {
    max-width: none;
  }

  .info-animation-wrapper {
    width: 100%;
    position: relative;
  }

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

  .card-grid.col-3 {
    grid-template-columns: 1fr;
  }

  .card {
    height: 100%;
    min-height: auto;
  }

  .card-animation {
    justify-content: flex-start;
    align-items: center;
  }

  .card-wrapper._1, .card-wrapper._2, .card-wrapper._3 {
    padding-top: 0;
  }

  .animation-card-content {
    padding: 24px;
  }

  .animation-cta-content {
    padding-bottom: 0;
  }

  .animation-cta-label-wrapper.big {
    width: 100%;
  }

  .contact-form-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-form {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-big-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .webflow-features {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    min-height: auto;
  }

  .webflow-cta-image-wrapper {
    width: 100%;
    position: static;
  }

  .card-animation-front {
    left: 16px;
  }

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

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

  .counter-value-wrapper {
    justify-content: center;
    align-items: center;
  }

  .counter-value {
    font-size: 32px;
  }

  .shopify-process-image-4 {
    bottom: 207px;
    left: 52px;
  }

  .shopify-process-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .shopify-process-new {
    grid-template-columns: 1fr;
  }

  .shopify-process-image-3 {
    left: 2px;
  }

  .shopify-header {
    padding: 24px 24px 0;
  }

  .works-box-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .shopify-cta-image-wrapper {
    width: 100%;
    position: static;
  }

  .clutch-embed-link.menu {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-menu-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-menu-box.clutch-menu-box {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container-2.navbar-inside-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .label-text, .nav-link-label {
    font-size: 20px;
  }

  .newheaderbrand {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .newheaderbrand.w--current {
    width: auto;
    height: auto;
  }

  .tabs-menu, .page-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-header-wrapper {
    padding: 0;
    overflow: visible;
  }

  .logos-image-item-image {
    object-fit: contain;
  }

  .brand {
    padding-left: 0;
  }

  .case-study-detail {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-sidebar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 100%;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
    overflow: visible;
  }

  .back-button {
    margin-bottom: 40px;
  }

  .back-button.privacy-back-button {
    margin-left: 16px;
  }

  .step-line {
    display: none;
  }

  ._404-content {
    padding: 16px;
  }

  ._404-title {
    padding: 16px;
    font-size: 24px;
    top: -23px;
  }

  .game-area-title {
    width: 240px;
    font-size: 32px;
  }

  .game-area-bottom {
    font-size: 20px;
  }

  .our-work-stack-item {
    margin-bottom: 50px;
  }

  .our-work-stack-item-image.desktop {
    display: none;
  }

  .our-work-stack-item-image.mobile {
    display: block;
  }

  .our-work-stack-item-content {
    max-width: 100%;
    box-shadow: none;
    outline-color: var(--color--border);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: solid;
    position: absolute;
    inset: auto 24px 64px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .info-animation-image {
    max-width: 100%;
  }

  .team-detail-card-wrapper {
    left: auto;
    transform: none;
  }

  .team-detail-left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-detail-right {
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
  }

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

  .keyword._1, .keyword._2, .keyword._3, .keyword._4 {
    position: static;
  }

  .keyword-text._2 {
    bottom: auto;
    left: auto;
  }

  .keyword-text._3 {
    left: auto;
  }

  .team-detail-text {
    margin-top: 100px;
    margin-left: auto;
  }

  .team-detail-pen {
    display: none;
  }

  .slider-item {
    width: 70%;
  }

  .brand-work {
    min-height: 240px;
    padding: 32px;
  }

  .fs-cc-banner_component {
    width: 90%;
    left: auto;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .ff-cc-components {
    justify-content: center;
    align-items: center;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_space-medium {
    flex-flow: column;
  }

  .swiper.is-card {
    margin-bottom: 0;
  }

  .swiper-wrapper.is-card {
    grid-template-columns: 1fr;
  }

  .swiper-slide.is-card:first-child {
    margin-bottom: -80px;
    margin-right: 0;
  }

  .swiper-slide.is-card:last-child {
    margin-top: -80px;
    margin-left: 0;
  }

  .process-slide {
    padding: 32px;
  }

  .hww-spline {
    width: 200px;
    height: 200px;
  }

  .mole_field {
    grid-template-rows: 6rem 6rem 6rem 6rem;
    grid-template-columns: 6rem 6rem 6rem 6rem;
  }

  .mole_hole.mobile-hidden {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-header.small {
    padding: 100px 24px;
  }

  .hero-header.home-hero-header {
    padding: 24px;
  }

  .content-text {
    font-size: 24px;
  }

  .works-mobile-text {
    font-size: 16px;
  }

  .works-box-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-title {
    font-size: 36px;
  }

  .home-hero-badge-wrapper {
    flex-flow: row;
    order: 1;
    margin-top: 32px;
  }

  .logos-image-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .logos-image-item {
    width: 23%;
  }

  .footer-menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

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

  .team-line-wrapper {
    padding-left: 33px;
    padding-right: 33px;
  }

  .team-item-box {
    padding-left: 32px;
    padding-right: 32px;
  }

  .team-item-bottom {
    padding-left: 33px;
    padding-right: 33px;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .method {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .process, .process.item-2 {
    grid-template-columns: 1fr;
  }

  .process-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .blog-header {
    justify-content: center;
    align-items: center;
  }

  .content-header {
    text-align: center;
    justify-content: center;
  }

  .content-header.header-ch {
    justify-content: center;
    align-items: center;
  }

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

  .testimonial-text {
    font-size: 20px;
  }

  .faq-q-text {
    letter-spacing: -.4px;
    font-size: 20px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
  }

  .pricing-bottom {
    flex-flow: column;
    align-items: stretch;
  }

  .what-we-do-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .services-card-content {
    padding: 32px 32px 32px 64px;
  }

  .card-grid, .card-grid.col-3, .card-grid.cg-1, .card-grid.cg-2, .services-element-wrapper {
    grid-template-columns: 1fr;
  }

  .animation-cta-line-wrapper {
    height: 0;
  }

  .animation-cta-box {
    padding-left: 0;
    padding-right: 0;
  }

  .animation-cta-content {
    padding: 24px;
  }

  .form-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 24px;
  }

  .field-col-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .checkbox-wrapper {
    grid-template-columns: 1fr;
  }

  .form-button-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .card-animation-front {
    max-width: 40%;
  }

  .content-header-list-box {
    width: 100%;
  }

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

  .shopify-process-image-4 {
    max-width: 70%;
    bottom: 188px;
    left: 34px;
  }

  .shopify-process-image-2 {
    max-width: 60%;
    right: -23px;
  }

  .shopify-process-image-3 {
    max-width: 50%;
    bottom: 215px;
    left: -11px;
  }

  .nav-menu-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-box {
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-menu-box.clutch-menu-box {
    align-items: center;
  }

  .earthr-logo-text {
    display: none;
  }

  .social-media-svg {
    opacity: 1;
  }

  .label-text {
    font-size: 16px;
    font-weight: 400;
  }

  .newheaderbrand {
    background-image: none;
  }

  .label-icon {
    width: 20px;
    height: 20px;
  }

  .social-media-link {
    opacity: 1;
    transition: none;
  }

  .nav-social-media-wrapper {
    z-index: 999;
  }

  .label {
    font-size: 16px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .case-study-sidebar {
    justify-content: flex-start;
    align-items: center;
  }

  .back-button {
    margin-right: auto;
  }

  .back-button._404-button {
    margin-right: 0;
    font-size: 3vw;
    top: 32px;
  }

  .blog-detail {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-title {
    font-size: 32px;
  }

  .blog-detail-text h2 {
    font-size: 24px;
  }

  ._404-title {
    padding: 3vw;
    font-size: 4vw;
    top: -3vw;
  }

  ._404-text {
    font-size: 4vw;
  }

  .webflow-brand-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .webflow-brand-right {
    flex-direction: column;
  }

  .process-image-wrapper.absolute {
    order: -1;
    position: relative;
    top: -24px;
    right: -24px;
  }

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

  .game-area {
    justify-content: center;
  }

  .game-area-title {
    width: 100%;
  }

  .team-detail-card-wrapper {
    width: 100%;
    max-width: 400px;
  }

  .team-detail-card {
    padding-top: 64px;
  }

  .team-detail-card-top {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-detail-card-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-detail-image {
    max-width: 200px;
  }

  .team-detail-card-bottom-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .team-detail-card-image {
    width: 75px;
    top: 10px;
  }

  .team-detail-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-detail-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    padding: 120px 24px 40px;
  }

  .keyword-wrapper {
    grid-template-columns: 1fr;
  }

  .team-detail-text {
    margin-top: 0;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-navigation-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-item {
    width: 100%;
  }

  .brand-works {
    grid-template-columns: 1fr;
  }

  .brand-work {
    min-height: 300px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_text-link {
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-note {
    max-width: 260px;
  }

  .swiper.is-player {
    height: auto;
  }

  .swiper-wrapper.is-card {
    width: 100%;
  }

  .swiper-wrapper.is-player {
    width: 100%;
    height: auto;
  }

  .swiper-slide.is-player {
    height: auto;
    display: block;
  }

  .pricing-header-icon {
    width: 30vw;
  }

  .hww-spline {
    width: 100px;
    height: 100px;
  }

  .mole_field {
    grid-template-rows: 4rem 4rem 4rem 4rem;
    grid-template-columns: 4rem 4rem 4rem 4rem;
  }

  .button-2.is-game {
    margin-top: 0;
    position: relative;
  }

  .mole_board-wrapper {
    flex-direction: column;
  }

  .mobile-hidden {
    display: none;
  }
}

#w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90c9-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90ca-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90cb-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90cc-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90cd-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90ce-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90cf-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90d0-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90d1-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90d2-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90d3-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90d4-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90d5-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90d6-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90d7-6eee8359, #w-node-b1cb8f82-adab-f755-b58d-a8a1ed4f90d8-6eee8359, #w-node-a8fe968d-3ecb-d065-08cf-c2708707d910-6eee8359, #w-node-_046269c4-de52-1e42-8e9a-e00b376c87d0-6eee8359, #w-node-_3bcd1522-44b8-735e-6450-1f1112aa209e-6eee8359, #w-node-_0f3522bb-a091-769c-265e-e97253055baf-6eee8359, #w-node-e22d3703-3af1-b054-d366-2cb0fb88a3ec-6eee8359, #w-node-d84ba2e4-4361-31cf-2106-0cd7ebe74d4f-6eee8359, #w-node-bbb50656-e865-8bc1-f7aa-a2bf0faaa1d3-6eee8359, #w-node-_934f009f-1ad9-a602-ce07-e7b495dda83a-6eee8359, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec63-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec5f-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec61-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec5d-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec4d-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec49-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec4f-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec51-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec53-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec55-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec57-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec59-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec5b-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec4b-9edcec42, #w-node-d672195f-48d4-e9a0-3e7b-40d69edcec65-9edcec42, #w-node-_25001c9e-6ac9-ed8c-8186-8893c2da0265-9c635cf3, #w-node-_25001c9e-6ac9-ed8c-8186-8893c2da027c-9c635cf3, #w-node-_25001c9e-6ac9-ed8c-8186-8893c2da028e-9c635cf3, #w-node-_25001c9e-6ac9-ed8c-8186-8893c2da02a9-9c635cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01bc1ef6-f6f3-1fa2-a175-416d5b04d06a-fe429f0b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3228bb2f-9f5d-df68-1f31-b1decc19b229-fe429f0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_840b7b3d-9a16-6960-d2fc-9dbb6b2a770b-e25ca405, #w-node-_2c61f9ea-38d3-480d-495f-38caa8de320e-e25ca405 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01bc1ef6-f6f3-1fa2-a175-416d5b04d06a-d8c382a6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3228bb2f-9f5d-df68-1f31-b1decc19b229-d8c382a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_25001c9e-6ac9-ed8c-8186-8893c2da0265-9c635cf3 {
    order: 1;
  }

  #w-node-b765b895-814a-a986-5f2c-c24b3e60e094-9c635cf3 {
    order: 9999;
  }

  #w-node-_25001c9e-6ac9-ed8c-8186-8893c2da027c-9c635cf3 {
    order: 2;
  }

  #w-node-_25001c9e-6ac9-ed8c-8186-8893c2da028e-9c635cf3 {
    order: 3;
  }

  #w-node-_25001c9e-6ac9-ed8c-8186-8893c2da02a9-9c635cf3 {
    order: 6;
  }

  #w-node-cad7adab-2527-d4b8-ddfc-394cf59bb7f7-9c635cf3 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_01bc1ef6-f6f3-1fa2-a175-416d5b04d06a-d8c382a6 {
    grid-row: span 1 / span 1;
  }

  #w-node-_3228bb2f-9f5d-df68-1f31-b1decc19b229-d8c382a6 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83f32f93-c1dd-08a2-3b89-23f2e77dd755-7de0330c, #w-node-_516825b8-3ee7-94da-8e9b-b5eea8a18ca9-7de0330c {
    order: -9999;
  }

  #w-node-_01bc1ef6-f6f3-1fa2-a175-416d5b04d06a-fe429f0b {
    grid-row: span 1 / span 1;
  }

  #w-node-_3228bb2f-9f5d-df68-1f31-b1decc19b229-fe429f0b {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}