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

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

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

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

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

:root {
  --white: white;
  --_apps---typography--heading-font: Plusjakartasans, Verdana, sans-serif;
  --black: black;
  --_apps---typography--body-font: Inter, sans-serif;
  --blue-violet: #7735f6;
  --_apps---typography--button-font: Plusjakartasans, Verdana, sans-serif;
  --_apps---sizes--radius: 10px;
  --_apps---colors--background: var(--white);
  --_apps---colors--foreground: #333;
  --_apps---colors--card: var(--white);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #f2f2f2;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #5c8bb2;
  --_apps---colors--primary-foreground: #02060b;
  --_apps---colors--secondary: #e4f8ff;
  --_apps---colors--secondary-foreground: #0b0e10;
  --_apps---colors--muted: #f8f8f8;
  --_apps---colors--muted-foreground: #7d797a;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d74843;
  --_apps---colors--border: #0000001a;
  --_apps---colors--input: var(--black);
  --_apps---colors--ring: #688aa7;
  --_apps---charts--chart-1: #5c8bb2;
  --_apps---charts--chart-2: #88a9c5;
  --_apps---charts--chart-3: #487ca6;
  --_apps---charts--chart-4: #466d8d;
  --_apps---charts--chart-5: #285070;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #5c8bb2;
  --_apps---sidebar--sidebar-primary-foreground: #02060b;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #0000001a;
  --_apps---sidebar--sidebar-ring: #688aa7;
  --_apps---colors--background-dark: #030303;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #141414;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #141414;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #5c8bb2;
  --_apps---colors--primary-foreground-dark: #02060b;
  --_apps---colors--secondary-dark: #051826;
  --_apps---colors--secondary-foreground-dark: #f4f9fd;
  --_apps---colors--muted-dark: #010101;
  --_apps---colors--muted-foreground-dark: #868686;
  --_apps---colors--accent-dark: #292929;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #e5554f;
  --_apps---colors--border-dark: #0000001a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #7a9dbb;
  --_apps---charts--chart-1-dark: #5c8bb2;
  --_apps---charts--chart-2-dark: #97b9d5;
  --_apps---charts--chart-3-dark: #3a6e97;
  --_apps---charts--chart-4-dark: #84a9ca;
  --_apps---charts--chart-5-dark: #365f80;
  --_apps---sidebar--sidebar-dark: #070707;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #5c8bb2;
  --_apps---sidebar--sidebar-primary-foreground-dark: #02060b;
  --_apps---sidebar--sidebar-accent-dark: #292929;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #7a9dbb;
}

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.dropdown {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.container.container-flex {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-section {
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding: 140px 3%;
  display: flex;
}

.collection-list-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.collection-item {
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.details {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-2 {
  color: #14193d;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.paragraph {
  opacity: .6;
  color: #14193d;
  margin-bottom: 40px;
  font-size: 18px;
}

.div-block {
  background-color: #7735f60d;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
}

.smooth-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  display: flex;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #5c8bb2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.global-button-primary:hover {
  box-shadow: none;
  background-color: #5c8bb2cc;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-name-block {
  background-color: #f8f9fb;
  border-radius: 6px;
  padding: 2px 6px;
  text-decoration: none;
}

.global-logo {
  width: 250px;
  max-width: 250%;
  height: 70px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.global-logo.logo-2 {
  position: absolute;
}

.global-name {
  color: #282735;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-navigation-line {
  background-color: #122b6914;
  width: 1px;
  height: 20px;
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blurred-navbar {
  color: #fff;
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 82px;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.blurred-navbar.blurred-navbar-blur {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 75px;
}

.global-text-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: center;
  display: flex;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.global-name-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-title-text {
  color: #36364a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.navbar-link {
  color: #fff;
  text-decoration: none;
}

.navbar-link.black {
  color: #000;
}

.hero {
  z-index: 3;
  color: #fff;
  background-color: #00010a;
  background-image: radial-gradient(circle at 50% 100%, #5c8bb2bf, #181818e6 79%), url('../images/grid.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.work {
  z-index: 5;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.services {
  z-index: 2;
  background-image: linear-gradient(90deg, #eef6ff, #f2f2f2 50%, #eef6ff);
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}

.testimonials {
  z-index: 3;
  background-color: #fff;
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 100px;
  display: none;
  position: relative;
}

.process {
  z-index: 3;
  background-image: linear-gradient(90deg, #eef6ff, #f2f2f2 50%, #eef6ff);
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}

.why-us {
  z-index: 3;
  background-color: #355aa8;
  background-image: radial-gradient(circle at 20% 100%, #5c8bb2a6, #000000e6), url('../images/grid.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}

.faqs {
  z-index: 3;
  background-color: #fff;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}

.footer {
  color: #fff;
  background-color: #222;
  flex-flow: column;
  width: 100vw;
  height: 475px;
  position: relative;
}

.hero-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  width: 95%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
}

.hero-heading {
  text-align: center;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #e6e6e6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.25;
}

.body {
  color: #000;
  font-family: Plusjakartasans, Verdana, sans-serif;
}

.work-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

.text-block {
  text-align: center;
  margin-top: -15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  cursor: pointer;
  background-color: #58b19f;
  border: 1px solid #0006;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.button.process-button {
  background-color: #58b19fe6;
  border-color: #00000026;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 8px 15px;
}

.button.footer-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.section-heading {
  text-align: center;
  text-transform: capitalize;
  font-family: Plusjakartasans, Verdana, sans-serif;
  font-size: 50px;
  line-height: 125%;
}

.section-heading.white {
  color: #fff;
}

.section-heading.contact-page {
  text-align: left;
}

.mini-section-heading {
  color: #5c8bb2;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.section-heading-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.section-heading-container.process-heading {
  justify-content: flex-start;
  align-items: flex-start;
}

.work-project {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 70px;
  display: grid;
}

.work-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.work-image-file {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 10px #0003;
}

.project-paragraph {
  font-size: 16px;
  line-height: 1.5;
}

.tag-wrapper {
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  display: flex;
}

.tag {
  background-color: #ff616199;
  border-radius: 50px;
  margin-right: 8px;
  padding: 5px 15px;
  font-size: 12px;
}

.tag.webdevelopment {
  background-color: #97c23b99;
}

.tag.branding {
  background-color: #61d8ff99;
}

.tag.e-commerce {
  background-color: #ff91f099;
}

.tag.webflow {
  background-color: #87c09a99;
}

.tag.shopify {
  background-color: #8ac28e99;
}

.tag.accessibility {
  background-color: #9e838499;
}

.tag.strategy {
  background-color: #cfc34199;
}

.tag.integrations {
  background-color: #8b61ff99;
}

.project-link {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  margin-top: 20px;
  display: grid;
}

.project-link-text {
  font-weight: 600;
}

.project-link-image {
  width: 20px;
  height: 20px;
}

.project-link-arrow {
  width: 15px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-45deg);
}

.project-link-underline {
  border-bottom: .1rem solid #000;
  width: 100%;
  height: .1rem;
  margin-top: 2px;
}

.popup-button-dam {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.service-container {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
}

.service-container-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.service-icon {
  width: 100px;
  height: 100px;
  padding-bottom: 5px;
}

.service-subheading {
  line-height: 1.3;
}

.service-paragraph {
  font-size: 16px;
  line-height: 1.5;
}

.testimonials-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.testimonials-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.testimonial-block {
  border-radius: 20px;
  overflow: hidden;
}

.video-container {
  height: 300px;
  overflow: hidden;
}

.review-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #e7e7e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.testimonial-logo {
  height: 50px;
}

.testimonial-paragraph {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.testimonials-person-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

.testimonial-face {
  background-color: #000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.testimonial-name {
  text-transform: uppercase;
  font-weight: 600;
}

.testimonial-role {
  color: #000c;
}

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

.process-container {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

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

.process-block-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-block {
  background-image: radial-gradient(circle at 80% 90%, #f8f5f4, #e8f1ff);
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 20px 30px;
  box-shadow: 1px 1px 3px #0003;
}

.process-image {
  width: 50px;
  height: 50px;
}

.process-paragraph {
  color: #161616;
  font-size: 16px;
  line-height: 1.5;
}

.process-section-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.process-description {
  width: 90%;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.process-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 6.5rem;
}

.why-us-container {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.why-us-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
}

.why-us-block {
  background-color: #3838384d;
  background-image: radial-gradient(circle at 100% 100%, #5c8bb233, #0000001a);
  border: 1px solid #ffffff40;
  border-radius: 10px;
  padding: 20px;
}

.faq-container {
  flex-flow: column;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 50px;
  display: flex;
}

.big-name {
  width: 90vw;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
}

.footer-description {
  width: 600px;
  margin-bottom: 0;
  padding-top: 30px;
  line-height: 1.5;
}

.footer-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-tab-1 {
  color: #ffffffb3;
  background-color: #5c8bb2b3;
  border-radius: 5px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #5c8bb2;
  border-radius: 5px;
}

.tab-link-tab-2 {
  color: #ffffffb3;
  background-color: #5c8bb2b3;
  border-radius: 5px;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #5c8bb2;
}

.tab-link-tab-3 {
  color: #ffffffb3;
  background-color: #5c8bb2b3;
  border-radius: 5px;
}

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: #5c8bb2;
}

.faq-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  display: flex;
}

.faq-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.faq-question {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.faq-text-block {
  width: 100%;
}

.lottie-accordian {
  justify-content: center;
  align-items: center;
  height: 1.5rem;
}

.faq-answer {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
}

.text-block-6 {
  padding-top: 1rem;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.popup-wrapper-byo {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper-byo.no-scroll {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000026;
  display: none;
}

.popup-box {
  z-index: 9999;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 850px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: auto;
}

.popup-image {
  border-radius: 10px;
  display: inline-flex;
}

.popup-image.mdl-popup-image {
  display: none;
}

.popup-main-svg {
  width: 30px;
  padding-top: 30px;
}

.popup-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.navbar-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar-div.navbar-hide {
  display: none;
}

.navbar-link-2 {
  color: #fff;
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.navbar-link-2.w--current {
  color: #929292;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.navbar-underline {
  background-color: #fff;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar-underline.black {
  background-color: #000;
}

.navigation-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-visibility-block {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 475px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.navbar-div-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar-div-footer.navbar-hide {
  display: none;
}

.navbar-link-footer {
  color: #fff;
  text-decoration: none;
}

.navbar-underline-footer {
  background-color: #fff;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.divider-line {
  background-color: #5e5e5e;
  width: 100%;
  height: 1px;
}

.footer-legal-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  font-size: 10px;
  font-weight: 300;
  display: flex;
}

.footer-end {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.carousel-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.logo-image {
  height: 50px;
}

.logo-image.shopify {
  height: 35px;
}

.carousel-intro {
  color: #dadada;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 10px;
  font-size: 12px;
  display: flex;
}

.lottie-animation {
  width: 20px;
  height: 20px;
}

.why-us-image {
  width: 60px;
  height: 60px;
}

.why-us-heading {
  text-transform: capitalize;
}

.why-us-paragraph {
  color: #b1b1b1;
  line-height: 1.5;
}

.popup-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 60px 35px;
  display: flex;
}

.popup-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f2f2f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px 50px 40px;
  display: flex;
}

.popup-description-text {
  line-height: 1.5;
}

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

.popup-grid-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-small-svg {
  width: 30px;
}

.popup-small-text {
  font-size: 16px;
}

.popup-main-description {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.popup-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 50px 40px;
  display: flex;
}

.popup-content-image {
  width: 100%;
}

.view-site-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  cursor: pointer;
  background-color: #58b19f;
  border: 1px solid #0006;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.view-site-button.process-button {
  border-color: #00000026;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 8px 15px;
}

.view-site-button.footer-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lottie-website-link {
  width: 20px;
  height: 20px;
}

.view-case-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #5c8bb2;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: none;
}

.contact-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  cursor: pointer;
  background-color: #5c8bb2;
  border: 1px solid #0000001a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding: 8px 15px;
  text-decoration: none;
  display: flex;
}

.contact-button.process-button {
  border-color: #00000026;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 8px 15px;
}

.contact-button.footer-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lottie-animation-header {
  width: 20px;
  height: 20px;
  transform: rotate(135deg);
}

.button-text-copy {
  text-align: center;
  text-transform: uppercase;
  width: 120px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.popup-wrapper-mdl {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper-mdl.no-scroll {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000026;
  display: none;
}

.popup-wrapper-dam {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper-dam.no-scroll {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000026;
  display: none;
}

.popup-button-byo, .popup-button-mdl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.project-link-bottom {
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  margin-top: 20px;
  text-decoration: none;
  display: grid;
}

.cursor-icon {
  width: 60%;
  height: 60%;
  transform: rotate(135deg);
}

.cursor-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.5;
  display: none;
}

.lottie-animation-2 {
  width: 50px;
}

.accordion-wrapper {
  width: 900px;
  margin-top: 30px;
}

.accordion-item {
  background-color: #f2f2f2;
  border: 1px solid #00000012;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item.hide-faq, .accordion-item.hide-accordion {
  display: none;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 4px;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 20px;
  overflow: hidden;
}

.lottie-faq {
  width: 25px;
  height: 25px;
}

.faq-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.faq-text {
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5;
}

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

.main-wrapper {
  z-index: 4;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.page-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: #ffffffb3;
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 75px;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2.blurred-navbar-blur {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 75px;
}

.contact-hero {
  text-align: center;
  width: 90vw;
  max-width: 1200px;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 135px;
}

.title-wrapper {
  padding-top: 100px;
}

.text-block-copy {
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

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

.contact-heading.process-heading {
  justify-content: flex-start;
  align-items: flex-start;
}

.section-heading-copy {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 50px;
  line-height: 125%;
}

.section-heading-copy.white {
  color: #fff;
}

.form-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.form-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-itself {
  padding-right: 30px;
}

.email-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-lottie {
  width: 25px;
  height: 25px;
}

.body-2 {
  background-image: linear-gradient(#eef6ff, #fff 50%, #eef6ff);
  flex-flow: column;
  justify-content: space-between;
  font-family: Plusjakartasans, Verdana, sans-serif;
  display: flex;
}

.email-text {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.email-image {
  width: 20px;
  height: 20px;
}

.call-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.form {
  text-align: left;
  background-color: #f2f2f2;
  background-image: radial-gradient(circle at 100% 100%, #e8f1ffb3, #e1e6ee1a);
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 20px;
}

.form-line-1 {
  grid-column-gap: 16px;
  grid-row-gap: 3px;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 3px;
  display: grid;
}

.select-field {
  color: #000;
  background-color: #fff;
}

.submit-button {
  border-radius: 5px;
  margin-top: 10px;
}

.message-field {
  color: #000;
  padding-top: 20px;
  padding-bottom: 100px;
}

.form-field {
  color: #000;
}

.form-field:focus {
  border: 1px solid #5c8bb2;
}

.sent-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.body-3 {
  font-family: Plusjakartasans, Verdana, sans-serif;
}

.sent-text {
  color: #5c8bb2;
  font-size: 38px;
  font-weight: 700;
}

.sent-lottie {
  margin-top: 30px;
  margin-bottom: 20px;
}

.sent-text-under {
  color: #333;
  width: 700px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
}

.back-to-home-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  cursor: pointer;
  background-color: #5c8bb2;
  border: 1px solid #0000001a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  text-decoration: none;
  display: flex;
}

.back-to-home-button.process-button {
  border-color: #00000026;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 8px 15px;
}

.back-to-home-button.footer-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.privacy {
  text-align: left;
  max-width: 1440px;
  line-height: 1.5;
}

.body-4 {
  font-family: Plusjakartasans, Verdana, sans-serif;
}

.privacy-wrapper {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 135px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.privacy-subheading {
  margin-top: 15px;
  margin-bottom: 20px;
}

.faq-contact {
  z-index: 3;
  padding-bottom: 100px;
  position: relative;
}

.accordion-wrapper-contact {
  width: 100%;
  margin-top: 30px;
}

.grid-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.textarea {
  color: #000;
  padding-bottom: 100px;
}

.main-wrapper-copy {
  z-index: 4;
  background-image: linear-gradient(90deg, #eef6ff, #fff 50%, #eef6ff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-about {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: block;
}

.about-grid {
  grid-template-rows: 2fr;
  grid-template-columns: .6fr 1fr;
  width: 90vw;
  max-width: 1200px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-image {
  border-radius: 100px 100px 15px;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

.about-hero-image-pic {
  object-fit: cover;
  height: 100%;
}

.about-name-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f2f2f2;
  border-radius: 10px;
  flex-flow: column;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto 3% 3% auto;
  box-shadow: 0 2px 5px 3px #0003;
}

.testimonial-name-copy {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-role-copy {
  color: #000c;
}

.body-5 {
  flex-flow: column;
  justify-content: space-between;
  font-family: Plusjakartasans, Verdana, sans-serif;
  display: flex;
}

.pricing {
  z-index: 2;
  background-image: linear-gradient(90deg, #eef6ff, #f2f2f2 50%, #eef6ff);
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}

.pricing-container {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.pricing-comparison {
  padding: 30px 30px 50px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #f8f5f433;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #5c8bb24d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  text-align: center;
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #5c8bb2;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #5c8bb2b3;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #5c8bb2;
  box-shadow: inset 0 0 0 1px #5c8bb2;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.about-paragraph {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.5;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.process-about {
  z-index: 3;
  background-image: linear-gradient(90deg, #eef6ff, #f2f2f2 50%, #eef6ff);
  flex-flow: column;
  justify-content: space-between;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}

.privacy-container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.privacy-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 400px;
  display: flex;
}

.hamburger, .lottie-animation-3, .dropdown-screen {
  display: none;
}

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

.email-text-copy {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.mob-navbar {
  z-index: 6;
  height: 50px;
  display: none;
  position: fixed;
  inset: auto 0% 5%;
}

.mob-navbar-wrapper {
  z-index: 999;
  height: 100%;
}

.pricing-feature-copy {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
  display: none;
}

.pricing-feature-copy.price-point-mob {
  display: flex;
}

.navbar-3 {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: #ffffffb3;
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 75px;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-3.blurred-navbar-blur {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 75px;
}

.logo-container-copy {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-bottom: 30px;
  display: none;
  overflow: hidden;
}

.logo-image-copy {
  height: 50px;
}

.logo-image-copy.shopify {
  height: 35px;
}

.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;
}

.address-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
}

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

.fs-consent_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

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

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

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

  .global-logo-link {
    margin-right: 0;
  }

  .blurred-navbar.blurred-navbar-blur {
    position: absolute;
  }

  .global-text-wrapper {
    display: none;
  }

  .global-text-wrapper.dropdown-menu {
    flex-flow: column;
    font-size: 30px;
    line-height: 1.5;
    display: flex;
  }

  .global-name-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .hero {
    min-height: 650px;
  }

  .work {
    padding-top: 50px;
  }

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

  .process, .why-us {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .faqs {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .footer {
    height: 425px;
  }

  .hero-container {
    width: 93%;
  }

  .hero-heading {
    width: 800px;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
  }

  .work-container {
    width: 90vw;
    padding-top: 0;
  }

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

  .button.process-button {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .section-heading {
    width: 600px;
    padding-bottom: 10px;
    font-size: 34px;
  }

  .section-heading.white {
    width: 500px;
  }

  .mini-section-heading {
    font-size: 18px;
  }

  .section-heading-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 25px;
    padding-top: 0;
  }

  .work-project {
    grid-template-columns: 1fr minmax(200px, 1fr);
    margin-bottom: 40px;
  }

  .work-project.work-project-mdl {
    grid-template-columns: minmax(200px, 1fr) 1fr;
  }

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

  .project-paragraph {
    font-size: 14px;
  }

  .tag.webdesign, .tag.webdevelopment, .tag.branding, .tag.e-commerce, .tag.webflow, .tag.shopify, .tag.accessibility, .tag.strategy, .tag.integrations {
    font-size: 11px;
  }

  .service-container {
    width: 80vw;
    max-width: 800px;
    padding-top: 0;
  }

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

  .service-container-block {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .service-subheading {
    font-size: 20px;
  }

  .service-paragraph {
    font-size: 15px;
  }

  .process-container {
    padding-top: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.2fr;
  }

  .process-block {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    display: flex;
  }

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

  .process-paragraph {
    font-size: 15px;
  }

  .process-description {
    font-size: 16px;
  }

  .process-div {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .why-us-container {
    width: 80vw;
    padding-top: 0;
  }

  .why-us-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-container {
    padding-top: 0;
  }

  .big-name {
    font-size: 82px;
  }

  .footer-description {
    width: 530px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 400;
  }

  .footer-container {
    width: 90vw;
  }

  .popup-box {
    width: 85%;
    max-height: 750px;
  }

  .footer-visibility-block {
    justify-content: flex-end;
    align-items: center;
  }

  .footer-legal-info {
    height: 20px;
  }

  .carousel-intro {
    padding-top: 50px;
  }

  .why-us-heading {
    font-size: 20px;
  }

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

  .button-text-copy {
    width: 120px;
  }

  .accordion-wrapper {
    width: 80vw;
    max-width: 800px;
  }

  .accordion-item {
    margin-bottom: 12px;
  }

  .accordion-item-trigger {
    padding-top: 4px;
  }

  .accordion-item-content {
    margin-top: 4px;
  }

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

  .bold-text {
    font-size: 15px;
  }

  .navbar-2 {
    position: absolute;
  }

  .contact-hero {
    height: auto;
    padding-top: 115px;
    padding-bottom: 40px;
  }

  .section-heading-copy {
    font-size: 40px;
  }

  .form-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    padding-top: 20px;
  }

  .form-itself {
    padding-right: 0;
  }

  .sent-text-under {
    width: 600px;
    font-size: 22px;
  }

  .privacy-wrapper {
    padding-top: 120px;
  }

  .privacy-subheading {
    font-size: 30px;
  }

  .hero-about {
    padding-bottom: 50px;
  }

  .about-grid {
    flex-flow: wrap-reverse;
    grid-template-rows: 2fr auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    margin-top: 125px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .about-hero-image {
    max-width: 400px;
    max-height: none;
  }

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

  .about-name-container {
    padding: 10px;
    bottom: 2%;
    right: 2%;
  }

  .testimonial-name-copy {
    font-size: 16px;
  }

  .testimonial-role-copy {
    font-size: 13px;
  }

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

  .pricing-container {
    width: 80vw;
    padding-top: 0;
  }

  .pricing-comparison {
    padding: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 800px;
  }

  .pricing-card {
    border: 1px solid #0003;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing-title {
    font-size: 30px;
  }

  .paragraph-regular.margin-bottom-20 {
    max-width: 450px;
  }

  .pricing-divider {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .pricing-feature-list {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .pricing-tag {
    border: 1px solid #0003;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .process-about {
    padding-top: 50px;
  }

  .privacy-block {
    padding-right: 0%;
  }

  .hamburger {
    z-index: 10;
    cursor: pointer;
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    margin-left: 10px;
    display: none;
    position: relative;
  }

  .lottie-animation-3 {
    display: flex;
  }

  .dropdown-screen {
    grid-column-gap: 3svh;
    grid-row-gap: 3svh;
    background-color: #222;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100svw;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .dropdown-link {
    text-decoration: none;
  }

  .dropdown-link-text {
    color: #f7f7f7;
    text-align: center;
    font-size: 3svh;
    line-height: 1.5;
  }

  .contact-wrapper-dropdown {
    justify-content: center;
    align-items: center;
    margin-top: 5svh;
  }

  .email-text-copy {
    color: #f7f7f7;
  }

  .mob-navbar {
    z-index: 6;
    justify-content: center;
    align-items: center;
    height: 60px;
    max-height: 60px;
    display: flex;
    position: fixed;
    inset: auto 0% 5%;
    overflow: hidden;
  }

  .mob-navbar-wrapper {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #f2f2f266;
    border: 1px solid #0003;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    box-shadow: 0 1px 3px #0003;
  }

  .mob-nav-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .nav-mob-link, .nav-mob-link.w--current {
    text-decoration: none;
  }

  .mob-nav-text {
    color: #000;
  }

  .mob-items-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .nav-mob-div {
    background-image: linear-gradient(#0003, #00000080 50%, #0003);
    width: 1px;
    max-width: 1px;
    height: 50%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .pricing-feature-copy.price-point-mob {
    display: flex;
  }

  .navbar-3 {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .global-logo {
    width: 220px;
  }

  .global-navigation-line, .global-text-wrapper {
    display: none;
  }

  .global-name-wrapper {
    width: 100%;
  }

  .hero {
    min-height: 600px;
  }

  .work {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .services {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .process {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .why-us {
    padding-top: 40px;
  }

  .faqs {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer {
    height: 375px;
  }

  .hero-container {
    align-items: center;
  }

  .hero-heading {
    width: 500px;
    font-size: 38px;
  }

  .text-block {
    max-width: 400px;
    margin-top: -10px;
  }

  .button.footer-button {
    margin-bottom: 0;
    padding: 7px 15px;
  }

  .button-text {
    font-size: 13px;
  }

  .section-heading {
    width: 100%;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .section-heading.white {
    width: 400px;
  }

  .mini-section-heading {
    font-size: 16px;
  }

  .work-project {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .work-project.work-project-mdl {
    grid-template-columns: minmax(200px, 1fr);
  }

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

  .project-heading {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .service-container-block {
    padding-left: 0;
    padding-right: 0;
  }

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

  .service-subheading {
    font-size: 18px;
  }

  .service-paragraph {
    font-size: 14px;
  }

  .process-container {
    padding-top: 0;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .process-block-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
  }

  .process-block {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 10px;
  }

  .process-heading {
    font-size: 18px;
  }

  .process-paragraph {
    width: 85%;
    font-size: 14px;
  }

  .process-section-heading {
    justify-content: center;
    align-items: center;
    max-width: 90vw;
  }

  .process-description {
    width: auto;
    font-size: 14px;
  }

  .process-div {
    width: 80vw;
    max-width: 100%;
    position: static;
  }

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

  .why-us-block {
    text-align: center;
    padding: 10px 0;
  }

  .faq-container {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .big-name {
    font-size: 52px;
  }

  .footer-description {
    width: 450px;
    font-size: 12px;
  }

  .popup-wrapper-byo.no-scroll {
    display: none;
  }

  .popup-main-svg {
    padding-top: 15px;
  }

  .popup-title {
    font-size: 22px;
  }

  .navigation-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-visibility-block {
    height: 375px;
  }

  .footer-legal-info {
    font-size: 9px;
  }

  .footer-end {
    min-width: 70px;
  }

  .logo-image {
    height: 30px;
  }

  .logo-image.shopify {
    height: 25px;
  }

  .logo-image.logo-image-hide {
    display: none;
  }

  .why-us-heading {
    font-size: 18px;
  }

  .why-us-paragraph {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-hero {
    padding-bottom: 30px;
  }

  .popup-description {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 30px;
  }

  .popup-description-text {
    font-size: 13px;
  }

  .popup-small-text, .popup-main-description {
    font-size: 15px;
  }

  .popup-content {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .lottie-animation-header {
    width: 18px;
    height: 18px;
  }

  .button-text-copy {
    width: 110px;
    font-size: 13px;
  }

  .accordion-wrapper {
    margin-top: 20px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .contact-hero {
    padding-top: 100px;
  }

  .text-block-copy {
    font-size: 16px;
  }

  .section-heading-copy {
    font-size: 28px;
  }

  .form-itself {
    padding-right: 0;
  }

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

  .sent-header, .sent-text {
    font-size: 34px;
  }

  .sent-text-under {
    width: 450px;
    font-size: 20px;
  }

  .privacy {
    margin-bottom: 5px;
  }

  .privacy-wrapper {
    padding-top: 100px;
  }

  .privacy-subheading {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 100px;
  }

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

  .pricing-comparison {
    padding: 0;
  }

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

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    margin-bottom: 2px;
    font-size: 28px;
    line-height: 42px;
  }

  .pricing-subtitle {
    margin-bottom: 5px;
  }

  .paragraph-regular.margin-bottom-20 {
    width: 90%;
  }

  .pricing-divider {
    margin-top: 20px;
  }

  .pricing-feature-list {
    padding-left: 0;
  }

  .pricing-feature {
    text-align: center;
    margin-top: 5px;
  }

  .about-paragraph {
    font-size: 14px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .process-about {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .hamburger {
    width: 25px;
    height: 25px;
  }

  .lottie-animation-3 {
    cursor: pointer;
  }

  .mob-navbar {
    height: 55px;
  }

  .mob-navbar-wrapper {
    width: 450px;
    min-width: 450px;
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
  }

  .mob-nav-items {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    font-size: 13px;
  }

  .nav-mob-link.nav-mob-hide {
    display: none;
  }

  .mob-items-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pricing-feature-copy {
    text-align: center;
    text-align: center;
    background-image: none;
    margin-top: 5px;
    padding-left: 0;
    display: flex;
  }

  .pricing-feature-copy.price-point-mob {
    display: none;
  }

  .bold-text-2 {
    margin-top: 5px;
  }

  .logo-image-copy {
    height: 30px;
  }

  .logo-image-copy.shopify {
    height: 25px;
  }

  .logo-image-copy.logo-image-hide {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .smooth-wrapper {
    max-width: 100vw;
    overflow: hidden;
  }

  .global-component-banner {
    display: none;
  }

  .global-container {
    height: 100%;
  }

  .global-logo {
    width: 180px;
    height: 60px;
  }

  .global-logo.logo-2 {
    width: 180px;
  }

  .blurred-navbar.blurred-navbar-blur {
    height: 60px;
    padding-left: 5px;
    padding-right: 10px;
  }

  .global-icon-x-small, .global-title-text {
    display: none;
  }

  .hero {
    min-height: 650px;
    max-height: 700px;
  }

  .work, .services, .why-us, .faqs {
    padding-top: 40px;
  }

  .footer {
    height: 360px;
  }

  .hero-container {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    padding-top: 0;
  }

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

  .text-block {
    font-size: 13px;
  }

  .button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 10px 15px;
  }

  .button-text {
    text-transform: none;
    font-size: 16px;
  }

  .section-heading {
    margin-top: 10px;
    padding-bottom: 13px;
    font-size: 24px;
  }

  .section-heading.white {
    width: 90vw;
  }

  .mini-section-heading {
    font-size: 15px;
  }

  .section-heading-container {
    max-width: 100%;
    margin-bottom: 5px;
    padding-top: 0;
  }

  .work-project {
    grid-template-columns: minmax(200px, 1fr);
    max-width: 100%;
  }

  .project-heading {
    font-size: 18px;
  }

  .project-paragraph, .project-link-text {
    font-size: 13px;
  }

  .service-container {
    width: 90vw;
  }

  .service-subheading {
    font-size: 18px;
  }

  .service-paragraph {
    font-size: 13px;
  }

  .process-block-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .process-block {
    width: 90vw;
    padding: 10px;
  }

  .process-heading {
    font-size: 18px;
  }

  .process-paragraph {
    width: 90%;
    font-size: 13px;
  }

  .process-description {
    font-size: 13px;
  }

  .process-div, .why-us-container {
    width: 90vw;
  }

  .why-us-grid {
    grid-template-columns: minmax(200px, 1fr);
  }

  .why-us-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .big-name {
    width: 95vw;
    font-size: 37px;
  }

  .footer-description {
    width: 90vw;
    font-weight: 300;
  }

  .footer-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .popup-box {
    width: 90%;
    height: 70vh;
  }

  .popup-title {
    font-size: 20px;
  }

  .navigation-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    width: 90vw;
    font-size: 11px;
    font-weight: 400;
  }

  .footer-visibility-block {
    height: 360px;
  }

  .navbar-link-footer {
    font-weight: 500;
  }

  .footer-legal-info {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 40px;
  }

  .logo-container {
    max-width: 170px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-image.shopify {
    height: 21px;
  }

  .logo-image.mob-hide {
    display: none;
  }

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

  .carousel-intro {
    padding-top: 30px;
  }

  .why-us-paragraph {
    width: 90%;
    font-size: 13px;
  }

  .popup-hero {
    padding: 30px 30px 20px;
  }

  .popup-description {
    padding: 15px 15px 25px;
  }

  .popup-small-text, .popup-main-description {
    font-size: 14px;
  }

  .popup-content {
    padding-bottom: 20px;
  }

  .contact-button {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding: 4px 8px;
  }

  .lottie-animation-header {
    width: 16px;
    height: 16px;
  }

  .button-text-copy {
    text-transform: none;
    width: 90px;
    font-size: 12px;
  }

  .accordion-wrapper {
    width: 90vw;
  }

  .faq-title {
    line-height: 1.3;
  }

  .faq-text {
    font-size: 13px;
  }

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

  .navbar-2 {
    height: 60px;
    padding: 15px 12px 15px 5px;
  }

  .contact-hero {
    padding-top: 80px;
  }

  .text-block-copy {
    font-size: 14px;
  }

  .section-heading-copy {
    font-size: 24px;
  }

  .form-line-1 {
    grid-template-rows: auto 1fr auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .sent-header, .sent-text {
    font-size: 30px;
  }

  .sent-lottie {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sent-text-under {
    width: 90%;
    font-size: 18px;
  }

  .privacy {
    font-size: 12px;
  }

  .privacy-wrapper {
    padding-top: 80px;
  }

  .privacy-subheading {
    font-size: 20px;
  }

  .form-field-label {
    display: none;
  }

  .hero-about {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .about-grid {
    width: 85vw;
    margin-top: 0;
  }

  .about-hero-image {
    margin-top: 10px;
  }

  .testimonial-name-copy {
    font-size: 15px;
    line-height: 15px;
  }

  .testimonial-role-copy {
    font-size: 12px;
  }

  .pricing {
    padding-top: 40px;
  }

  .pricing-container {
    width: 90vw;
  }

  .pricing-comparison {
    padding-left: 0;
    padding-right: 0;
  }

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

  .pricing-wrapper {
    grid-template-columns: minmax(250px, 1fr);
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-title {
    font-size: 24px;
  }

  .pricing-subtitle {
    font-size: 13px;
  }

  .pricing-price {
    font-size: 22px;
  }

  .paragraph-regular.margin-bottom-20 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }

  .pricing-feature {
    font-size: 13px;
  }

  .about-paragraph {
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .process-about {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .mob-navbar {
    bottom: 1svh;
  }

  .mob-navbar-wrapper {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
  }

  .mob-nav-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }

  .nav-mob-link.nav-mob-hide-2 {
    display: none;
  }

  .bold-text-2 {
    font-size: 13px;
  }

  .navbar-3 {
    height: 60px;
    padding: 15px 12px 15px 5px;
  }

  .logo-container-copy {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .logo-image-copy.shopify {
    height: 21px;
  }

  .logo-image-copy.mob-hide {
    display: none;
  }

  .logo-image-copy.a {
    height: 35px;
    margin-bottom: 5px;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }
}

#w-node-_6ad325a0-9062-2f62-b00c-2963455d169b-7800b991, #w-node-d1744149-ac65-41c1-2fbf-9fed12d2ac6c-7800b991, #w-node-_9c572c8d-5489-e157-df00-1367b2315175-7800b991, #w-node-_3b14e13a-dc03-beb8-0d9e-e6938f072d77-7800b991, #w-node-ea293f58-5b50-a1c9-8516-ba05ac4b99a6-7800b991, #w-node-ea293f58-5b50-a1c9-8516-ba05ac4b99c6-7800b991, #w-node-ea293f58-5b50-a1c9-8516-ba05ac4b99ee-7800b991, #w-node-_8cb5cb74-989b-3453-4af9-9b957bb2dbd5-3cf7de88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3b14e13a-dc03-beb8-0d9e-e6938f072d77-7800b991 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e40d3f31-a395-4177-00b4-c6cbe2326427-7800b991 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b14e13a-dc03-beb8-0d9e-e6938f072d77-7800b991 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}