:root {
  --black: black;
  --secondary-color: #6e757c;
  --primary-color: #d5ff00;
  --menu-hover-color: #e6ff4d;
  --detail-color: #f2f2f2;
  --lynx--black: #1f2022;
  --white: white;
  --untitled-ui--gray50: #f9fafb;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-01: rgba(20, 20, 43, .06);
  --untitled-ui--gray200: #eaecf0;
  --image-gradient: rgba(0, 0, 0, .6);
  --accent-color: #005b96;
  --elements-webflow-library--general--shadow-04: rgba(20, 20, 43, .14);
  --elements-webflow-library--neutral--200: #f7f7fc;
  --lynx--white: white;
  --lynx--medium-purple: #8979ec;
  --untitled-ui--white: white;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary200: #e9d7fe;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --untitled-ui--primary50: #f9f5ff;
  --lynx--grey: #797c83;
  --lynx--medium-sea-green: #32b77a;
  --lynx--deep-pink: #fd4b8b;
  --flowui-component-library--white: white;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-900: #160042;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray500: #667085;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --flowui-component-library--gray-100: #f7f9fd;
  --elements-webflow-library--general--shadow-03: rgba(20, 20, 43, .1);
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.04;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 24px;
}

.text-block-61 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

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

.nav-link-details {
  color: var(--secondary-color);
  font-size: 14px;
}

.navigation-wrap {
  z-index: 99999;
  background-color: var(--primary-color);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 26px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--secondary-color);
}

.navigation-left {
  width: 50%;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.dropdown-link-normal {
  width: 100%;
  color: #283338;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-normal:hover {
  background-color: var(--menu-hover-color);
  color: var(--secondary-color);
}

.book-a-call-button {
  min-height: 50px;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s, color .3s, background-color .3s;
  display: flex;
}

.book-a-call-button:hover {
  background-color: var(--secondary-color);
  transform: translate(0, -3px);
}

.navigation-link {
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--secondary-color);
}

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

.navigation-link.w--current:hover {
  color: var(--secondary-color);
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 85px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  max-width: 200px;
}

.nav-menu {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-right {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.icon-4 {
  margin-right: 5px;
}

.navigation {
  z-index: 9;
  color: var(--black);
  text-transform: uppercase;
  background-color: rgba(221, 221, 221, 0);
  border-bottom: 1px solid rgba(68, 85, 103, .11);
  flex-direction: column;
  align-items: center;
  padding: 10px 3%;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.brand {
  max-width: 200px;
  margin-right: 44px;
}

.brand.w--current {
  max-width: 200px;
}

.dropdown-link-mobile {
  width: 100%;
  color: #283338;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.dropdown-link-top-rounded {
  width: 100%;
  color: var(--black);
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-top-rounded:hover {
  background-color: var(--menu-hover-color);
  color: var(--secondary-color);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  max-height: 100vh;
  min-width: 350px;
  background-color: var(--detail-color);
  border-radius: 12px;
  left: -120px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  font-family: Inter, sans-serif;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-paragraph {
  max-width: 65%;
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
  display: inline-block;
}

.hero-heading {
  color: var(--primary-color);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.04;
}

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

.hero-text {
  margin-left: auto;
  margin-right: auto;
}

.dropdown-link-buttom-rounded {
  width: 100%;
  color: #283338;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-buttom-rounded:hover {
  background-color: var(--menu-hover-color);
  color: var(--secondary-color);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.dropdown-link-2-copy {
  width: 100%;
  color: #283338;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-2-copy:hover {
  background-color: #f8faff;
}

.dropdown-link-2-copy.dropdown-link-buttom-rounded:hover {
  background-color: var(--menu-hover-color);
  color: var(--secondary-color);
}

.body {
  font-family: Inter, sans-serif;
}

.learn-more-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.learn-more-button-link {
  grid-column-gap: .5rem;
  color: var(--black);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.learn-more-button-link:hover {
  color: var(--secondary-color);
}

.learn-more-button-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--black);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.extra-small-spacer {
  width: 100%;
  min-height: 1rem;
}

.services-component-medium-text {
  color: var(--black);
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.extra-extra-small-spacer {
  width: 100%;
  min-height: .5rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--primary-color);
  color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-component-list-icon {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.services-component-list-item {
  display: flex;
}

.services-component-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.services-component-image {
  object-fit: contain;
  display: inline-block;
}

.services-component-image-wrapper {
  background-color: var(--untitled-ui--gray50);
}

.services-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.heading-3 {
  color: var(--black);
  text-align: center;
}

.skewed-section-up {
  padding-top: 6rem;
  padding-bottom: 6rem;
  transform: skew(0deg, -3deg);
}

.skewed-color-grey {
  background-color: var(--secondary-color);
  color: var(--black);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.skewed-container {
  max-width: 85%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  transform: skew(0deg, 3deg);
}

.process-step-line {
  width: 2px;
  height: 75%;
  border: 2px dashed #000;
  position: absolute;
}

.process-details {
  width: 45%;
  min-height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.process-step-indicator-text {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-size: 21px;
  font-weight: 600;
}

.process-step-indicator {
  width: 120px;
  height: 80px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.skewed-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.paragraph-left {
  color: var(--white);
  text-align: left;
  font-size: 1.01rem;
  font-weight: 400;
  line-height: 1.6;
}

.process-step-indicator-wrapper {
  z-index: 5;
  width: 55px;
  height: 55px;
  background-color: var(--primary-color);
  color: var(--black);
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px rgba(213, 255, 0, .13);
}

.process-card-text-left, .process-card-text-right {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-image-wrapper {
  width: 45%;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.process-wrapper {
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.process-wrapper.paragraph-black.large-text {
  color: var(--white);
  font-size: 1.5rem;
}

.text-block-63 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-64 {
  font-weight: 600;
}

.process-step-image {
  width: 350px;
  height: 195px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 25px;
}

.book-a-call-button-black-to-green {
  min-height: 50px;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: -15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s, background-color .3s, transform .3s;
  display: flex;
  box-shadow: 1px 1px 15px 8px rgba(213, 255, 0, .12);
}

.book-a-call-button-black-to-green:hover {
  background-color: var(--primary-color);
  color: var(--black);
  transform: translate(0, -3px);
}

.brix---text-300-medium {
  color: var(--secondary-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.team-grid-role-heading {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.team-grid-name-heading {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.team-grid-name-heading:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.team-grid-text-wrapper {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
  display: flex;
}

.team-grid-avatar-image {
  transition: transform .3s;
}

.team-grid-avatar-image:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-07 {
  width: 145px;
  height: 145px;
  max-height: 240px;
  max-width: 240px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.team-grid-image-wrapper {
  margin-bottom: 16px;
}

.team-grid-vertical-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-grid-3 {
  width: 75%;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: grid;
}

.brix---paragraph-default {
  color: var(--black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.team-container {
  max-width: 75%;
}

.team-section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.team-grid-5 {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.team-grid-avatar-image-link {
  width: 200px;
  height: 200px;
  max-height: 240px;
  max-width: 240px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.testimonial-content-wrapper {
  height: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 28px 48px;
  display: flex;
}

.testimonial-client-logo-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 8px;
  padding: 18px 28px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
}

.brix---width-100 {
  width: 100%;
}

.testimonial-image-wrapper {
  height: 390px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.testimonial-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

.testimonial-heading-wrapper {
  text-align: center;
}

.testimonial-container {
  max-width: 85%;
  overflow: visible;
}

.testimonial-section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: block;
}

.skewed-section-down {
  padding-top: 6rem;
  padding-bottom: 6rem;
  transform: skew(0deg, 3deg);
}

.skewed-container-down {
  max-width: 85%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: skew(0deg, -3deg);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---card-content-center {
  border: 1px solid var(--secondary-color);
  background-color: var(--detail-color);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---text-200 {
  color: var(--secondary-color);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---badge-primary-small-light {
  background-color: var(--black);
  color: var(--untitled-ui--gray200);
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-wrapper {
  text-decoration: none;
}

.brix---grid-3-columns-gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
  display: grid;
}

.brix---blog-card-image-featured {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brix---blog-card-image-featured-wrapper-v1 {
  height: 448px;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-image-featured-wrapper-v1.brix---image-wrapper-br-24px-shadow {
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.brix---blog-card-featured {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---blog-card-featured-wrapper {
  width: 100%;
  text-decoration: none;
}

.div-block-4 {
  color: var(--black);
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-form-container.hide {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 30px;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block-two.hide {
  display: block;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-social-link {
  margin-left: 12px;
}

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

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-wrapper-two {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--primary-color);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.brix---grid-3-columns-copy {
  width: 75%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: 175px;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-rows: 175px;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-intro-section {
  color: var(--black);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.services-intro-container {
  max-width: 85%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.blog-section {
  color: var(--black);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.blog-container {
  max-width: 85%;
}

.divider-line {
  width: 45%;
  height: 1px;
  background-color: #d4d4d4;
  background-image: linear-gradient(281deg, var(--white) 15%, #d4d4d4 50%, white 85%);
  margin-left: auto;
  margin-right: auto;
}

.divider-circle {
  width: 15px;
  height: 15px;
  background-color: var(--white);
  border: 1px solid #d4d4d4;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 8px;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
}

.services-heading-wrapper {
  text-align: center;
  margin-bottom: 0;
}

.utility-page-wrap {
  width: auto;
  height: 100vh;
  max-height: 100%;
  max-width: none;
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  color: var(--primary-color);
  text-align: center;
  flex-direction: column;
  display: flex;
}

.body-2 {
  background-color: var(--secondary-color);
}

.cta-floating-item-02 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.cta-floating-item-01 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.cta-buttons-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.cta-heading-green {
  color: var(--primary-color);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.cta-card-inner-container {
  width: 90%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sales-cta-card {
  background-color: var(--secondary-color);
  background-image: linear-gradient(to bottom, var(--image-gradient), var(--image-gradient)), url('https://winwithlevitateconsulting.com/cdn-cgi/image/format=auto/images/sales-cta-background-min.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.hero-container {
  max-width: 75%;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.paragraph-black {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.01rem;
  font-weight: 400;
  line-height: 1.6;
}

.hero-heading-black {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.04;
}

.hero-heading-black.left-align-text {
  text-align: center;
}

.hero-section {
  width: 100%;
  height: 90vh;
  background-image: linear-gradient(to bottom, var(--image-gradient), var(--image-gradient));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-client-logo {
  width: 145px;
  height: 35px;
  max-width: none;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-2 {
  width: 3.5rem;
  height: 3.5rem;
  border: .5rem solid var(--detail-color);
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  background-color: #fff;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar {
  width: 2px;
  height: 100%;
  background-color: var(--black);
}

.uui-layout32_progress-bar-wrapper {
  width: 2px;
  height: 70%;
  background-color: var(--untitled-ui--gray200);
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-layout32_content-left {
  height: 100%;
}

.uui-layout32_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home-hero-div {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--image-gradient), var(--image-gradient)), url('https://winwithlevitateconsulting.com/cdn-cgi/image/format=auto/images/hero.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-marketing-div {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--image-gradient), var(--image-gradient)), url('https://winwithlevitateconsulting.com/cdn-cgi/image/format=auto/images/marketing_service_hero-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-sales-div {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('https://winwithlevitateconsulting.com/cdn-cgi/image/format=auto/images/sales_service_hero-min.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-projcet-management-div {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--image-gradient), var(--image-gradient)), url('https://winwithlevitateconsulting.com/cdn-cgi/image/format=auto/images/project_management_hero-min.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blueprint-button {
  min-height: 50px;
  min-width: 150px;
  background-color: var(--accent-color);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s, color .3s, background-color .3s;
  display: flex;
}

.blueprint-button:hover {
  background-color: #007fd2;
  transform: translate(0, -3px);
}

.book-a-call-black-to-grey {
  min-height: 50px;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s, color .3s, background-color .3s;
  display: flex;
}

.book-a-call-black-to-grey:hover {
  background-color: var(--secondary-color);
  transform: translate(0, -3px);
}

.services-breakdown-section {
  color: var(--black);
  padding-top: 6rem;
  position: relative;
  overflow: hidden;
}

.services-breakdown-container {
  max-width: 85%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.marketing-cta-container {
  max-width: 75%;
}

.testimonial-wrapper {
  height: 85%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.testimonial-card-services {
  width: 65%;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.testimonial-wrapper-mobile {
  height: 85%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.testimonial-wrapper-mobile.hidden {
  display: none;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-link-dark {
  color: var(--elements-webflow-library--neutral--800);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-decoration-none-2 {
  text-decoration: none;
}

.brix---content-inside-card {
  padding: 40px 28px 48px;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---testimonial-image-wrapper {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.company-section {
  color: var(--black);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.div-block-5 {
  padding-top: 6rem;
}

.brix---color-neutral-808 {
  color: var(--black);
  text-transform: capitalize;
  font-family: Inter, sans-serif;
}

.brix---mg-right-16px-2 {
  margin-right: 16px;
}

.brix---flex-horizontal-start-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---blog-card-content-over {
  z-index: 1;
  width: 90%;
  min-height: 300px;
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -75px;
  padding: 48px;
  display: flex;
  position: relative;
}

.brix---blog-card-image-2 {
  width: 100%;
  height: 350px;
}

.brix---blog-card-image-wrapper-2 {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-wrapper-2 {
  text-decoration: none;
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---badge-primary-small {
  background-color: var(--primary-color);
  color: var(--black);
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.brix---badge-primary-small.brix---badge-primary-small-light {
  font-weight: 600;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---blog-card-featured-content-v2 {
  padding: 64px 56px;
}

.brix---card-blog-featured-v5 {
  max-width: 668px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: rgba(242, 242, 242, .81);
  border-radius: 24px;
  margin-bottom: 0;
  text-decoration: none;
  transition: transform .3s;
}

.brix---card-blog-featured-v5:hover {
  transform: scale(.96);
}

.brix---container-default-100 {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.read-more-button-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--black);
  flex-wrap: wrap;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.read-more-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.date-text {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.resources-hero-div {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('https://winwithlevitateconsulting.com/cdn-cgi/image/format=auto/images/resources-hero.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-center {
  color: var(--white);
  text-align: center;
  font-size: 1.01rem;
  font-weight: 400;
  line-height: 1.6;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-accent-2 {
  color: var(--secondary-color);
}

.brix---display-2 {
  color: var(--black);
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---card-stats-v3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--detail-color);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 28px;
  display: flex;
}

.brix---grid-3-columns---1-col-mb {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.tream-grid-advisors-logo {
  padding-top: 10px;
}

.advisor-logo-image {
  width: 50%;
}

.heading-17 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.stats-section {
  color: var(--black);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.stats-container {
  max-width: 85%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.stats-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--detail-color);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 28px;
  display: flex;
}

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

.sales-cta-container {
  max-width: 75%;
}

.marketing-cta-card {
  background-color: var(--secondary-color);
  background-image: linear-gradient(to bottom, var(--image-gradient), var(--image-gradient)), url('https://winwithlevitateconsulting.com/cdn-cgi/image/format=auto/images/cta-background-marketing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

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

.project-cta-container {
  max-width: 75%;
}

.project-cta-card {
  background-color: var(--secondary-color);
  background-image: linear-gradient(to bottom, var(--image-gradient), var(--image-gradient)), url('https://winwithlevitateconsulting.com/cdn-cgi/image/format=auto/images/project_cta_background.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.services-intro-section-right {
  color: var(--black);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.paragraph-black-left {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 1.01rem;
  font-weight: 400;
  line-height: 1.6;
}

.skewed-title-wrap-no-margin {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-18 {
  text-transform: capitalize;
}

.link-block {
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading-19 {
  color: var(--secondary-color);
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
}

.book-a-call-button-green-to-black {
  min-height: 50px;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: -15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s, background-color .3s, transform .3s;
  display: flex;
  box-shadow: 1px 1px 15px 8px rgba(213, 255, 0, .12);
}

.book-a-call-button-green-to-black:hover {
  background-color: var(--primary-color);
  color: var(--black);
  transform: translate(0, -3px);
}

.book-a-call-button-green-to-black.book-a-call-button {
  background-color: var(--primary-color);
  color: var(--black);
}

.book-a-call-button-green-to-black.book-a-call-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.html-embed {
  display: block;
}

.articles-resources-heading-wrapper {
  text-align: center;
}

@media screen and (min-width: 1440px) {
  h2 {
    color: var(--black);
    font-size: 45px;
  }

  .nav-link-details {
    color: var(--secondary-color);
  }

  .navigation-wrap {
    color: var(--black);
  }

  .dropdown-link-normal:hover {
    background-color: var(--menu-hover-color);
    color: var(--secondary-color);
  }

  .dropdown-link-top-rounded {
    border-radius: 12px 12px 0 0;
  }

  .dropdown-link-top-rounded:hover {
    background-color: var(--menu-hover-color);
  }

  .navigation-dropdown.w--open {
    border-radius: 12px;
  }

  .hero-paragraph {
    max-width: 55%;
  }

  .hero-heading {
    font-size: 4vw;
  }

  .hero-text-center {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-link-buttom-rounded {
    border-radius: 0 0 12px 12px;
  }

  .dropdown-link-buttom-rounded:hover {
    background-color: var(--menu-hover-color);
    color: var(--secondary-color);
  }

  .dropdown-link-2-copy {
    color: var(--black);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .dropdown-link-2-copy.dropdown-link-buttom-rounded:hover {
    background-color: var(--menu-hover-color);
  }

  .services-component {
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .skewed-container {
    max-width: 80%;
  }

  .process-step-line {
    position: absolute;
  }

  .skewed-title-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-left {
    font-size: 18px;
    font-weight: 400;
  }

  .team-container {
    max-width: 60%;
  }

  .testimonial-content-wrapper {
    height: 55%;
    justify-content: space-between;
    padding-top: 20px;
  }

  .testimonial-client-logo-wrapper {
    bottom: 20px;
  }

  .testimonial-card {
    justify-content: space-between;
  }

  .testimonial-grid-3 {
    grid-template-rows: 1fr;
  }

  .testimonial-container, .skewed-container-down {
    max-width: 65%;
  }

  .brix---card-content-center {
    justify-content: center;
  }

  .footer-copyright {
    color: #000;
  }

  .footer-container {
    max-width: 1252px;
  }

  .brix---grid-3-columns-copy {
    width: 100%;
    grid-template-rows: 175px;
    grid-auto-rows: 175px;
  }

  .services-intro-section {
    padding-bottom: 6rem;
  }

  .services-intro-container, .blog-container {
    max-width: 65%;
  }

  .hero-container {
    max-width: 65%;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .paragraph-black {
    font-size: 18px;
    font-weight: 400;
  }

  .hero-heading-black {
    font-size: 4vw;
  }

  .services-breakdown-section {
    padding-bottom: 6rem;
  }

  .services-breakdown-container {
    max-width: 65%;
  }

  .marketing-cta-container {
    max-width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .brix---container-default-100 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-center {
    font-size: 18px;
    font-weight: 400;
  }

  .brix---card-stats-v3 {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .stats-container {
    max-width: 65%;
  }

  .stats-card {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .sales-cta-container {
    max-width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .project-cta-container {
    max-width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .services-intro-section-right {
    padding-bottom: 6rem;
  }

  .paragraph-black-left {
    font-size: 18px;
    font-weight: 400;
  }

  .skewed-title-wrap-no-margin {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
  }

  h4 {
    font-weight: 600;
  }

  .text-block-61 {
    color: var(--black);
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .menu-mob {
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob:hover {
    background-color: var(--secondary-color);
  }

  .menu-mob.w--open {
    background-color: #5f5f5f;
  }

  .navigation-left {
    display: flex;
  }

  .mobile-dropdown:hover {
    color: var(--secondary-color);
  }

  .logo {
    max-width: 170px;
  }

  .mobile-nav {
    background-color: var(--detail-color);
    color: var(--lynx--black);
    padding-top: 0;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .nav-menu {
    display: none;
  }

  .mobile-nav-link {
    color: var(--black);
    font-weight: 600;
  }

  .mobile-nav-link:hover {
    background-color: var(--menu-hover-color);
    color: var(--secondary-color);
  }

  .navigation {
    display: none;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .dropdown-list.w--open {
    background-color: var(--detail-color);
  }

  .mobile-toggle {
    color: var(--black);
    font-weight: 600;
  }

  .mobile-toggle:hover {
    background-color: var(--menu-hover-color);
    color: var(--secondary-color);
  }

  .brand {
    max-width: 170px;
  }

  .dropdown-link-mobile {
    width: 100%;
    color: var(--black);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-link-mobile:hover {
    background-color: var(--menu-hover-color);
    color: var(--secondary-color);
  }

  .navigation-container-mob {
    color: var(--black);
    justify-content: space-between;
  }

  .navigation-mob {
    height: 85px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .hero-paragraph {
    max-width: 95%;
    font-size: 1.125rem;
  }

  .hero-heading {
    font-size: 7vw;
    font-weight: 600;
    line-height: 1.04;
  }

  .mobile-nav-link-book-a-meeting {
    width: 100%;
    background-color: var(--black);
    color: var(--white);
  }

  .mobile-nav-link-book-a-meeting:hover {
    background-color: var(--secondary-color);
  }

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

  .services-component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .skewed-section-up {
    padding-top: 0;
  }

  .skewed-color-grey {
    padding-top: 6rem;
  }

  .skewed-container {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .process-details {
    padding: 10px;
  }

  .process-step-indicator {
    width: 150px;
  }

  .skewed-title-wrap {
    margin-bottom: 60px;
  }

  .process-image-wrapper {
    padding: 15px;
  }

  .text-block-65 {
    color: var(--black);
    font-weight: 600;
  }

  .text-block-67, .text-block-68 {
    font-weight: 600;
  }

  .learn-more-text {
    font-size: .9375rem;
    line-height: 1;
  }

  .book-a-call-button-black-to-green {
    margin-top: 0;
  }

  .brix---text-300-medium {
    font-size: 18px;
  }

  .team-grid-name-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-07 {
    width: 125px;
    height: 125px;
    max-height: 200px;
    max-width: 200px;
  }

  .team-grid-3 {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-container {
    max-width: 95%;
  }

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

  .team-grid-avatar-image-link {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .testimonial-image-wrapper {
    height: 350px;
  }

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

  .testimonial-container {
    max-width: 95%;
  }

  .skewed-container-down {
    max-width: 95%;
    padding-top: 10vw;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

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

  .brix---blog-card-image-featured-wrapper-v1 {
    height: 100%;
  }

  .brix---blog-card-image-featured-wrapper-v1.brix---image-wrapper-br-24px-shadow {
    width: 45%;
  }

  .brix---blog-card-featured {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-form {
    margin-top: 40px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .brix---grid-3-columns-copy {
    grid-template-columns: 1fr 1fr;
  }

  .services-intro-container {
    max-width: 95%;
  }

  .blog-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .blog-container {
    max-width: 95%;
  }

  .divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cta-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .cta-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .cta-heading-green {
    font-size: 30px;
    line-height: 46px;
  }

  .sales-cta-card {
    padding: 72px 54px;
  }

  .hero-container {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .marketing-cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-heading-black {
    font-size: 7vw;
    font-weight: 600;
    line-height: 1.04;
  }

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

  .hero-section {
    color: var(--black);
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

  .services-breakdown-container {
    max-width: 95%;
  }

  .marketing-cta-container {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-wrapper.hidden {
    display: flex;
  }

  .testimonial-card-services {
    width: 75%;
  }

  .testimonial-wrapper-mobile.hidden {
    display: none;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---blog-card-content-over {
    padding: 32px 22px;
  }

  .brix---blog-card-image-2 {
    width: 100%;
  }

  .brix---container-default-100 {
    padding-right: 15px;
  }

  .read-more-text {
    font-size: .9375rem;
    line-height: 1;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---card-stats-v3 {
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .advisor-logo-image {
    width: 60%;
  }

  .stats-container {
    max-width: 95%;
  }

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

  .stats-card {
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .sales-cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sales-cta-container {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .marketing-cta-card {
    padding: 72px 54px;
  }

  .project-cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project-cta-container {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .project-cta-card {
    padding: 72px 54px;
  }

  .book-a-call-button-green-to-black {
    margin-top: 0;
  }

  .image {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 35px;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .menu-mob:hover, .menu-mob.w--open {
    background-color: var(--secondary-color);
  }

  .hero-paragraph {
    max-width: 100%;
    font-size: 1.1rem;
  }

  .hero-heading {
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.04;
  }

  .learn-more-button-link {
    font-size: 1rem;
  }

  .learn-more-button-link:hover {
    color: var(--secondary-color);
  }

  .learn-more-button-container {
    align-self: stretch;
  }

  .extra-small-spacer {
    min-height: .75rem;
  }

  .services-component-list {
    grid-row-gap: 2.5rem;
  }

  .services-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .skewed-section-up {
    padding-top: 0;
  }

  .skewed-container {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .process-step-line {
    height: 80%;
    top: 0%;
    bottom: 0%;
    left: 25px;
    right: auto;
  }

  .process-details {
    width: 90%;
    min-height: auto;
    justify-content: flex-start;
    padding: 20px;
  }

  .process-step-indicator {
    width: 55px;
  }

  .skewed-title-wrap {
    margin-bottom: 40px;
  }

  .process-card-text-left {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .process-card-text-right {
    margin-bottom: 35px;
  }

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

  .process-wrapper.paragraph-black.large-text {
    font-size: 1rem;
  }

  .brix---text-300-medium {
    font-size: 16px;
    line-height: 20px;
  }

  .team-grid-name-heading {
    width: 75%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---text-decoration-none {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---avatar-circle-07 {
    width: 100px;
    height: 100px;
    max-height: 160px;
    max-width: 160px;
  }

  .team-grid-image-wrapper {
    margin-bottom: 8px;
  }

  .team-grid-3 {
    width: 100%;
    grid-template-columns: .75fr .75fr .75fr;
  }

  .team-container {
    max-width: 100%;
  }

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

  .team-grid-avatar-image-link {
    width: 150px;
    height: 150px;
    max-height: 160px;
    max-width: 160px;
  }

  .testimonial-content-wrapper {
    min-height: 300px;
    padding: 32px 32px 40px;
  }

  .testimonial-client-logo-wrapper {
    bottom: 10px;
  }

  .testimonial-image-wrapper {
    height: 375px;
  }

  .testimonial-card {
    width: 75%;
    flex-direction: column;
  }

  .testimonial-grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonial-container {
    max-width: 95%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .skewed-section-down {
    padding-top: 6rem;
  }

  .skewed-container-down {
    max-width: 95%;
    padding: 10vw 0;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-primary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---blog-card-featured {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-wrapper-two {
    justify-content: center;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---grid-3-columns-copy {
    grid-template-columns: 1fr;
  }

  .blog-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .blog-container {
    max-width: 95%;
  }

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

  .cta-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .cta-floating-item-01 {
    width: 34%;
  }

  .cta-heading-green {
    font-size: 28px;
    line-height: 40px;
  }

  .sales-cta-card {
    padding: 56px 40px;
  }

  .hero-container {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .marketing-cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-heading-black {
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.04;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .marketing-cta-container {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-wrapper {
    overflow: visible;
  }

  .testimonial-wrapper.hidden {
    display: none;
  }

  .testimonial-card-services {
    width: 75%;
  }

  .testimonial-wrapper-mobile {
    overflow: visible;
  }

  .testimonial-wrapper-mobile.hidden {
    display: flex;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

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

  .brix---blog-card-content-over {
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---badge-primary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---blog-card-featured-content-v2 {
    padding: 50px 32px;
  }

  .brix---card-blog-featured-v5 {
    margin-bottom: 40px;
  }

  .read-more-button-container {
    align-self: stretch;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .advisor-logo-image {
    width: 35%;
  }

  .stats-container {
    max-width: 65%;
  }

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

  .sales-cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sales-cta-container {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .marketing-cta-card {
    padding: 56px 40px;
  }

  .project-cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .project-cta-container {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .project-cta-card {
    padding: 56px 40px;
  }

  .heading-19 {
    font-size: 1.2rem;
  }

  .image {
    height: 75px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 1.1rem;
    font-weight: 600;
  }

  h4 {
    font-weight: 600;
    line-height: 1;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-paragraph {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .hero-heading {
    margin-bottom: 10px;
    font-size: 12vw;
    line-height: 1.04;
  }

  .services-component-medium-text {
    font-size: 1.01rem;
    line-height: 1.6;
  }

  .services-component-image {
    display: inline-block;
  }

  .services-component {
    grid-template-columns: 100%;
  }

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

  .skewed-section-up {
    padding-top: 0;
  }

  .skewed-container {
    max-width: 90%;
  }

  .process-step-line {
    height: 82%;
  }

  .process-details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .skewed-title-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

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

  .learn-more-text {
    font-size: .9375rem;
    line-height: 1;
  }

  .book-a-call-button-black-to-green.book-a-call-button {
    text-align: center;
  }

  .brix---text-300-medium {
    font-size: 18px;
  }

  .team-grid-name-heading {
    width: 100%;
  }

  .team-grid-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .team-grid-image-wrapper {
    margin-bottom: 15px;
  }

  .team-grid-3 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .team-container {
    max-width: 90%;
  }

  .team-section {
    margin-bottom: 80px;
  }

  .team-grid-5 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .team-grid-avatar-image-link {
    width: 225px;
    height: 225px;
    max-height: none;
    max-width: none;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .testimonial-content-wrapper {
    padding-top: 20px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .testimonial-image-wrapper {
    height: 300px;
  }

  .testimonial-card {
    width: 100%;
  }

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

  .testimonial-container {
    max-width: 90%;
  }

  .testimonial-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .skewed-section-down {
    padding-top: 0;
  }

  .skewed-container-down {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brix---grid-3-columns-copy {
    grid-template-columns: 1fr;
  }

  .services-intro-container {
    max-width: 90%;
  }

  .blog-section {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-container {
    max-width: 90%;
  }

  .divider-line {
    background-image: linear-gradient(281deg, var(--white), #d4d4d4 50%, white);
  }

  .cta-floating-item-02 {
    width: 44%;
  }

  .cta-floating-item-01 {
    width: 39%;
  }

  .cta-buttons-row {
    flex-direction: column;
  }

  .cta-heading-green {
    font-size: 24px;
    line-height: 34px;
  }

  .sales-cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-container {
    max-width: 90%;
    flex-direction: column;
    justify-content: center;
  }

  .marketing-cta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .hero-heading-black {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12vw;
    line-height: 1.04;
  }

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

  .services-breakdown-container, .marketing-cta-container {
    max-width: 90%;
  }

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

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---avatar-image-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  .brix---blog-card-content-over {
    width: 100%;
    margin-top: -46px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---badge-primary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---blog-card-featured-content-v2 {
    padding: 40px 24px 46px;
  }

  .brix---container-default-100 {
    max-width: 95%;
    padding-right: 0;
  }

  .read-more-text {
    font-size: .9375rem;
    line-height: 1;
  }

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

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .advisor-logo-image {
    width: 35%;
  }

  .stats-container {
    max-width: 90%;
  }

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

  .sales-cta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sales-cta-container {
    max-width: 90%;
  }

  .marketing-cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-cta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .project-cta-container {
    max-width: 90%;
  }

  .project-cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-black-left {
    font-size: 15px;
  }

  .skewed-title-wrap-no-margin {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-19 {
    font-size: 1.1rem;
  }

  .book-a-call-button-green-to-black.book-a-call-button {
    text-align: center;
  }

  .image {
    height: 75px;
  }
}

#w-node-_71e1a897-a5a5-bca5-54ea-edc2652b08e9-230a050c, #w-node-_71e1a897-a5a5-bca5-54ea-edc2652b08fb-230a050c, #w-node-_71e1a897-a5a5-bca5-54ea-edc2652b090d-230a050c {
  align-self: start;
}

#w-node-_5a887f7d-b5c9-f841-2768-291562c097cc-230a050c {
  align-self: auto;
  justify-self: auto;
}

#w-node-_5f95745f-90cd-7051-45a5-10e9b3027df3-230a050c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0afbf942-5ff0-3c95-713d-9b6b6f254d43-230a0510, #w-node-_0afbf942-5ff0-3c95-713d-9b6b6f254d45-230a0510, #w-node-_4e2a5ad8-2728-4f5d-b4d8-f2a66a7f9636-230a0511, #w-node-_4e2a5ad8-2728-4f5d-b4d8-f2a66a7f9634-230a0511, #w-node-ae67ddd7-0198-2f33-19dd-5290d0628b98-230a0511, #w-node-ae67ddd7-0198-2f33-19dd-5290d0628b9a-230a0511, #w-node-ba2ff06a-ea23-ebc8-2539-7203d1ee2e87-230a0514, #w-node-ba2ff06a-ea23-ebc8-2539-7203d1ee2e89-230a0514 {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_71e1a897-a5a5-bca5-54ea-edc2652b08e5-230a050c {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_31d7c959-4825-f71c-100d-84bb7db35bb8-230a050e {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_71e1a897-a5a5-bca5-54ea-edc2652b08e7-230a050c, #w-node-_0afbf942-5ff0-3c95-713d-9b6b6f254d45-230a0510, #w-node-_4e2a5ad8-2728-4f5d-b4d8-f2a66a7f9636-230a0511, #w-node-ae67ddd7-0198-2f33-19dd-5290d0628b9a-230a0511, #w-node-ba2ff06a-ea23-ebc8-2539-7203d1ee2e89-230a0514 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8182d137-e1b4-62d6-480c-eb8753d9b44d-230a050c, #w-node-b03b039f-3a76-941d-148d-314e0c135869-230a0514 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


