:root {
  --brand-blue: #8264e7;
  --gold: #f0d288;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.header-play-button {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
}

.text-color-accent {
  color: #8264e7;
}

.header-component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.header-lightbox-link {
  aspect-ratio: 2;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.carousel-overlay {
  background-image: linear-gradient(90deg, #f3f3f5, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-overlay.right {
  background-image: linear-gradient(90deg, #fff0, #f3f3f5);
  inset: 0% 0% 0% auto;
}

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.code-embed {
  display: none;
}

.text-color-disabled {
  color: #cfd2d6;
}

.caption-regular {
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-weight-medium {
  font-weight: 500;
}

.caption-regular.text-color-tertiary.alt-color {
  color: #d2d8e2;
}

.caption-regular.text-color-tertiary {
  color: #6b7280;
}

.h3-heading {
  color: #fafafd;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

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

.section-regular {
  background-color: #494353b8;
  position: relative;
}

.column-gigantic {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.carousel-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-video-thumbnail {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.caption-small {
  font-size: 14px;
  line-height: 20px;
}

.max-width-large {
  width: 100%;
  max-width: 600px;
}

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

.header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-carousel-large {
  width: 100%;
  max-width: 770px;
  position: relative;
  overflow: hidden;
}

.container-large {
  color: #e5e0e0;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: var(--brand-blue);
}

.button-primary-large.alt-color {
  color: #000;
  background-color: #fff;
}

.button-primary-large.alt-color:hover {
  color: #fff;
  background-color: #a3094f;
}

.navigation-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

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

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

.navigation-link {
  grid-column-gap: 12px;
  color: #000;
  letter-spacing: -.02em;
  flex: none;
  align-items: center;
  padding: 8px;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navigation-left {
  grid-column-gap: 24px;
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

.navigation-dot {
  background-color: #000;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  width: 100%;
}

.navigation {
  background-color: #fff;
  padding: 13px 5%;
  position: sticky;
  top: 0;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #141414;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

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

.button-video-play {
  background-color: #f5f5f5;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 16px;
  transition: background-color .3s;
  display: flex;
}

.button-video-play:hover {
  color: #fff;
  background-color: #000;
}

.body {
  background-color: var(--brand-blue);
  font-family: Montserrat, sans-serif;
}

.background-video {
  opacity: 1;
  background-color: #0000001c;
  flex-flow: column;
  height: auto;
  padding: 104px 5% 67px;
}

.h2-heading {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.title-center-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.caption-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small-2.text-color-gray-700 {
  color: #5f5e5d;
}

.grid-four-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 57px;
}

.section-regular-2 {
  color: #eee;
  padding: 55px 5%;
}

.h5-heading {
  color: var(--gold);
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.feature-image {
  border-radius: 17px;
  height: 100%;
}

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

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

.feature-footer {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-regular {
  max-width: 550px;
}

.paragraph-x-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.text-color-red-500 {
  color: #ff443d;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}

.feature-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #d6d3d1;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.content-slide-button {
  color: #6869ac;
  background-color: #fff;
  border: 1px solid #6869ac;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  inset: auto 0% 12px auto;
}

.content-slide-button.left {
  color: #8c95a6;
  background-color: #fff0;
  border-style: none;
  right: 38px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.section-large {
  padding: 96px 5%;
  position: relative;
}

.content-icon-wrapper {
  padding: 4px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.content-slide-image {
  opacity: 0;
  position: absolute;
  inset: auto 0% auto auto;
}

.content-slide-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.content-slide-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px dashed #6869ac;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
}

.content-feature-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  margin-right: 28px;
  display: flex;
}

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

.content-feature-icon {
  color: #24262d;
  border: 1px dashed #dcdee7;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  padding: 4px;
  display: flex;
}

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

.column-regular.top-margin {
  margin-top: 50px;
}

.column-regular.alt-color {
  color: #e2dfdf;
}

.h5-heading-2 {
  color: #24262d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
}

.h5-heading-2.text-color-inherit {
  color: inherit;
}

.content-mask {
  max-width: 400px;
  overflow: visible;
}

.subheading-large {
  color: #24262d;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.subheading-large.text-color-inherit {
  color: inherit;
}

.subheading-large.text-color-brand {
  color: #6869ac;
}

.divider-brand {
  border-top: 1px dashed #6869ac;
  width: 100%;
  height: 1px;
}

.column-2x-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.paragraph-small {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-inherit {
  color: inherit;
}

.content-slider {
  -webkit-clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  background-color: #fff0;
  max-width: 400px;
  height: 570px;
}

.hide {
  display: none;
}

.content-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.overline-small {
  color: #6869ac;
  letter-spacing: -.08px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.content-card-footnote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2-heading-2 {
  color: #24262d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.content-slide-grid {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.content-slide {
  margin-right: 24px;
}

.subheading-x-large {
  color: #e1e4ee;
  letter-spacing: -.04em;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.container-large-3 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex-block {
  flex-flow: row;
  margin-top: 31px;
}

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

.dot-orange-2 {
  background-color: var(--gold);
  border-radius: 32px;
  width: 5px;
  height: 5px;
}

.section-large-2 {
  background-color: #f3f3f5;
  padding: 120px 5%;
  position: relative;
}

.divider-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: url('../images/Noise--Texture.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.caption-small-3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.divider-tertiary {
  background-color: #cfd2d6;
  width: 100%;
  height: 1px;
}

.h5-heading-3 {
  color: #1e2022;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.content-service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.content-links {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

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

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

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

.button-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #36393f;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.button-link:hover {
  color: #ff6c0a;
}

.dot-orange-3 {
  background-color: var(--gold);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.content-service-image {
  border-radius: 12px;
  height: 200px;
  overflow: hidden;
}

.h6-heading {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.h6-heading.alt-color {
  color: #e2e2e2;
}

.section-regular-3 {
  background-color: #f3f3f5;
  padding: 72px 5% 195px;
  position: relative;
}

.section-regular-3.alt-bg-color {
  color: #e9e8e8;
  background-color: #8264e7;
  padding-bottom: 72px;
}

.content-service-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 384px;
  display: flex;
}

.h5-heading-4 {
  color: #1e2022;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.divider-small {
  background-color: #cfd2d6;
  width: 100%;
  max-width: 384px;
  height: 1px;
}

.content-card-button {
  color: #fff;
  background-color: #1e2022;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: auto;
}

.dot-orange-4 {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.content-work-categories {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #36393f;
  flex-flow: wrap;
  display: flex;
}

.max-width-regular-2 {
  width: 100%;
  max-width: 550px;
}

.content-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.content-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-large-4 {
  color: #000;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.subheading-small {
  color: #1e2022;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.content-card-image {
  border: 4px solid #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-bottom: 64px;
  display: flex;
}

.team-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.team-card-grid {
  grid-template-rows: auto;
}

.team-background-wrapper {
  height: 380px;
  position: relative;
}

.team-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.team-icon.right {
  margin-left: auto;
}

.team-background {
  position: relative;
}

.team-content-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.text-color-accent-2 {
  color: #ff6c0a;
}

.team-member {
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: margin-bottom .3s;
  display: flex;
  position: relative;
}

.team-member:hover {
  z-index: 1;
  margin-bottom: 12px;
}

.team-member.team-member-right {
  margin-left: -32px;
  transform: rotate(5deg);
}

.team-member.team-member-center {
  bottom: 32px;
}

.team-member.team-member-left {
  margin-right: -32px;
  transform: rotate(-10deg);
}

.dot-orange-5 {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.paragraph-regular-2 {
  color: #36393f;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 28px;
}

.title-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.team-image-card {
  background-color: #f9f9fa;
  border: 8px solid #fff;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 46px 13px #6c718000, 0 29px 12px #6c718003, 0 17px 10px #6c71800a, 0 7px 7px #6c718012, 0 2px 4px #6c718014;
}

.team-badges {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.h6-heading-2 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.team-details {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.divider-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-background-overlay {
  background-image: linear-gradient(#fff0, #f3f3f5 49%);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.team-members {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.h5-heading-5 {
  color: #1e2022;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.container-large-5 {
  color: #000;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  align-items: start;
}

.team-statistics-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.content-image-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.section-large-3 {
  padding: 120px 5%;
  position: relative;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-3.text-color-gray-600 {
  color: #525f75;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.text-color-gray-800 {
  color: #394151;
}

.paragraph-small-2.text-color-gray-600 {
  color: #525f75;
}

.paragraph-x-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-2.text-color-gray-800 {
  color: #394151;
}

.content-image-card-small {
  border-radius: 12px;
  width: 100%;
  max-width: 418px;
  position: relative;
  overflow: hidden;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.content-divider {
  background-color: #d5d9e2;
  border-radius: 2px;
  height: .5px;
}

.h2-heading-3 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.text-color-orange {
  color: #fe5b25;
}

.content-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #394151;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.button-primary-rounded-large {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

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

.paragraph-large-bg {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-bg.text-weight-bold {
  font-weight: 700;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.section-regular-4 {
  margin-top: -216px;
  padding: 96px 5%;
  position: relative;
}

.bento-card-image {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  position: relative;
}

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-4.text-color-gray-600 {
  color: #525f75;
}

.button-primary-square {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.bento-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

.bento-feature-check {
  background-color: #d6ffeb;
  border: 1px solid #adffd8;
  border-radius: 100%;
  padding: 2px;
}

.bento-feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.paragraph-small-bg {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-bg.text-weight-bold {
  font-weight: 700;
}

.bento-image-horizontal {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.bento-image-horizontal.left {
  object-position: 100% 50%;
}

.h5-heading-6 {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.bento-card {
  background-color: #f6f7f9;
  background-image: linear-gradient(#f6f7f9, #fff0);
  border: 1px solid #edeff3;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bento-card-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
}

.bento-feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.bento-card-dots {
  opacity: .6;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bento-card-text-wrapper-large {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#f6f7f9, #fff0);
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: relative;
}

.bento-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f7f9;
  border: 1px solid #edeff3;
  border-radius: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
  overflow: hidden;
}

.bento-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.h6-heading-3 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-color-gray-600 {
  color: #525f75;
}

.paragraph-x-small {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small.text-color-gray-600 {
  color: #525f75;
}

.overline-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.overline-2.text-color-blue-500, .badge-icon {
  color: #6173e5;
}

.cta-card {
  z-index: 2;
  position: relative;
}

.span-red {
  color: #e56161;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.cta-detail-wrapper {
  color: #6d767e;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.wrap-v-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.cta-block {
  z-index: 5;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 44px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 20px #4742512e;
}

.cta-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-bloom {
  z-index: 0;
  position: absolute;
  inset: auto;
}

.container-large-7 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-blue {
  background-color: #6173e500;
  margin-top: -73px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section-blue.light-transition {
  background-color: #f6f5f3;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.wrap-h-small.wrap-childen {
  flex-wrap: wrap;
}

.cta-grid-b {
  grid-column-gap: 72px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: center;
}

.h2-heading-4 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.cta-image {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-regular-5 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular-5.text-gray-50 {
  color: #ccc;
}

.cta-button {
  margin-top: 48px;
}

.cta-text {
  text-align: center;
  max-width: 384px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
}

.button-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #292929;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 46px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color .3s;
  display: flex;
}

.button-cta:hover {
  background-color: #3d3d3d;
}

.container-large-8 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large-4 {
  padding: 120px 5%;
  position: relative;
}

.section-large-4.dark {
  color: #fff;
  margin-top: -171px;
  padding-top: 0;
}

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.h1-heading.text-color-white {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #a94c9b, #49a8b8);
  -webkit-background-clip: text;
  background-clip: text;
}

.title-wrapper-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 432px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-center-image {
  position: relative;
  top: -56px;
}

.cta-accent-left {
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-dark {
  color: #fff;
  background-color: #131315;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 64px;
  display: flex;
  position: relative;
}

.overline-3 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-3.text-color-purple {
  color: #8870d7;
}

.cta-content {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

.cta-accent-right {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-5.text-color-white {
  color: #fff;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #131315;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.cta-button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #55555e;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-field-left-icon {
  color: #000;
  letter-spacing: -.006em;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.text-field-left-icon:focus {
  border: 1px solid #ff4b0f;
}

.text-field-left-icon::placeholder {
  color: #8f8f8f;
}

.input-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto 10px 10px;
}

.cta-card-2 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  padding: 60px 5%;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.form-input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.email-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

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

.cta-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-pattern {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-regular-5 {
  padding: 92px 5%;
  position: relative;
}

.section-regular-5.background-secondary {
  background-color: #f5f5f5;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-regular-6.text-color-tertiary {
  color: var(--gold);
  margin-bottom: 15px;
  font-size: 20px;
}

.h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-3:hover {
  background-color: #141414;
}

.email-form-block {
  width: 100%;
  max-width: 376px;
  margin-bottom: 0;
}

.cta-inner-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 584px;
  display: flex;
}

.navigation-caption-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 31px;
}

.testimonal-slide {
  margin-right: 40px;
}

.testimonial-icon-wrapper {
  background-color: #f3f4f6;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
}

.paragraph-regular-7 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.section-regular-6 {
  padding: 92px 5%;
  position: relative;
}

.section-regular-6.background-off-white {
  background-color: #f6f5f3;
  padding-bottom: 136px;
  overflow: hidden;
}

.container-large-10 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.max-width-small {
  max-width: 400px;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.testimonial-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-x-small-2 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.h3-heading-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial-slider-left {
  background-color: #0000;
  width: 100%;
  max-width: 512px;
  height: auto;
  margin-right: auto;
  position: static;
}

.testimonial-slider-button-top {
  color: #95a1b2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: 32px 0% auto auto;
}

.testimonial-slider-button-top:hover {
  color: #fff;
  background-color: #5e53a2;
}

.testimonial-slider-button-top.left {
  right: 52px;
}

.testimonial-mask-small {
  overflow: visible;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.testimonial-title-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  padding-right: 104px;
  display: grid;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonial-star {
  color: #f4d452;
  background-color: #0000;
  border-radius: 100%;
}

.max-width-regular-3 {
  width: 100%;
  max-width: 510px;
}

.testimonal-rating-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.button-ghost-small:hover {
  color: #000;
}

.paragraph-small-4 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small-4.text-weight-semibold {
  font-weight: 600;
}

.title-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.row-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.row-regular-2.row-center {
  justify-content: flex-start;
  align-items: center;
}

.testimonial-avatar {
  background-color: #f3f4f6;
  border: 1.5px solid #dce0e5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: none;
  overflow: hidden;
}

.contact-select-field {
  color: #333;
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.contact-field-label {
  color: #333;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.error-message {
  text-align: center;
  background-color: #fff1f0;
  padding: 12px 24px;
  font-size: 14px;
}

.select-wrapper {
  color: #1a1a1a;
  border: 1px solid #ccc;
  border-radius: 12px;
  width: 100%;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .3s;
}

.select-wrapper:focus {
  color: #160042;
  border-color: gray;
}

.select-wrapper::placeholder {
  color: #333;
}

.success-message {
  color: #40bf6a;
  background-color: #f4fbf6;
}

.button-primary-rounded {
  color: #fff;
  background-color: #4255bd;
  border-radius: 40px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
}

.contact-text-field {
  color: #1a1a1a;
  border: 1px solid #ccc;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .3s;
}

.contact-text-field:focus {
  color: #160042;
  border-color: gray;
}

.contact-text-field::placeholder {
  color: #333;
}

.contact-text-field.text-area {
  min-height: 124px;
}

.section-regular-7 {
  background-color: #f6f5f3;
  padding: 92px 5%;
  position: relative;
}

.contact-submit-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

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

.checkbox {
  background-color: #fff;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 4px;
  flex: none;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
}

.checkbox:hover {
  background-color: #f9fafc;
}

.checkbox.w--redirected-checked {
  background-color: #4255bd;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  outline-offset: -2px;
  outline: 2px solid #8e99d7;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

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

.overline-regular {
  color: gray;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.contact-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
  display: flex;
}

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

.paragraph-small-5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.text-color-red-501 {
  color: #e6191a;
}

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

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.text-link-primary {
  color: #4255bd;
  transition: color .3s;
}

.text-link-primary:hover {
  color: #4255bd;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-regular-8 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-8.text-weight-medium {
  font-weight: 500;
}

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

.text-weight-medium {
  font-weight: 500;
}

.bold-text-2 {
  color: var(--brand-blue);
}

.carousel-logo-wrapper {
  color: #b8b8b8;
  justify-content: center;
  align-items: center;
  transition: color .5s;
  display: flex;
}

.carousel-logo-wrapper:hover {
  color: #000;
}

.overline-4 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.logo-carousel {
  width: 100%;
  overflow: hidden;
}

.section-carousel {
  padding: 80px 5%;
  overflow: hidden;
}

.gradient-left {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-logo {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 52px;
  display: flex;
  overflow: visible;
}

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

.logo-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-carousel-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline-large {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  transition: background-color .2s, color .2s;
}

.button-outline-large:hover {
  color: #fff;
  background-color: #000;
}

.button-outline-large:focus {
  border-color: #141414;
}

.gradient-right {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo-carousel-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-carousel-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.h2-heading-6 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.logo-divider {
  background-color: #e4e4e7;
  width: 1px;
  height: 32px;
}

.container-regular-2 {
  z-index: 5;
  background-color: #fefdff;
  border-radius: 20px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 33px;
  position: relative;
  box-shadow: 0 2px 20px #0003;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.logo-carousel-wrapper-2 {
  align-items: center;
  min-height: 100px;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-card {
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 24px;
  display: flex;
}

.logo-carousel-2 {
  width: 100%;
  overflow: hidden;
}

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

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-large-4.text-align-center {
  text-align: center;
}

.text-color-purple {
  color: #8870d7;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.logo-overlay-right {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.h4-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.section-large-5 {
  margin-top: -102px;
  margin-bottom: -93px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: relative;
}

.logo-carousel-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-overlay-left {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.max-width-x-small {
  width: 100%;
  max-width: 200px;
}

.header-image-top {
  z-index: 3;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
}

.header-logos-footnote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #e4e4e4;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.header-outer-section {
  padding-top: 100px;
  overflow: hidden;
}

.newsletter-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 450px;
  display: flex;
}

.h1-heading-3 {
  color: #24262d;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
}

.header-avatar {
  width: 140px;
  height: 140px;
  position: absolute;
  inset: 32px auto auto 32px;
}

.overline-regular-2 {
  color: #6869ac;
  letter-spacing: -.18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.header-logos-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.text-color-brand {
  color: #6869ac;
}

.header-image-card {
  background-color: #6869ac;
  border-top-left-radius: 99px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.header-container {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.header-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-inner-section {
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.header-gsap-text {
  z-index: 1;
  color: #6869ac;
  position: relative;
}

.header-newsletter-field {
  color: #24262d;
  border: 1px solid #b4bac5;
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 24px;
}

.header-newsletter-field:focus {
  border-color: #6869ac;
}

.header-newsletter-field::placeholder {
  color: #575f70;
}

.paragraph-2x-large {
  color: #3d424c;
  font-size: 22px;
  line-height: 40px;
}

.header-content {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: column;
  width: 50%;
  max-width: 588px;
  padding-bottom: 100px;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.background-lines {
  z-index: 1;
  color: #2b2c50;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-primary-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6869ac;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-2:hover {
  background-color: #2b2c50;
}

.header-image-bottom {
  z-index: 2;
  object-fit: scale-down;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.paragraph-small-6 {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-6.text-color-tertiary {
  color: #e9e9e9;
}

.header-logo {
  max-height: 36px;
}

.header-logo.smaller {
  padding-top: 10px;
  padding-bottom: 10px;
}

.carousel-horizontal {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel-placeholder {
  width: 56px;
  height: 56px;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.date-field {
  color: #151e24;
  border: 1px solid #ccc;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

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

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

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

.fs-form-submit_block {
  background-color: #fff;
  width: 100%;
  padding: 3rem;
}

.fs-form-submit_form {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
}

.fs-form-submit_label {
  color: #000;
}

.fs-form-submit_field {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.fs-form-submit_button {
  background-color: #4c1aec;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
}

.fs-form-submit_success {
  color: #000;
  background-color: #f5f5f5;
  padding: 2rem;
  font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
  .navigation-menu {
    background-color: #fff;
    padding: 16px;
    position: absolute;
  }

  .menu-button {
    background-color: #f5f5f5;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 17px;
    display: flex;
  }

  .navigation-left {
    flex: 0 auto;
  }

  .navigation-grid, .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .content-slide-grid {
    grid-template-columns: 1.2fr;
  }

  .section-large-2, .section-regular-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

  .team-background-wrapper {
    height: auto;
  }

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

  .section-large-3 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .content-grid, .bento-grid-large {
    grid-template-columns: 1fr;
  }

  .cta-block {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .button-primary-2 {
    display: flex;
  }

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

  .button-secondary, .button-primary-3 {
    display: flex;
  }

  .section-regular-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-slider-left {
    max-width: 80%;
  }

  .testimonial-title-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .contact-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }

  .logo-carousel-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .logo-card {
    padding: 5px;
  }

  .header-logos-footnote {
    flex-flow: wrap;
  }

  .header-image-card {
    justify-content: flex-end;
    align-items: flex-start;
    width: 106%;
    max-width: none;
    height: 450px;
    margin-top: 64px;
    position: relative;
  }

  .header-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .h3-heading {
    font-size: 50px;
  }

  .h2-heading {
    font-size: 40px;
  }

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

  .h5-heading-3 {
    font-size: 28px;
  }

  .section-regular-3 {
    padding-bottom: 181px;
  }

  .content-service-details {
    max-width: none;
  }

  .h5-heading-4 {
    font-size: 28px;
  }

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

  .team-background {
    margin-bottom: -64px;
  }

  .team-member {
    height: 240px;
  }

  .team-member:hover {
    margin-bottom: 0;
  }

  .team-member.team-member-right {
    margin-left: 0;
    bottom: 0;
    transform: none;
  }

  .team-member.team-member-center {
    bottom: 0;
  }

  .team-member.team-member-left {
    margin-right: 0;
    transform: none;
  }

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

  .h5-heading-5 {
    font-size: 28px;
  }

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .wrap-h-regular {
    flex-flow: column;
  }

  .cta-block {
    text-align: center;
    flex-flow: column;
    padding: 64px 24px;
  }

  .section-blue {
    margin-top: -3px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-4 {
    font-size: 44px;
  }

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .cta-accent-left {
    display: none;
  }

  .cta-dark {
    padding: 80px 48px;
  }

  .h2-heading-5 {
    font-size: 44px;
  }

  .button-secondary {
    max-width: 100%;
  }

  .cta-button-group {
    justify-content: center;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .testimonal-slide {
    margin-right: 24px;
  }

  .paragraph-x-small-2 {
    margin-right: 8px;
  }

  .h3-heading-3 {
    font-size: 40px;
  }

  .testimonial-slider-left {
    width: 100%;
    max-width: 90%;
  }

  .testimonial-mask-small {
    width: 90%;
  }

  .testimonial-title-row {
    margin-bottom: 48px;
  }

  .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

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

  .logo-carousel-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .logo-carousel-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .h2-heading-6 {
    font-size: 44px;
  }

  .section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-image-card {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .header-component {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .icon.hide-mobile {
    display: none;
  }

  .h3-heading {
    font-size: 40px;
  }

  .column-gigantic {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .header-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navigation {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-primary {
    width: 100%;
  }

  .button-primary.navbar, .button-video-play {
    display: none;
  }

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

  .column-2x-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content-slider {
    overflow: hidden;
  }

  .title-wrapper {
    margin-bottom: 58px;
  }

  .section-regular-3.alt-bg-color {
    padding-top: 57px;
    padding-bottom: 57px;
  }

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

  .team-grid-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-block {
    padding: 48px 16px;
  }

  .section-blue {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .button-primary-2, .cta-button {
    width: 100%;
  }

  .cta-text {
    margin-top: 120px;
  }

  .button-cta {
    width: 100%;
  }

  .section-large-4.dark {
    margin-top: -74px;
  }

  .cta-center-image {
    top: -24px;
  }

  .cta-dark {
    padding: 64px 40px;
  }

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

  .cta-button-2 {
    flex: none;
    width: 100%;
  }

  .email-form {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-features {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .testimonal-slide {
    margin-right: 16px;
  }

  .testimonial-card {
    padding: 16px;
  }

  .testimonial-slider-left {
    max-width: 100%;
    padding-top: 64px;
    position: relative;
  }

  .testimonial-slider-button-top {
    inset: 0% 0% auto auto;
  }

  .testimonial-title-row {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .contact-submit-grid, .form-grid {
    grid-template-columns: 1fr;
  }

  .gradient-left {
    width: 40px;
  }

  .button-outline-large {
    width: 100%;
  }

  .gradient-right {
    width: 40px;
  }

  .logo-card {
    width: 324px;
  }

  .button-outline {
    flex: none;
    width: 100%;
  }

  .header-logos-footnote {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .newsletter-form {
    flex-flow: column;
  }

  .header-avatar {
    display: none;
  }

  .header-logos-row {
    flex-flow: wrap;
  }

  .carousel-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-form-submit_block {
    padding: 1.5rem;
  }
}

#w-node-bd14cc97-c2c1-bdc4-a6ae-7296c1315ed7-0210e8c4, #w-node-_8d819acc-2c77-f28e-c3ca-e08665b12943-0210e8c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2d929b3-6a74-543c-2c1c-af584a1e57b0-0210e8c4, #w-node-a2d929b3-6a74-543c-2c1c-af584a1e57b4-0210e8c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2d929b3-6a74-543c-2c1c-af584a1e57d8-0210e8c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7abd98d6-a92a-5a6b-129b-ca5e87731e33-87731e30 {
  justify-self: start;
}

#w-node-_7abd98d6-a92a-5a6b-129b-ca5e87731e47-87731e30 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d47d209c-4aef-6f83-8846-67d2dd67c921-0210e8c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bd14cc97-c2c1-bdc4-a6ae-7296c1315eeb-0210e8c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d47d209c-4aef-6f83-8846-67d2dd67c921-0210e8c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d819acc-2c77-f28e-c3ca-e08665b12947-0210e8c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


