:root {
  --_colors---swatches-neutral--white: #fff;
  --_typeface---body-text-open-sans: "Open Sans", sans-serif;
  --_colors---swatches-neutral--black: #000;
  --_typeface---headings-georgia: georgia, sans-serif;
  --_sizes---typography-heading-sizes--h1: 6.875rem;
  --_sizes---typography-heading-sizes--h2: 3.5rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_sizes---paddings--padding-global: 3rem;
  --_sizes---paddings--sm-section: 4rem;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 84rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_colors---swatches-brand--crimso-violet: #6a1341;
  --_colors---swatches-neutral--transparent: #fff0;
  --_colors---swatches-brand--midnight-violet: #330120;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_typeface---libre-franklin: Librefranklin, Arial, sans-serif;
  --_colors---swatches-brand--salmon: #f9846d;
  --_colors---swatches-brand--alabaster-grey: #e2e2e0;
  --_colors---swatches-utility--error-txt-color: #c92f28;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
  --_colors---swatches-brand--dusty-olive: #75725d;
}

body {
  background-color: var(--_colors---swatches-neutral--white);
  font-family: var(--_typeface---body-text-open-sans);
  color: var(--_colors---swatches-neutral--black);
  --_sizes---typography-heading-sizes--h1: 6.875rem;
  --_sizes---typography-heading-sizes--h2: 3.5rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---paddings--padding-global: 3rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 84rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---headings-georgia);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---headings-georgia);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typeface---headings-georgia);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typeface---headings-georgia);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typeface---headings-georgia);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typeface---headings-georgia);
  font-size: var(--_sizes---typography-heading-sizes--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_typeface---body-text-open-sans);
  margin-bottom: 0;
}

a {
  font-family: var(--_typeface---body-text-open-sans);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ol {
  font-family: var(--_typeface---body-text-open-sans);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  min-height: 1px;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  font-family: var(--_typeface---body-text-open-sans);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.code-embed_component {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-style-h3 {
  font-size: var(--_sizes---typography-heading-sizes--h3);
  letter-spacing: .00125em;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1 {
  font-size: var(--_sizes---typography-heading-sizes--h1);
  letter-spacing: .08125em;
  font-weight: 400;
  line-height: 1.1;
}

.padding-section-small {
  padding-top: var(--_sizes---paddings--sm-section);
  padding-bottom: var(--_sizes---paddings--sm-section);
}

.text-color-white {
  color: var(--_colors---swatches-neutral--white);
}

.text-size-regular {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.3;
}

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

.text-weight-bold.text-style-sentence {
  text-transform: capitalize;
}

.heading-style-h2 {
  font-size: var(--_sizes---typography-heading-sizes--h2);
  letter-spacing: .00125rem;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.1;
}

.container {
  max-width: var(--_sizes---paddings--container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---swatches-brand--crimso-violet);
  box-shadow: 0 .270625rem .1875rem 0 #0000001f, inset 0 0 0 .4px var(--_colors---swatches-neutral--white);
  color: #fff;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  text-transform: capitalize;
  border-radius: .676875rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.button:hover {
  transform: scale(1.05);
}

.button.is-outline {
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-brand--crimso-violet);
  box-shadow: 0 .270625rem .1875rem #0000001f, inset 0 0 0 .4px #c4c4c4;
}

.button.cta-button {
  box-shadow: 0 .270625rem .1875rem 0 #0000001f, inset 0 0 0 .4px var(--_colors---swatches-brand--midnight-violet);
}

.text-size-medium {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  line-height: 1.1;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-middle {
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

.padding-section-medium {
  padding-top: var(--_sizes---paddings--md-section);
  padding-bottom: var(--_sizes---paddings--md-section);
}

.section {
  padding-right: var(--_sizes---paddings--padding-global);
  padding-left: var(--_sizes---paddings--padding-global);
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section.trusted_section, .section.insights_section {
  padding-left: 0;
  padding-right: 0;
}

.section.services_section {
  padding-left: 0;
  padding-right: 0;
  padding-right: var(--_sizes---paddings--padding-global);
  padding-left: var(--_sizes---paddings--padding-global);
  background-image: linear-gradient(to bottom, var(--_colors---swatches-brand--crimso-violet), var(--_colors---swatches-brand--crimso-violet));
}

.section.services-hero_section {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section.solution_section {
  background-image: linear-gradient(to bottom, var(--_colors---swatches-brand--crimso-violet), var(--_colors---swatches-brand--crimso-violet));
  padding-left: 0;
  padding-right: 0;
}

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

.section.footer_section {
  background-color: var(--_colors---swatches-brand--midnight-violet);
}

.section.hero-section {
  min-height: 100svh;
  display: flex;
}

.page-code-embed {
  pointer-events: none;
  cursor: none;
  display: none;
}

.text-color-midnight-violet {
  color: var(--_colors---swatches-brand--midnight-violet);
}

.navigation {
  z-index: 999;
  background-color: var(--_colors---swatches-neutral--transparent);
  padding-left: 3rem;
  padding-right: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu_list-centered {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.top-nav_logo {
  width: 100%;
  height: 100%;
}

.nav-menu_button {
  z-index: 2;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.nav_brand {
  padding: 0;
}

.nav_brand.nav-absolute-left {
  z-index: 2;
  z-index: 2;
  width: 7.5625rem;
  height: 2.31688rem;
  position: absolute;
  left: 0;
}

.nav-menu_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  display: flex;
}

.nav-menu_list-item.nav-absolute-right {
  position: absolute;
  right: 0;
}

.nav-menu_list-item.desktop-hidden {
  display: none;
}

.nav_link {
  color: var(--_colors---swatches-brand--midnight-violet);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, opacity .2s;
  position: relative;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  position: relative;
}

.nav_menu-centered {
  z-index: 1;
  flex: 1;
}

.nav_bg {
  background-color: var(--_colors---swatches-neutral--white);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-padding {
  padding-top: 10rem;
  padding-bottom: 3.375rem;
}

.hero-main-wrapper {
  grid-column-gap: 9.5rem;
  grid-row-gap: 9.5rem;
  flex-flow: column;
  display: flex;
}

.hero-content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 43.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-title {
  grid-column-gap: 1.1875rem;
  grid-row-gap: 1.1875rem;
  flex-flow: column;
  display: flex;
}

.eyebrow {
  font-family: var(--_typeface---body-text-open-sans);
  color: var(--_colors---swatches-brand--crimso-violet);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: .34em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
}

.hero-heading-span {
  background-image: url("https://cdn.prod.website-files.com/697c6da735ad677a85c4d8ca/697c814d27894e8c207b0a2c_f390421a34bfd2f43ec099b8d1256fc0_text%20underline.webp");
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: 36.4rem 3.25rem;
  background-attachment: scroll;
  padding-left: 1rem;
  display: inline-block;
}

.hero-text {
  text-align: center;
  width: 100%;
  max-width: 35.5rem;
  margin: 1.75rem auto 2.5rem;
}

.hero-text-style {
  font-family: var(--_typeface---libre-franklin);
  color: var(--_colors---swatches-brand--midnight-violet);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.3;
}

.hero-loop-wrapper {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-loop {
  z-index: 1;
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  grid-template-rows: auto;
  grid-template-columns: 5.80357% 23.9583% 13.5417% 8.77976% 6.99405% 22.3958%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 82.9375rem;
  display: grid;
  position: relative;
}

.gradient-box {
  z-index: 2;
  background-image: linear-gradient(109deg, #fff 40%, #fff0);
  width: 100%;
  max-width: 5.4375rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-box--right {
  z-index: 2;
  background-image: linear-gradient(109deg, #fff0, #fff 60%);
  width: 100%;
  max-width: 5.4375rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.problem_grid {
  grid-template-rows: auto;
  grid-template-columns: 47.6667% 42.3333%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.problem_grid-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.problem_grid-image {
  object-fit: cover;
  border-radius: 1.125rem;
  width: 100%;
  height: 31.9375rem;
  box-shadow: 0 .5rem 1.5rem #959da533;
}

.problem-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 29.4rem;
  display: flex;
}

.dark-eyebrow {
  font-family: var(--_typeface---libre-franklin);
  color: var(--_colors---swatches-brand--midnight-violet);
  font-size: var(--_sizes---typography-text-sizes--xs-text);
  letter-spacing: .36em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.underline-span {
  background-image: url("https://cdn.prod.website-files.com/697c6da735ad677a85c4d8ca/697c85e7cab720b0f202bc30_underline.webp");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 16.6rem 2.8125rem;
  padding-bottom: .9rem;
  display: inline-block;
}

.list-type {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_colors---swatches-brand--midnight-violet);
  flex-flow: column;
  display: flex;
}

.solution-title {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 37% 44.8438%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.solution-title-inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.solution-text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.white-eyebrow {
  font-family: var(--_typeface---libre-franklin);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--xs-text);
  letter-spacing: .36em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.solution-loop-wrapper {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.solution-loop {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 140.75rem;
  display: grid;
}

.solution-loop-image {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 24rem;
  box-shadow: 0 .5rem 1.5rem #959da533;
}

.solution-loop-image.is-small {
  height: 17.125rem;
}

.solution-bg-shape {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.works_grid {
  grid-template-rows: auto;
  grid-template-columns: 46.7969% 40.7031%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.works_grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.works_grid-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.works-timeline-box {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dot {
  background-color: var(--_colors---swatches-brand--salmon);
  border-radius: 99rem;
  width: .75rem;
  height: .75rem;
}

.works-timeline-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 95%;
  display: flex;
}

.timeline-number {
  font-family: var(--_typeface---libre-franklin);
  color: var(--_colors---swatches-brand--salmon);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
}

.timeline-content-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.timeline-heading {
  font-family: var(--_typeface---body-text-open-sans);
  color: var(--_colors---swatches-brand--midnight-violet);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 700;
  line-height: 1.3;
}

.timeline-line {
  z-index: 0;
  background-color: var(--_colors---swatches-brand--salmon);
  opacity: .4;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% .3rem;
}

.cases-main-wrapper {
  background-color: var(--_colors---swatches-brand--crimso-violet);
  border-radius: 1.25rem;
  padding: 4rem;
  overflow: hidden;
}

.slider-main-wrapper {
  margin-top: 4rem;
}

.splide__list {
  display: flex;
}

.splide__slide.cases-slide {
  aspect-ratio: 372 / 394;
  aspect-ratio: 372 / 394;
  flex: none;
  width: 23.25rem;
}

.custom-navigation {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.progress-bar {
  background-color: #e2e2e080;
  border-radius: 99rem;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.progress-bar.is-dark {
  background-color: #6a134133;
}

.custom-arrows {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrows-style {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--midnight-violet);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .4375rem;
  display: flex;
}

.arrows-style.is-dark {
  background-color: var(--_colors---swatches-brand--crimso-violet);
  color: var(--_colors---swatches-brand--alabaster-grey);
}

.progress-fill {
  background-color: var(--_colors---swatches-brand--alabaster-grey);
  border-radius: 99rem;
  width: 19.0644rem;
  height: 100%;
}

.progress-fill.is-dark {
  background-color: var(--_colors---swatches-brand--crimso-violet);
}

.cases-slide {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 .5rem 1.5rem #959da533;
}

.cases-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-content {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#0000, #000c);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: relative;
}

.slide-content.flex-down {
  justify-content: flex-end;
  align-items: stretch;
}

.icon-wrapper {
  background-color: var(--_colors---swatches-brand--alabaster-grey);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  padding: .5rem;
  display: flex;
}

.slide-content-inner {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.slide-heading {
  font-family: var(--_typeface---libre-franklin);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.3;
}

.scripts, .splide-js {
  display: none;
}

.trusted-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 59.1rem;
  margin-bottom: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trusted-loop-wrapper {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.trusted-loop {
  z-index: 1;
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  grid-template-rows: auto;
  grid-template-columns: 20.2049% 4.78088% 24.132% 8.9926% 6.31759% 12.6921%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 109.813rem;
  display: grid;
  position: relative;
}

.insights-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32.4rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-main-wrapper {
  background-image: url("https://cdn.prod.website-files.com/697c6da735ad677a85c4d8ca/698a36988fa1f02c18004dec_Untitled%20design%20(7).png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  overflow: hidden;
}

.cta-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 3rem;
  display: flex;
}

.cta-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-padding {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.footer-main {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_flex {
  border-bottom: 1px solid #e2e2e02e;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  display: flex;
}

.footer-brand {
  width: 12.9167%;
}

.footer-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 100%;
  height: 100%;
}

.footer_links {
  opacity: .8;
  font-family: var(--_typeface---libre-franklin);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_links:hover {
  opacity: 1;
}

.footer_flex-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  width: 43.3333%;
  display: flex;
}

.divider {
  background-color: var(--_colors---swatches-brand--alabaster-grey);
  opacity: .5;
  width: 1px;
  height: .75rem;
}

.footer-bottom_flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.copyright_text {
  opacity: .8;
  font-family: var(--_typeface---libre-franklin);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 300;
  line-height: 1.3;
}

.footer-social-link {
  color: var(--_colors---swatches-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
}

.footer-social-link.top-icon {
  display: none;
}

.insights-main-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.insights-collection_list {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.insights-card {
  text-decoration: none;
}

.card-image {
  object-fit: cover;
  border-radius: 1.125rem;
  width: 100%;
  height: 23.75rem;
}

.insights-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1.5rem;
  padding-left: .375rem;
  display: flex;
}

.date_flex {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.clock-icon {
  color: var(--_colors---swatches-brand--midnight-violet);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.clock-icon.is-white {
  color: var(--_colors---swatches-neutral--white);
}

.date {
  width: 100%;
}

.date-style {
  font-family: var(--_typeface---libre-franklin);
  color: var(--_colors---swatches-brand--midnight-violet);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: -.04em;
  font-weight: 400;
  line-height: 1.05;
}

.date-style.is-white {
  color: var(--_colors---swatches-neutral--white);
}

.insights-heading {
  font-family: var(--_typeface---libre-franklin);
  color: var(--_colors---swatches-brand--midnight-violet);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  letter-spacing: -.04em;
  font-weight: 400;
  line-height: 1.35;
}

.insights-heading.is-white {
  color: var(--_colors---swatches-neutral--white);
}

.insights-btn {
  color: var(--_colors---swatches-brand--crimso-violet);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  font-weight: 400;
  line-height: 1.3;
  text-decoration: underline;
}

.insights-btn.is-white {
  color: var(--_colors---swatches-neutral--white);
}

.nav_divider {
  background-color: var(--_colors---swatches-brand--midnight-violet);
  border-radius: 99rem;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 150% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.nav-active-hover-state-style {
  display: none;
}

.menu-inner-wrapper {
  display: flex;
}

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

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 5rem;
    --_sizes---typography-heading-sizes--h2: 3rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 1.5rem;
    --_sizes---typography-heading-sizes--h5: 1.5rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---paddings--padding-global: 1.25rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 5rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--container: 84rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .tablet-hidden {
    display: none;
  }

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

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

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

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

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

  .section.services-hero_section {
    min-height: 100svh;
  }

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

  .show-tablet {
    display: block;
  }

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

  .hero-padding {
    padding-top: 10rem;
  }

  .hero-main-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .solution-title {
    grid-template-columns: 41% 51%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .works_grid {
    grid-template-columns: 46% 50%;
  }

  .works-timeline-content {
    width: 88%;
  }

  .trusted-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .trusted-loop {
    grid-auto-columns: 1fr;
  }

  .insights-title, .marquee {
    margin-bottom: 3rem;
  }

  .marquee-item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    min-width: 90rem;
  }

  .marquee-item-inner {
    aspect-ratio: auto;
    width: 30rem;
    height: 30.25rem;
  }

  .gradient-wrapper, .gradient-wrapper-right {
    width: 10rem;
  }

  .footer-brand {
    width: 15%;
  }

  .footer_flex-item {
    width: 63%;
  }

  .services-padding {
    padding-top: 10rem;
  }

  .services-hero-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .services-hero-image {
    object-position: 67% 33%;
    min-height: 100svh;
  }

  .advocacy-title {
    grid-template-columns: 48% 41.5625%;
  }

  .services_grid {
    grid-template-columns: 53% 44%;
  }

  .services_grid.is-reverse {
    grid-template-columns: 44% 53%;
  }

  .services_grid-image {
    height: 100%;
  }

  .list-text {
    font-size: var(--_sizes---typography-text-sizes--rg-text);
  }

  .about-hero-flex {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-hero-content {
    width: 66%;
  }

  .about-hero-image {
    object-position: 39% 1%;
    min-height: 100svh;
  }

  .about-heading-span {
    background-position: 100% 100%;
    background-size: 15rem;
  }

  .solution_grid {
    grid-template-columns: 47% 47%;
  }

  .solution_grid-image {
    height: 100%;
  }

  .contact-padding, ._404-padding {
    padding-top: 10rem;
  }

  .privacy-hero-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .policy-hero-image {
    min-height: 100svh;
  }

  .thankyou-padding {
    padding-top: 10rem;
  }

  .insights-collection_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .card-image {
    height: 100%;
  }

  .single-insights-collection_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 3rem;
    --_sizes---typography-heading-sizes--h2: 2.5rem;
    --_sizes---typography-heading-sizes--h3: 1.75rem;
    --_sizes---typography-heading-sizes--h4: 1.25rem;
    --_sizes---typography-heading-sizes--h5: 1.5rem;
    --_sizes---typography-heading-sizes--h6: 1rem;
    --_sizes---paddings--padding-global: 1rem;
    --_sizes---paddings--sm-section: 2rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--container: 84rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .mobile-hidden {
    display: none;
  }

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

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

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

  .button.nav-btn {
    background-color: var(--_colors---swatches-neutral--white);
    color: var(--_colors---swatches-brand--midnight-violet);
    background-color: var(--_colors---swatches-neutral--white);
  }

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

  .mobile-only {
    display: block;
  }

  .policy_rich-text {
    margin-top: 4rem;
    font-size: .9375em;
  }

  .policy_rich-text p {
    font-size: .9375rem;
  }

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

  .nav-menu_list-centered {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    padding-top: 20svh;
  }

  .nav-menu_button {
    padding: 1rem;
  }

  .nav-menu_button.w--open {
    background-color: #0000;
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav_brand.nav-absolute-left {
    position: relative;
  }

  .nav-menu_list-item.nav-absolute-right {
    flex-flow: column;
    margin-top: auto;
    position: relative;
  }

  .nav-menu_list-item.desktop-hidden {
    display: flex;
  }

  .nav_link {
    color: var(--_colors---swatches-neutral--white);
    font-size: 2rem;
  }

  .nav_wrapper {
    justify-content: space-between;
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_menu-centered {
    background-color: var(--_colors---swatches-brand--midnight-violet);
    flex-flow: column;
    height: 100svh;
    padding: 2rem 1rem 5rem;
  }

  .nav_bg {
    background-color: var(--_colors---swatches-brand--midnight-violet);
    display: block;
  }

  .hero-padding {
    padding-top: 9rem;
  }

  .problem_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .problem_grid-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .problem_grid-image {
    height: 100%;
  }

  .solution-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .solution-title-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .works_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .cases-main-wrapper {
    padding: 1.5rem;
  }

  .slider-main-wrapper, .custom-navigation {
    margin-top: 1.5rem;
  }

  .custom-navigation.is-services {
    margin-top: 2rem;
  }

  .trusted-title {
    margin-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .trusted-loop {
    min-width: 80rem;
  }

  .cta-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .footer-brand {
    width: 50%;
  }

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

  .footer_flex-item {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-bottom_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
  }

  .footer-social-link {
    order: -9999;
    display: none;
  }

  .footer-social-link.top-icon {
    order: 0;
    display: block;
  }

  .services-padding {
    padding-top: 8rem;
  }

  .services-hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-hero-image {
    height: 100%;
  }

  .advocacy-title {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    display: flex;
  }

  .services-slider-main-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .services_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .services_grid-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .services_grid-image {
    order: -9999;
  }

  .about-hero-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .about-hero-image {
    height: 100%;
  }

  .about_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .about_grid-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about_grid-image {
    height: 100%;
  }

  .solution_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .solution_grid-image {
    order: 9999;
  }

  .about-inner_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    display: flex;
  }

  .contact-padding {
    padding-top: 8rem;
  }

  .field_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .textarea-field-style {
    height: 3.5rem;
    min-height: 3.5rem;
    max-height: 3.5rem;
  }

  .contact-form-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._404-padding {
    padding-top: 8rem;
  }

  ._404-hero-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  ._404-heading {
    font-size: 10rem;
  }

  .privacy-hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .policy-hero-image {
    height: 20rem;
  }

  .policy-rich-text h2 {
    font-size: 1.75rem;
  }

  .thankyou-padding {
    padding-top: 8rem;
  }

  .thankyou-heading {
    font-size: 5rem;
  }

  .insights-collection_list, .insights-card, .single-insights-collection_list {
    flex-flow: column;
    display: flex;
  }

  .menu-inner-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .button-group.is-stretch {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-padding {
    padding-top: 9.5625rem;
  }

  .marquee-item {
    min-width: 60rem;
  }

  .marquee-item-inner {
    width: 20rem;
    height: 20rem;
  }

  .gradient-wrapper, .gradient-wrapper-right {
    width: 3rem;
  }

  .cta-main-wrapper {
    background-position: 67%;
  }

  .cta-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-padding {
    padding-bottom: 1.5rem;
  }

  .footer-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer_flex-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .divider {
    display: none;
  }

  .copyright_text {
    font-size: var(--_sizes---typography-text-sizes--sm-text);
  }

  .footer-social-link {
    display: none;
  }

  .footer-social-link.top-icon {
    display: block;
  }

  .about-hero-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-hero-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .policy-hero-image {
    height: 15rem;
  }

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

  .menu-inner-wrapper {
    justify-content: space-between;
    width: 100%;
  }
}
