:root {
  --white: #faf8f2;
  --primary-blue: #1b2d73;
  --dim-grey: #646670;
  --lightest-grey: #eceae5;
  --secondary-blue: #9dc4ff;
  --light-blue: #dfe4e7;
  --walsh--black: #2c2c2c;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--black: black;
  --spark-library--border-default: rgba(0, 0, 0, .16);
  --spark-library--foreground-tertiary: rgba(0, 0, 0, .56);
  --spark-library--background--interactive: #f0ecfd;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --spark-library--foreground-secondary: rgba(0, 0, 0, .76);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--primary-blue);
  font-family: Inter Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

h2 {
  color: var(--primary-blue);
  -webkit-text-stroke-color: var(--primary-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.75vw;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  letter-spacing: -.05rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 150%;
}

a {
  color: var(--primary-blue);
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

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

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 32px;
  padding: 4rem 1rem;
  display: flex;
  position: relative;
}

.section.hero-section {
  background-color: #fff;
  align-items: flex-start;
  height: 100svh;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.section.padding-top-large {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding-x {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

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

.container {
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
  display: flex;
  position: relative;
}

.container.row-gap-2 {
  align-items: stretch;
}

.container.row-gap-1 {
  grid-row-gap: 1rem;
}

.container.row-gap-1-5 {
  grid-row-gap: 1.5rem;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container.row-gap-1-5.padding-y-l {
  padding-left: 4rem;
  padding-right: 4rem;
}

.container.margin-bottom-15 {
  margin-bottom: 15rem;
}

.dark-divider {
  background-color: rgba(250, 248, 242, .15);
  width: 100%;
  height: 1px;
  position: relative;
}

.dark-divider.styleguide-bottom-divider {
  background-color: rgba(27, 45, 115, .15);
  margin-top: 80px;
}

.text-large {
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

.text-large.nav-text {
  max-width: 80ch;
  font-size: 2.85vw;
  line-height: 110%;
}

.text-large.light-text.subheading {
  color: var(--primary-blue);
  text-align: justify;
  max-width: 770px;
}

.footer {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 0 1rem 3rem;
  position: relative;
}

.rich-text-block {
  max-width: 780px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.rich-text-block h2 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block h3 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block p {
  margin-bottom: 3rem;
  font-size: 1.125rem;
}

.rich-text-block h4 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-family: Inter Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--white);
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.rich-text-block h1 {
  color: var(--primary-blue);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 116%;
}

.rich-text-block h5 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.rich-text-block h6 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.rich-text-block figcaption {
  color: var(--dim-grey);
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-field {
  background-color: var(--lightest-grey);
  color: var(--primary-blue);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(250, 249, 245, .15);
  border-radius: 0;
  height: auto;
  margin-bottom: 48px;
  padding: 1rem 0 1rem 12px;
  font-size: 1rem;
  line-height: 150%;
  display: block;
  position: relative;
}

.text-field:active {
  color: var(--white);
  border-bottom-color: #e6e6e6;
  font-size: 1rem;
  line-height: 150%;
}

.text-field:focus {
  border-bottom-color: var(--white);
  color: var(--primary-blue);
  font-size: 1rem;
  line-height: 150%;
}

.text-field::placeholder {
  color: var(--dim-grey);
  font-size: 1rem;
  line-height: 150%;
}

.submit-button {
  background-color: var(--primary-blue);
  color: var(--white);
  border: 0 solid #000;
  padding: 1rem 3rem;
  font-size: 1.25rem;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--dim-grey);
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.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: left;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

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

.utility-form-text {
  margin-bottom: 64px;
  font-size: 1.25rem;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

.swatch {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 200px;
}

.swatch.primary-blue {
  background-color: var(--primary-blue);
  border-color: rgba(250, 249, 245, .15);
}

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

.swatch.secondary-blue {
  background-color: var(--secondary-blue);
  border-color: rgba(250, 249, 245, .15);
}

.swatch.light-blue {
  background-color: var(--light-blue);
  border-color: rgba(250, 249, 245, .15);
}

.swatch.lightest-grey {
  background-color: var(--lightest-grey);
  border-color: rgba(250, 249, 245, .15);
}

.swatch.dim-grey {
  background-color: var(--dim-grey);
  border-color: rgba(250, 249, 245, .15);
}

.styleguide-heading {
  color: var(--primary-blue);
  letter-spacing: -2px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 10vw;
}

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

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

._4-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.navbar {
  z-index: 1;
  border-top: 0px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3.75rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: absolute;
}

._12-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

._12-column-grid.hero-grid {
  grid-row-gap: 3.5rem;
}

._12-column-grid.intro-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 6rem;
}

._12-column-grid.usp-grid {
  grid-row-gap: 8rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

._12-column-grid.services-grid {
  grid-row-gap: 10rem;
}

._12-column-grid.numbers-grid {
  margin-top: 6rem;
}

._12-column-grid.faq-grid {
  grid-row-gap: 10rem;
}

._12-column-grid.contact-links-grid {
  grid-row-gap: 6rem;
  margin-top: 0;
}

._12-column-grid.footer-grid {
  grid-row-gap: 3rem;
}

.typography-container {
  margin-bottom: 48px;
}

.text-small {
  font-size: 1rem;
  line-height: 150%;
}

.text-medium {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.text-medium.column-heading {
  font-weight: 600;
}

.nav-link-block {
  color: var(--white);
  padding: 0 1.75rem 0 0;
  line-height: 1;
  transition-property: all;
  position: relative;
  overflow: visible;
}

.nav-link-block:hover {
  opacity: .68;
  color: var(--white);
}

.nav-link-block.w--current {
  opacity: .6;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.row-gap-2 {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: static;
  left: auto;
}

.navbar-wrapper {
  grid-row-gap: 5rem;
  border-top: 0 solid #000;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.horizontal-footer-links-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.brand-footer {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand-footer.w--current {
  width: 100%;
  position: relative;
}

.brand-footer.w--current:hover {
  opacity: 1;
}

.navbar-text-container {
  z-index: 999999;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 1rem;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 solid rgba(255, 255, 255, .2);
  align-items: center;
  padding: 0 0 1.125rem;
  font-size: 1.125rem;
  line-height: 1;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: 1;
}

.button.huge-button {
  grid-column-gap: 1.5rem;
  color: var(--secondary-blue);
  font-size: 4.75vw;
  font-weight: 600;
}

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.logo {
  z-index: 999;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.arrow-down {
  width: 1.75rem;
  max-width: 40px;
}

.hero-text {
  text-align: center;
  max-width: 25ch;
  font-size: 2.25vw;
  line-height: 110%;
}

.hero-image-overlay {
  background-color: rgba(8, 14, 36, .2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-link {
  font-size: .9375rem;
  line-height: 140%;
}

.hero-inner-section {
  background-color: #e7ebef;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-image {
  height: 100%;
}

.button-hover-line {
  background-color: var(--white);
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.arrow-right {
  width: auto;
}

.hover-arrow-right {
  width: auto;
  position: absolute;
  bottom: 0;
}

.arrow-right-container {
  position: relative;
  overflow: hidden;
}

.button-bottom-line {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.section-label-container {
  grid-column-gap: .75rem;
  color: var(--primary-blue);
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.dot {
  background-color: var(--primary-blue);
  border-radius: 50vw;
  width: .5rem;
  height: .5rem;
}

.dot.secondary-blue-dot {
  background-color: var(--secondary-blue);
}

.section-heading-container {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._3-column-text-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.text-light {
  color: var(--dim-grey);
  text-align: justify;
}

.text-light.service-text {
  text-align: justify;
  max-width: 515px;
}

.text-light.accordion-intro-text {
  max-width: 310px;
}

.logo-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.text-reveal-wrapper {
  grid-row-gap: .75vw;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-reveal-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-reveal-line-wrapper {
  text-align: center;
  font-weight: 600;
  position: relative;
}

.text-huge {
  color: var(--primary-blue);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Interdisplay, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.text-huge.text-lighter {
  color: var(--lightest-grey);
  font-size: 10vw;
  line-height: 100%;
}

.text-huge.text-lightest-grey {
  color: var(--lightest-grey);
  display: block;
  overflow: visible;
}

.text-huge.text-primary-light-blue {
  color: #273a86;
}

.text-reveal-hover-wrapper {
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
  overflow: hidden;
}

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

.usp-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.huge-number {
  font-size: 12vw;
  font-weight: 600;
  line-height: 80%;
}

.huge-number.text-secondary-blue {
  color: var(--secondary-blue);
}

.usp-text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 330px;
  display: flex;
}

.divider {
  background-color: rgba(27, 45, 115, .15);
  width: 100%;
  height: 1px;
  position: relative;
}

.slide-nav {
  display: none;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 4rem;
}

.slider-image {
  object-fit: cover;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask {
  width: 70vw;
  height: auto;
  overflow: visible;
}

.slider {
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  margin-right: 1rem;
}

.slider-container {
  width: 100%;
  margin-top: 6rem;
  padding-left: 4rem;
}

.slider-image-mask {
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow {
  right: 4rem;
}

.services-container {
  grid-row-gap: 10rem;
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-list-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px solid rgba(27, 45, 115, .15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.5rem;
  display: grid;
}

.numbers-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accordionn-title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-container {
  border-top: 1px solid rgba(27, 45, 115, .15);
  width: 100%;
}

.accordion-heading-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item {
  cursor: pointer;
  border-bottom: 1px solid rgba(27, 45, 115, .15);
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.accordion-plus {
  width: auto;
  margin-left: 2rem;
}

.accordion-content-container {
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.accordion-text {
  color: #646670;
  margin-top: 2rem;
}

.primary-blue-inner-section {
  background-color: var(--primary-blue);
  color: var(--primary-blue);
  -webkit-text-stroke-color: var(--secondary-blue);
  border-radius: .375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 0;
  display: flex;
}

.testimonials-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
}

.testimonial-container {
  grid-row-gap: 2rem;
  border-top: 1px solid rgba(27, 45, 115, .15);
  flex-flow: column;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.light-blue-inner-section {
  background-color: var(--light-blue);
  border-radius: .375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 10rem;
  display: flex;
}

.testimonial-text {
  max-width: 368px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.client-container {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.avatar {
  border-radius: .1875rem;
  width: 3rem;
  height: 3rem;
}

.client-info-container {
  grid-column-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.team-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 6rem;
}

.team-member-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-member-image-wrapper {
  background-color: var(--lightest-grey);
}

.team-member-info-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.text-xl {
  font-size: 2.5rem;
  line-height: 130%;
}

.name-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-member-contact-info-container {
  border-top: 1px solid rgba(27, 45, 115, .15);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact-link {
  color: var(--primary-blue);
  border-bottom: 1px solid rgba(27, 45, 115, .15);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
}

.huge-arrow-right {
  width: 2vw;
  height: 2vw;
  display: block;
}

.huge-button-hover-line {
  background-color: var(--secondary-blue);
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.huge-hover-arrow-right {
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-link {
  color: var(--primary-blue);
  padding-left: 22px;
}

.preloader {
  z-index: 0;
  background-color: var(--primary-blue);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-primary-blue {
  color: var(--primary-blue);
}

.heading {
  text-align: left;
}

.image {
  align-self: flex-start;
  width: 30%;
  margin-left: 51px;
  padding-bottom: 25px;
  display: inline-block;
  position: static;
  top: -25px;
  left: 54px;
}

.image-2 {
  align-self: flex-start;
  width: 45%;
  margin-left: 54px;
  padding-top: 38px;
  position: static;
  top: 994.219px;
  left: 74px;
}

.image-3 {
  width: 50%;
}

.image-4 {
  width: 70%;
}

.image-5 {
  width: 65%;
}

.image-6 {
  width: 60%;
}

.image-7 {
  border-radius: 20px;
  width: 120%;
  max-width: 120%;
}

.youtube {
  width: 85%;
  margin-top: 100px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.image-8 {
  border-radius: 20px;
  width: 85%;
}

.image-9 {
  border-radius: 20px;
}

.heading-3 {
  align-self: flex-start;
  padding-bottom: 38px;
  padding-left: 86px;
}

.field-label {
  color: var(--light-blue);
}

.field-label-2 {
  color: var(--white);
}

.submit-button-2 {
  border-radius: 10px;
}

.form-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
  display: flex;
}

.text-field-2 {
  min-width: 0;
  max-width: 500px;
  min-height: 0;
}

.text-field-3 {
  max-width: 500px;
  min-height: 200px;
  max-height: 0;
}

.form-block {
  margin-left: 302px;
}

.image-10 {
  width: 75%;
}

.heading-4 {
  padding-left: 0;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  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: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  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: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-heading-large {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  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: 4em;
  font-weight: 700;
  line-height: 1;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-content-wrap {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 42em;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-content-image-wrap {
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 42em;
  display: flex;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-rounded-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.walsh-heading-large-2 {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  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: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-rounded-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 864px;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--walsh--black);
  text-align: justify;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.image-11 {
  border-radius: 20px;
  margin-top: -140px;
  padding-top: 0;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

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

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-5 {
  font-size: 2.5vw;
}

.heading-6 {
  color: var(--primary-blue);
  padding-bottom: 25px;
  font-size: 2.5vw;
  font-weight: 600;
}

.heading-7 {
  color: var(--primary-blue);
  padding-bottom: 21px;
}

.cf-review-text---18px---italic {
  color: rgba(13, 14, 16, .9);
  letter-spacing: -.16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-reviewer-image-3 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-2 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  height: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-1 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
}

.cf-bottom-right-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.cf-view-more-line {
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.cf-hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-bio-text {
  color: rgba(13, 14, 16, .9);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-top-right-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-right-info-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-hero-main-image {
  width: 45%;
  max-width: 581px;
  margin-top: -20px;
  overflow: hidden;
}

.cf-hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-review-text {
  color: rgba(13, 14, 16, .9);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-58px-heading {
  color: #1f3c90;
  text-align: right;
  letter-spacing: -2.5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 5px 2px #fff;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-top-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-left-info-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cf-1140px-wrapper {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-1 {
  background-color: #f3f3f3;
  background-image: url('../images/cover2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 850px;
  display: flex;
  overflow: hidden;
}

.cf-navigation-1-link {
  color: #1b2d73;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .2s;
  display: block;
}

.cf-navigation-1-link:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.cf-navigation-1-arrow-image {
  margin-left: 10px;
}

.cf-navigation-1-line {
  background-color: #0d0e10;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-navigation-1-link-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.cf-navigation-1-number-subtext {
  color: rgba(13, 14, 16, .4);
  margin-top: 7px;
  margin-right: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.cf-navigation-headings-contain {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.cf-dropdown-links {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.cf-navigation-1-dropdown-container {
  grid-column-gap: 30px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 97%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 180px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-lists {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  top: 72px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 50px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-lists.w--open {
  box-shadow: none;
  width: 100%;
  padding-top: 8px;
  top: 72px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.cf-dropdown-arrow {
  color: var(--secondary-blue);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  position: static;
}

.cf-navigation-1-dropdown {
  grid-column-gap: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-right: 0;
  padding: 20px 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
  position: static;
}

.cf-navigation-1-dropdown.w--open {
  border-bottom: 1px solid #000;
  overflow: visible;
}

.cf-navigation-1-dropdown-wrapper {
  padding-bottom: 8px;
  position: static;
}

.cf-navigation-1-links-contain {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.cf-navigation-1-links-wrapper {
  position: static;
}

.cf-navigation-logo {
  object-fit: contain;
  width: 50%;
  font-size: 1rem;
}

.cf-navigation-1-logo {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-navigation-1-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-navigation-1-bar {
  background-color: var(--white);
  background-image: linear-gradient(#fff, #fff);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-12 {
  width: 85%;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0);
}

.image-13 {
  width: 70%;
  margin-top: 17px;
}

.heading-8 {
  color: var(--primary-blue);
  text-align: right;
  letter-spacing: -1px;
  text-shadow: none;
  margin-bottom: 57px;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 400;
}

.heading-9 {
  color: var(--primary-blue);
  text-align: right;
  letter-spacing: -2.5px;
  -webkit-text-stroke-color: var(--light-blue);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  font-weight: 700;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: var(--primary-blue);
}

.cf-floating-white-div {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-floating-image-container-2 {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-floating-image-container-1 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-home-center-image {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.cf-home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 180px;
  display: flex;
  position: relative;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-call-arrow-down-2.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-22px-paragraph---white {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
}

.cf-gradient-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-1140px-wrapper---home-vertical {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 70%, #fff 70%);
  overflow: hidden;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-light-button {
  border-color: var(--spark-library--white);
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
  min-height: 0;
  padding: 16px 24px;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-light-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  color: var(--light-blue);
}

.spark-input {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library--foreground-interactive);
}

.spark-input::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-input.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library--border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input.spark-with-a-inner-shadow:hover, .spark-input.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library--foreground-interactive-hover);
}

.spark-field-label {
  text-align: left;
}

.spark-flexed-form {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-centered-content {
  text-align: center;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section.spark-hero-background-image-with-centered-content {
  background-image: linear-gradient(rgba(0, 80, 255, .28), rgba(0, 80, 255, .28)), url('../images/coverweb.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  -webkit-text-stroke-color: var(--dim-grey);
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-section.spark-shortened {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 64px;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab {
  background-color: var(--conversion-flow-library--medium-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.cf-tabs-element._2 {
  top: auto;
  bottom: -4%;
  left: auto;
  right: -6%;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-content-text {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 17%;
  box-shadow: 8px 18px 160px rgba(0, 0, 0, .2);
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 8%;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-home-tab-link {
  color: var(--primary-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text {
  color: var(--primary-blue);
  text-align: center;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  letter-spacing: -2px;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 120%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.cf-features-section-4 {
  background-color: #fff;
}

.image-14 {
  color: var(--primary-blue);
  border-radius: 20px;
}

.heading-10 {
  color: var(--primary-blue);
  text-align: center;
  letter-spacing: -1px;
  padding-top: 51px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.paragraph {
  color: var(--primary-blue);
  text-align: center;
  letter-spacing: -1px;
  padding-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.cf-absolute-tab-image {
  width: 100%;
  max-width: 315px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.cf-tab-image-2 {
  object-fit: contain;
}

.cf-flex-image-wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-tabs-content-2 {
  width: 55%;
  max-width: 600px;
  margin-right: 9%;
  overflow: visible;
}

.cf-18px-paragraph-dim-grey {
  color: #646464;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-18px-paragraph-dim-grey._16px-margin {
  margin-bottom: 16px;
}

.cf-tab-paragraph-contain {
  padding-left: 40px;
  display: block;
}

.cf-tab-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.cf-tab-heading-contain {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.cf-tab-content {
  grid-row-gap: 12px;
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.cf-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e7e7e7;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 24px;
  display: flex;
}

.cf-tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.cf-tab-main-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.cf-tabs-menu-2 {
  flex-direction: column;
  width: 40%;
  max-width: 448px;
  display: flex;
}

.cf-tabs {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-feature-tabs-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.cf-feature-tabs-section {
  width: 100%;
}

.cf-services-image {
  object-fit: contain;
  border-radius: 16px;
}

.cf-services-right-contain {
  width: 50%;
  max-width: 500px;
}

.cf-call-arrow-contain-2 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain-2.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-call-button-2 {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button-2._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-services-paragraph {
  color: #000;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.cf-services-h2-heading {
  color: var(--primary-blue);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-services-icon {
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 32px;
}

.cf-services-icon._2 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(24, 111, 225, .25);
}

.cf-services-icon._1 {
  border-radius: 18px;
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(252, 107, 92, .25);
}

.cf-services-left-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 450px;
  display: flex;
}

.cf-services-page-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-services-page-contain.reverse {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.cf-services-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-flex-section-3 {
  background-color: #fff;
}

.cf-service-paragraph {
  color: var(--primary-blue);
  text-align: justify;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-icon-wrap {
  background-color: rgba(177, 108, 234, 0);
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-3-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-3-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.cf-features-section-3 {
  background-color: #fff;
}

.image-15 {
  border-radius: 20px;
  margin-top: -140px;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-top: 15px;
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-11 {
  color: var(--primary-blue);
  font-size: 3.5vw;
}

.image-16 {
  border-radius: 20px;
  width: 80%;
}

.heading-12 {
  color: var(--primary-blue);
  letter-spacing: -1px;
  width: 800px;
  padding-bottom: 50px;
  padding-left: 17px;
  font-family: Montserrat, sans-serif;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: rgba(13, 14, 16, .4);
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px rgba(13, 14, 16, .1);
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field-dropdown::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-form-dropdown {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: rgba(255, 255, 255, .4);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: var(--primary-blue);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  background-color: var(--primary-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-footer-link {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-copyright-text-2 {
  color: rgba(255, 255, 255, .8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .2);
  width: 100%;
  padding-top: 32px;
}

.cf-footer-links {
  color: rgba(255, 255, 255, .9);
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links:hover {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-footer-links.w--open {
  padding-right: 55px;
}

.cf-footer-links-header {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.cf-footer-social-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.cf-footer-social-link-block {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-footer-social-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cf-footer-paragraph {
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-left-container {
  width: 30%;
  margin-right: 2%;
}

.cf-footer-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-footer-section {
  color: #fff;
  background-color: #0d0d0d;
  background-image: url('../images/Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
}

.spark-social-icon-svg {
  color: var(--primary-blue);
  -webkit-text-stroke-color: var(--white);
  width: 20px;
  height: 20px;
}

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--lightest-grey);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-top-border {
  border-top: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-flexed-row-of-links.spark-centered-row {
  justify-content: center;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 132px;
  margin-bottom: 32px;
  display: flex;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.image-17 {
  width: 300%;
  max-width: 3000%;
}

.container-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 160px;
  margin-left: 528px;
  display: flex;
}

.heading-13 {
  color: var(--primary-blue);
  text-align: right;
  letter-spacing: -1.5px;
  order: 1;
  align-self: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.paragraph-2 {
  text-align: right;
  letter-spacing: -1px;
  order: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.grid {
  background-color: var(--primary-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 85px;
}

.image-18 {
  width: 49%;
  margin-top: 0;
}

.section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-19 {
  width: 75%;
  margin-top: 0;
}

.image-20, .image-21 {
  width: 25%;
}

.image-22 {
  width: 60%;
}

.image-23 {
  width: 25%;
}

.image-24 {
  width: 25%;
  max-width: 25%;
}

.image-25 {
  width: 25%;
}

.image-26 {
  width: 15%;
}

.image-27 {
  width: 50%;
  max-width: 100%;
}

.image-28 {
  width: 50%;
  max-width: 50%;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  text-align: justify;
  margin-bottom: 0;
  padding-top: 62px;
  font-family: Montserrat, sans-serif;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  padding-top: 60px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-14 {
  color: var(--primary-blue);
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
}

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

.heading-15 {
  color: var(--primary-blue);
  text-align: center;
  text-transform: none;
  width: 900px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
  .form-2 {
    margin-left: 91px;
  }

  .cf-hero-section-1 {
    background-position: 50% 0;
    background-size: auto;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: 0 100px 100px rgba(64, 69, 79, .1);
  }

  .cf-navigation-logo {
    width: 30%;
  }

  .cf-navigation-1-bar {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-8, .heading-9 {
    text-align: center;
  }

  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .cf-features-section-3-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .cf-footer-links {
    color: rgba(255, 255, 255, .7);
    transition: opacity .2s;
  }

  .cf-footer-links:hover {
    color: #fff;
  }

  .cf-footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .cf-footer-right-container {
    justify-content: center;
  }

  .container-6 {
    margin-top: 276px;
    margin-left: 655px;
  }

  .grid {
    height: 100px;
  }

  .image-27 {
    width: 25%;
    max-width: 100%;
  }

  .image-28 {
    width: 50%;
    max-width: 50%;
  }

  .heading-15 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .form-2 {
    margin-left: 146px;
  }

  .cf-hero-section-1 {
    background-position: 50%;
    background-size: cover;
    font-size: 1vw;
  }

  .heading-8 {
    font-size: 2vw;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .cf-footer-right-container {
    margin-left: 5%;
  }

  .container-6 {
    margin-top: 283px;
    margin-left: 759px;
  }

  .grid {
    height: 125px;
  }

  .image-27 {
    width: 25%;
    max-width: 100%;
  }

  .image-28 {
    width: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .form-2 {
    margin-left: 0;
    padding-left: 164px;
  }

  .cf-hero-section-1 {
    background-position: 50% 0;
    background-size: cover;
  }

  .cf-navigation-logo {
    width: 25%;
  }

  .cf-navigation-1-bar {
    display: block;
  }

  .heading-8 {
    margin-bottom: 116px;
    padding-top: 0;
    font-size: 2vw;
  }

  .heading-9 {
    text-align: center;
    font-size: 2.5vw;
  }

  .heading-10 {
    font-size: 70px;
  }

  .container-6 {
    margin-top: 208px;
    margin-left: 898px;
  }

  .paragraph-2 {
    font-size: 1.5rem;
  }

  .grid {
    height: 150px;
  }

  .image-27 {
    width: 50%;
    max-width: 100%;
    overflow: hidden;
  }

  .image-28 {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.05vw;
    font-size: 4.5vw;
    line-height: 110%;
  }

  h2 {
    font-size: 4.5rem;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section {
    padding-top: 0;
  }

  .section.padding-top-large {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.row-gap-1-5.padding-y-l {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-large {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .text-large.nav-text {
    max-width: 25ch;
  }

  .text-large.light-text.subheading {
    text-align: left;
  }

  .footer {
    padding-bottom: 48px;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .navbar {
    margin-top: 3.5rem;
    padding-top: 0;
    position: absolute;
    top: auto;
  }

  ._12-column-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr;
  }

  ._12-column-grid.intro-grid {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto auto auto;
  }

  ._12-column-grid.usp-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 4.25rem;
    grid-template-rows: 400px 400px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    align-items: start;
    justify-items: stretch;
    display: block;
  }

  ._12-column-grid.services-grid, ._12-column-grid.faq-grid, ._12-column-grid.contact-links-grid {
    grid-row-gap: 4rem;
  }

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

  .nav-link-block {
    color: var(--white);
    flex: none;
    padding-left: 0;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    display: flex;
  }

  .nav-link-block:hover {
    color: #a6a6a6;
  }

  .row-gap-2 {
    margin-bottom: 1.5rem;
  }

  .nav-menu {
    color: var(--primary-blue);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .brand-footer {
    margin-left: 0;
    padding-left: 0;
  }

  .brand-footer.w--current {
    margin-left: 0;
  }

  .button, .button.navbar-button {
    padding-bottom: 0;
  }

  .button.huge-button {
    font-size: 4.5rem;
  }

  .hero-image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .button-hover-line, .button-bottom-line {
    display: none;
  }

  .section-heading-container {
    grid-column-gap: 16px;
    grid-row-gap: 3.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  ._3-column-text-container {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .text-light {
    order: 0;
  }

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

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

  .slide {
    margin-right: 1rem;
  }

  .mask {
    width: 82vw;
  }

  .slider-container {
    padding-left: 2.5rem;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

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

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

  .huge-arrow-right {
    width: 2rem;
    height: 2rem;
  }

  .huge-button-hover-line {
    display: none;
  }

  .huge-hover-arrow-right {
    width: 2rem;
    height: 2rem;
  }

  .image {
    top: -30px;
  }

  .image-2 {
    top: 737.219px;
  }

  .image-3 {
    width: 30%;
  }

  .image-4 {
    width: 40%;
    margin-top: 71px;
  }

  .image-5 {
    width: 35%;
    margin-top: 70px;
  }

  .image-6 {
    width: 35%;
    margin-top: 69px;
  }

  .text-block {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 49px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-content-wrap {
    order: -1;
    max-width: none;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-content-image-wrap {
    max-width: none;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-heading-large-2 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-rounded-container-2 {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    flex: 0 auto;
    order: -1;
    align-self: auto;
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-1140px-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
  }

  .cf-menu-button {
    color: var(--light-blue);
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    display: flex;
    transform: rotate(-90deg);
  }

  .cf-navigation-1-link {
    display: flex;
  }

  .cf-navigation-1-arrow-image {
    width: 40px;
  }

  .cf-navigation-1-link-heading {
    font-size: 36px;
  }

  .cf-navigation-1-number-subtext {
    margin-right: 20px;
    font-size: 18px;
  }

  .cf-navigation-headings-contain {
    width: auto;
  }

  .cf-dropdown-links {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-navigation-1-dropdown-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: none;
  }

  .cf-dropdown-lists.w--open {
    width: 80%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-navigation-1-dropdown {
    margin-left: 0;
  }

  .cf-navigation-1-dropdown.w--open {
    border: 1px #000;
  }

  .cf-navigation-1-dropdown-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .cf-navigation-1-links-contain {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .cf-navigation-1-links-wrapper {
    background-color: #fff;
    position: absolute;
    box-shadow: 0 140px 120px rgba(0, 0, 0, .12);
  }

  .cf-navigation-logo {
    width: 25%;
  }

  .cf-navigation-1-logo {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cf-navigation-1-wrapper {
    width: 90%;
  }

  .cf-navigation-1-bar {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-8 {
    order: 1;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-content-2 {
    width: 100%;
    margin-right: 0%;
  }

  .cf-tabs-menu-2 {
    width: 100%;
    max-width: 500px;
  }

  .cf-tabs {
    grid-row-gap: 80px;
    flex-direction: column;
    max-width: 550px;
  }

  .cf-feature-tabs-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .cf-services-right-contain {
    width: 100%;
  }

  .cf-services-h2-heading {
    font-size: 30px;
  }

  .cf-services-left-contain {
    width: 100%;
    margin-top: 60px;
  }

  .cf-services-page-contain, .cf-services-page-contain.reverse {
    flex-direction: column-reverse;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .cf-footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .cf-footer-container {
    flex-direction: column;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    flex-wrap: wrap;
  }

  .icon {
    -webkit-text-stroke-color: var(--primary-blue);
    background-color: #00039e;
  }

  .container-6 {
    margin-left: 356px;
  }

  .heading-13 {
    margin-left: -343px;
  }

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

  .image-27 {
    width: 10%;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

  h2 {
    font-size: 3.5rem;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section.hero-section {
    height: auto;
  }

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

  .container.row-gap-1-5.padding-y-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-large {
    font-size: 2rem;
    line-height: 100%;
  }

  .text-large.nav-text {
    font-size: 2rem;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

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

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

  ._12-column-grid.hero-grid {
    grid-template-columns: .5fr 1fr;
  }

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

  .nav-link-block {
    flex: none;
    padding-left: 0;
    padding-right: 1.5rem;
    font-size: 1.25rem;
  }

  .nav-menu {
    justify-content: flex-start;
  }

  .button.navbar-button {
    justify-content: flex-end;
  }

  .button.huge-button {
    font-size: 3.5rem;
  }

  .hero-image-wrapper {
    background-position: 50%;
  }

  .hero-content-wrapper {
    height: auto;
    padding-top: 25rem;
  }

  .hero-text {
    max-width: none;
    font-size: 1.25rem;
  }

  .section-heading-container {
    max-width: none;
  }

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

  .logo-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }

  .huge-number {
    font-size: 18vw;
  }

  .slider-container {
    padding-left: 2rem;
  }

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

  .accordionn-title-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .accordion-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .accordion-content-container {
    width: 100%;
    margin-left: 0%;
  }

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

  .image-2 {
    top: 611.219px;
  }

  .image-4 {
    margin-top: 61px;
  }

  .image-5 {
    margin-top: 51px;
  }

  .image-6 {
    margin-top: 56px;
  }

  .heading-2 {
    order: -1;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-content-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-rounded-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-heading-large-2 {
    font-size: 2em;
  }

  .walsh-rounded-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-center, .team-slider {
    padding: 60px 15px;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    margin-bottom: 0;
    font-size: 45px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-1140px-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
    padding-top: 288px;
    padding-bottom: 90px;
  }

  .cf-hero-section-1 {
    background-position: 30%;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
  }

  .cf-navigation-1-arrow-image {
    width: 34px;
  }

  .cf-navigation-1-link-heading {
    font-size: 32px;
  }

  .cf-navigation-1-number-subtext {
    font-size: 16px;
  }

  .cf-dropdown-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-navigation-1-bar {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-button-gradient, .cf-cta-button, .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .spark-input.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .cf-absolute-tab-image {
    width: 60%;
    right: -3%;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 22px;
  }

  .cf-feature-tabs-wrapper {
    padding-bottom: 20px;
  }

  .cf-services-h2-heading {
    font-size: 28px;
  }

  .cf-services-page-contain {
    margin-bottom: 150px;
  }

  .cf-services-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .cf-footer-links {
    font-size: 16px;
  }

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .container-6 {
    margin-top: 276px;
    margin-left: 237px;
  }

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

  .grid {
    height: 65px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }
}

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

  h1 {
    letter-spacing: 0;
    font-size: 1.75rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 2rem;
  }

  h3 {
    letter-spacing: -.05rem;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 .4rem;
  }

  .section.hero-section {
    height: auto;
    padding-top: .4rem;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .section.padding-top-large {
    padding-top: 5rem;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .container {
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.row-gap-1-5.padding-y-l {
    padding-left: 1.65rem;
    padding-right: 1.65rem;
  }

  .container.margin-bottom-15 {
    margin-bottom: 5rem;
  }

  .text-large {
    letter-spacing: 0;
    font-size: 1.6rem;
  }

  .text-large.nav-text {
    align-self: flex-end;
    max-width: none;
    font-size: 1.25rem;
  }

  .footer {
    margin-top: 0;
    padding-bottom: 1.5rem;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  .navbar {
    margin-top: 1.25rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
  }

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

  ._12-column-grid.hero-grid {
    grid-row-gap: 1rem;
  }

  ._12-column-grid.intro-grid {
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr) 1fr;
    align-self: auto;
    align-items: start;
    justify-items: stretch;
  }

  ._12-column-grid.usp-grid, ._12-column-grid.services-grid {
    grid-row-gap: 3rem;
  }

  ._12-column-grid.numbers-grid {
    margin-top: 3rem;
  }

  ._12-column-grid.faq-grid, ._12-column-grid.contact-links-grid {
    grid-row-gap: 3rem;
  }

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

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

  .nav-link-block {
    align-items: center;
    padding-left: 0;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .horizontal-footer-links-container {
    flex-flow: wrap;
  }

  .button {
    font-size: 1rem;
  }

  .button.navbar-button {
    margin-top: 2rem;
  }

  .button.huge-button {
    margin-top: 2rem;
    font-size: 2rem;
  }

  .hero-image-wrapper {
    background-position: 68%;
    justify-content: flex-start;
    display: flex;
  }

  .hero-content-wrapper {
    padding-top: 23rem;
    padding-bottom: 1.8rem;
    padding-left: 0;
  }

  .arrow-down {
    display: none;
  }

  .hero-text {
    font-size: 1rem;
  }

  .logo-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .logo-wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }

  .mask {
    width: 80vw;
  }

  .slider-container {
    margin-top: 3rem;
    padding-left: 1.65rem;
  }

  .service-list-item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .accordionn-title-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .accordion-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .accordion-plus {
    margin-left: 1rem;
  }

  .accordion-content-container {
    width: 100%;
  }

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

  .light-blue-inner-section {
    width: 320px;
  }

  .team-grid {
    margin-top: 3rem;
  }

  .huge-arrow-right, .huge-hover-arrow-right {
    width: 1.5rem;
    height: 1.5rem;
  }

  .image {
    width: 50%;
    top: -8px;
    left: 22px;
  }

  .image-2 {
    width: 65%;
    top: 411.219px;
    left: 30px;
  }

  .image-3 {
    width: 70%;
  }

  .image-4 {
    width: 90%;
    margin-top: 49px;
  }

  .image-5, .image-6 {
    width: 80%;
    margin-top: 58px;
  }

  .image-7 {
    margin-left: -20px;
  }

  .heading-3 {
    padding-left: 0;
  }

  .form-block {
    margin-left: 0;
  }

  .text-block-2 {
    margin-top: 88px;
  }

  .walsh-link-wrapper, .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-content-wrap {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-rounded-container-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

  .cf-hero-section-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #fff), url('../images/cover2.png');
    background-position: 0 0, 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 550px;
    margin-top: 66px;
  }

  .cf-navigation-1-link {
    font-size: 16px;
  }

  .cf-navigation-1-arrow-image {
    width: 30px;
  }

  .cf-navigation-1-link-heading {
    font-size: 28px;
  }

  .cf-navigation-1-number-subtext {
    margin-top: 5px;
    margin-right: 16px;
  }

  .cf-dropdown-links {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .cf-navigation-1-dropdown-container {
    grid-template-columns: 1fr;
  }

  .cf-navigation-1-dropdown {
    font-size: 16px;
  }

  .cf-navigation-logo {
    width: 50%;
  }

  .cf-navigation-1-bar {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-8 {
    color: var(--white);
    margin-bottom: 0;
    padding-top: 26px;
    font-size: 8vw;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-gradient-span-2 {
    line-height: 110%;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .spark-input.spark-with-a-inner-shadow, .spark-form-label-and-input {
    width: 100%;
  }

  .spark-flexed-form {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section.spark-hero-background-image-with-centered-content {
    padding-bottom: 64px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-features-4-tabs-wrapper {
    padding-top: 30px;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 20px;
  }

  .cf-tab-content {
    grid-row-gap: 8px;
    padding-top: 16px;
  }

  .cf-services-h2-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-services-page-contain {
    margin-bottom: 140px;
  }

  .cf-services-main-wrapper {
    padding-bottom: 40px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-3-wrapper {
    padding-top: 0;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .heading-11 {
    font-size: 10vw;
  }

  .heading-12 {
    text-align: center;
    width: 320px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .cf-footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    align-items: center;
  }

  .image-17 {
    width: 150%;
  }

  .icon {
    background-color: #1d3d90;
  }

  .container-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 298px;
    margin-left: 45px;
  }

  .heading-13 {
    margin-left: 0;
  }

  .paragraph-2 {
    text-align: right;
    margin-left: 0;
    font-size: 1rem;
  }

  .grid {
    height: 50px;
  }

  .image-18 {
    width: 65%;
  }

  .image-19 {
    width: 85%;
  }

  .image-26 {
    width: 25%;
  }

  .image-27 {
    width: 30%;
  }

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

  .heading-15 {
    width: 320px;
  }
}

#w-node-_01486afa-cdcb-69ff-0d6c-77ab0cdc1fe6-e5d34058, #w-node-e1c9ff35-b166-5220-57ed-23cd63860795-e5d34058, #w-node-_9e3c8f4a-c9bf-2364-4e49-f485f62da14d-e5d34058 {
  align-self: center;
  justify-self: center;
}

#w-node-eaecbeb3-33ee-16e2-00e2-19391c9642bd-e5d34058 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-eaecbeb3-33ee-16e2-00e2-19391c9642c1-e5d34058 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_39beade4-ccd1-e7bd-1608-27a0d27f2979-e5d34058 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-bb8e4d62-013e-c839-3907-44320d64452d-e5d34058 {
  grid-area: 2 / 5 / 3 / 13;
  align-self: auto;
}

#w-node-_89b80b31-eb5e-0c97-0842-38ad95196206-e5d34058 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_89b80b31-eb5e-0c97-0842-38ad9519620a-e5d34058 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-b367b71c-7410-3c7f-e5f0-d619647af2b1-e5d34058 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_7ce55fe4-e43f-d460-fcb9-086a5d7b198c-e5d34058 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-eaecbeb3-33ee-16e2-00e2-19391c9642bd-e5d34058 {
    grid-column: span 4 / span 4;
  }

  #w-node-eaecbeb3-33ee-16e2-00e2-19391c9642c1-e5d34058, #w-node-_39beade4-ccd1-e7bd-1608-27a0d27f2979-e5d34058, #w-node-bb8e4d62-013e-c839-3907-44320d64452d-e5d34058 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_89b80b31-eb5e-0c97-0842-38ad95196206-e5d34058 {
    grid-column: span 4 / span 4;
  }

  #w-node-_89b80b31-eb5e-0c97-0842-38ad9519620a-e5d34058, #w-node-b367b71c-7410-3c7f-e5f0-d619647af2b1-e5d34058 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7ce55fe4-e43f-d460-fcb9-086a5d7b198c-e5d34058 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eaecbeb3-33ee-16e2-00e2-19391c9642bd-e5d34058 {
    grid-column: span 4 / span 4;
  }

  #w-node-eaecbeb3-33ee-16e2-00e2-19391c9642c1-e5d34058 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_39beade4-ccd1-e7bd-1608-27a0d27f2979-e5d34058, #w-node-_89b80b31-eb5e-0c97-0842-38ad95196206-e5d34058 {
    grid-column: span 4 / span 4;
  }

  #w-node-_89b80b31-eb5e-0c97-0842-38ad9519620a-e5d34058, #w-node-b367b71c-7410-3c7f-e5f0-d619647af2b1-e5d34058 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2'), url('../fonts/InterDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2'), url('../fonts/InterDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-DisplaySemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-DisplaySemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}