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

.navbar12_container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar12_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.text-size-small {
  color: #000;
  font-size: 14px;
}

.navbar12_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: flex;
}

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

.navbar12_logo {
  object-fit: cover;
  max-width: none;
  overflow: clip;
}

.dg-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #000;
  border: 1px solid #00796b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.dg-button:hover {
  background-color: #006055;
  border-color: #006055;
}

.dg-button.is-alternate {
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-color: #000;
  font-size: 15px;
}

.dg-button.is-alternate.is-secundary {
  color: #000;
  background-color: #fff;
  border-color: #b6b6b6;
}

.dg-button.is-secondary {
  color: #000605;
  background-color: #fff;
  border-color: #e5e7eb;
}

.dg-button.is-alternate:hover {
  color: #000;
  background-color: #d8d9d9;
  border-color: #d8d9d9;
  font-size: 15px;
}

.dg-button.is-alternate._2 {
  color: #000;
  background-color: #fff;
  border-color: #b6b6b6;
}

.dg-button.is-secondary {
  color: #000605;
  background-color: #fff;
  border-color: #e5e7eb;
  font-family: Inter, sans-serif;
}

.dg-button.is-secondary:hover {
  background-color: #0006050d;
}

.dg-button.is-secondary.is-alternate {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #b6b6b6;
}

.dg-button.is-secondary.is-alternate:hover {
  background-color: #d8d9d9;
  background-image: none;
  border-color: #eaecf0;
}

.dg-button.is-alternate {
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.dg-button.is-alternate:hover {
  background-color: #d8d9d9;
  border-color: #d8d9d9;
}

.navbar12_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar12_component.color-scheme-2 {
  background-color: #0000;
  border-color: #e5e7eb;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar12_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar12_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 22rem;
  padding: 1.5rem;
  right: -100%;
  box-shadow: 0 2px 5px #00000017;
}

.navbar12_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar12_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.navbar12_logo-link {
  padding-left: 0;
}

.navbar12_icon-wrapper {
  flex: none;
}

.text-block {
  font-size: 15px;
  font-weight: 500;
}

.navbar12_menu {
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar12_menu-button {
  padding: 0;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.navbar12_link {
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.navbar12_link.w--current {
  color: #000605;
}

.container-4 {
  margin-bottom: 20px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(1px, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.dg-h1 {
  color: #fff;
  letter-spacing: -.0525rem;
  font-family: Reddit Sans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 78px;
}

.dg-h1.black {
  color: #000;
  font-family: Reddit Sans, sans-serif;
  font-size: 70px;
  line-height: 1.2;
}

.dg-h1.black.spacing1 {
  margin-bottom: 20px;
  font-size: 75px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
}

.button-group.roles {
  padding-top: 40px;
}

.div-block-2 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.dg-body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.dg-body.black {
  color: #4a4f56;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.dg-body.black.spacing2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
}

.dg-body.black.aling-left {
  text-align: left;
  text-align: left;
  text-align: left;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.dg-body.black.txt-white {
  color: #fff;
}

.dg-body.black.left {
  text-align: left;
}

.dg-body.black {
  color: #525f75;
  text-align: center;
  line-height: 27px;
}

.dg_container {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.content-checklist-item {
  grid-column-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-text-wrap {
  width: 100%;
  max-width: 540px;
}

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

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

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

.content-image {
  width: 100%;
  max-width: 560px;
}

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

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

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

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

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

.content-feature-grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

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

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.div-block-3 {
  padding-top: 0;
  padding-bottom: 40px;
}

.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;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
}

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

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

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

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

.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 {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.code-embed {
  display: none;
}

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

.title-large {
  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;
}

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

.caption-regular.text-color-tertiary {
  color: #6b7280;
  font-family: Inter, sans-serif;
}

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

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

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

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

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

.icon-regular-2 {
  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 {
  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%;
}

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

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

.h5-heading {
  color: #1e2022;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
}

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

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

.team-statistics-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ededf385;
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

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

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

.section-xx-large {
  background-color: #f7f8f8;
  padding: 220px 5%;
  position: relative;
}

.paragraph-x-large {
  color: #000;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

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

.brand-span {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.paragraph-small {
  color: #40444c;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.subheading-large {
  color: #000;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-large.text-brand-purple {
  color: #6153bd;
}

.content-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  place-items: center;
}

.image {
  text-align: left;
  max-width: none;
  display: block;
  overflow: visible;
}

.wrap-h-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

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

.testimonial-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.content-image-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 90%;
}

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

.content-image-card {
  background-color: #f6f7f9;
  border: 1px solid #d5d9e2;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 450px;
  display: flex;
  position: relative;
}

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

.section-large {
  background-color: #fff;
  padding: 40px 5% 80px;
  position: relative;
}

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

.content-testimonial {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #460906;
  background-color: #fff2eb;
  border: 1px solid #ffe7d6;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.testimonial-avatar {
  background-color: #fe5b25;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

.heading {
  color: #000;
  margin-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.dg-h2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.dg-h2.aling-left {
  text-align: left;
  font-size: 42px;
}

.dg-h2.cta {
  font-size: 46px;
  line-height: 60px;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  border-radius: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.uui-layout72_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge-3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.uui-icon-1x1-xsmall-3 {
  color: #4b0ddd;
  width: 1.7rem;
  height: 1.7rem;
}

.uui-section_layout72 {
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.numbers-circled-dg {
  color: #7f56d9;
  background-color: #4b0ddd1a;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.numbers-circled-dg:hover {
  color: #fff;
  background-color: #0000;
  font-family: Inter, sans-serif;
}

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

.uui-max-width-large-2 {
  text-align: left;
  width: 100%;
  max-width: none;
}

.uui-max-width-large-2.spacing {
  max-width: none;
  padding-bottom: 40px;
  padding-right: 0;
}

.uui-max-width-large-2.spacing.aling-center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.uui-layout72_item {
  background-color: #f7f7f8bf;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout72_item:hover {
  border: 1px solid #dfdde2;
}

.uui-layout72_item.candidate-role {
  background-color: #0000;
}

.uui-layout72_item.candidate-role:hover {
  background-color: #fff;
  border-style: solid;
  border-color: #4b0ddd;
}

.uui-heading-xxsmall-2 {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.candidate-text {
  font-size: 23px;
}

.layout-vertical {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

.case-tab_content-wrap {
  width: 100%;
}

.code-embed-18 {
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.section-header {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-header.max-md {
  max-width: 826px;
}

.section-header.max-md.case-max {
  max-width: 600px;
  padding-bottom: 0;
}

.cese_content-2 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  display: flex;
}

.grid-three-column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  width: 95%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-profile {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.case-category_wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.case-tab-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.case-category {
  color: #000;
  letter-spacing: -.32px;
  background-color: #eff0f6;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  padding: 10px 14px 8px;
  line-height: 137%;
  transition: color .3s, background-color .3s;
}

.case-category:hover {
  color: #fff;
  background-color: #000;
}

.case-category.w--current {
  color: #121212;
  background-color: #eff0f6;
  border-style: solid;
  border-radius: 5px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.body {
  background-color: #0000;
}

.dg-pricing-card {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-block-13 {
  color: #848484;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.a-container-x-small-2 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.uui-text-align-center {
  text-align: center;
  display: block;
}

.dg_space-div {
  width: 100%;
  min-height: 1.5rem;
}

.dg_space-div._2 {
  min-height: 1rem;
}

.dg_space-div._3 {
  min-height: 1.2rem;
}

.text-style-tagline {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-span-6 {
  color: #475467;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.a-title-wrap-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dg-pricing-price {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #101828;
  text-align: left;
  justify-content: flex-start;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 40px;
  font-family: Reddit Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.uui-pricing04_feature {
  display: flex;
}

.a-margin-bottom-68 {
  margin-bottom: 64px;
}

.text-span-7 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.uui-pricing04_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.a-pricing-footnote-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 430px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dg-pricing04_plan {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 2.5rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.a-caption-2 {
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

.a-pricing-grid-columns-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.uui-pricing04_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.a-margin-bottom-65 {
  margin-bottom: 12px;
}

.dg_pricing {
  background-color: #f5f5f596;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 92px 5%;
  font-family: Inter, sans-serif;
  font-size: 12px;
  position: relative;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.text-span-8 {
  font-weight: 700;
}

.dg-pricing04_content {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-top: 10px;
  display: flex;
}

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

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

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

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

.pricing-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  display: flex;
}

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

.feature-check-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.pricing-badge-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-regular-4 {
  color: #4a4f56;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.paragraph-regular-4.text-color-gray-400 {
  color: #a3a3a3;
}

.section-regular-3 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-3.background-brown-50 {
  background-color: #f8f6f6;
}

.price-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pricing-line {
  background-color: #4a3f3f;
  border: 1px dashed #000;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  align-self: stretch;
  width: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.column-small.column-center {
  justify-content: flex-start;
  align-items: center;
}

.pricing-old-price {
  color: #aa3c3c;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
}

.h5-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.pricing-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  display: flex;
}

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

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

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  flex-flow: column;
  padding: 0;
  display: flex;
}

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

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

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

.text-color-purple-600 {
  color: #5c2d5c;
}

.badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #285d4e;
  white-space: nowrap;
  background-color: #f4faf8;
  border: 1px solid #d6f0e5;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
}

.badge.brown {
  color: #78615e;
  background-color: #f8f6f6;
  border-color: #f2eeee;
}

.badge.purple {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #4b264b;
  background-color: #4b0ddd1a;
  border-color: #e2d9e2;
  border-radius: 10px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: inline-flex;
}

.badge.blue {
  color: #27497c;
  background-color: #f3f6fc;
  border-color: #e8eef7;
}

.subheading-regular {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-14 {
  color: #4b0ddd;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-5 {
  background-color: #00000008;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px;
}

.heading-2, .heading-3 {
  margin-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-weight: 600;
}

.body-2 {
  background-color: #0000;
}

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

.feature-icon {
  color: #6173e5;
  background-color: #fcf9ee;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feature-icon.icon-red {
  color: #e56161;
  background-color: #fceeee;
  border-radius: 50%;
}

.feature-icon.icon-green {
  color: #86c1a0;
  background-color: #f0fdf4;
  border-radius: 50%;
}

.feature-icon.icon-yellow {
  color: #e5cb61;
  background-color: #fcf9ee;
  border-radius: 50%;
}

.feature-icon.icon-blue {
  color: #eff6ff;
  background-color: #eeeffc;
  border-radius: 50%;
}

.feature-icon.icon-gray {
  color: #6d767e;
  background-color: #eeeffc;
  border-radius: 50%;
}

.feature-icon.icon-orange {
  color: #e59661;
  background-color: #fefce8;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.feature-card-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px 20px 15px;
  transition: all .3s;
  display: flex;
}

.feature-card-a:hover {
  border-width: .5px;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.feature-card-a.role-copy {
  padding-right: 15px;
}

.feature-card-a.white {
  background-color: #fff;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1280px;
}

.grid-three-column.role3 {
  grid-column-gap: 8px;
  grid-row-gap: 11px;
  grid-template-columns: 1fr 1fr 1fr;
}

.caption-medium {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.h6-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.section-regular-4 {
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 80px 2% 80px 5%;
  display: flex;
  position: relative;
}

.section-regular-4.roles1 {
  width: 100%;
  padding-right: 5%;
  display: block;
}

.section-regular-4.roles1.roles2 {
  text-align: center;
}

.section-regular-4.roles2 {
  background-color: #f7f9fd;
  padding-right: 5%;
  display: block;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.paragraph-small-3.text-color-gray-600 {
  color: #6d767e;
}

.text-span-9 {
  color: #4a4f56;
  font-size: 16px;
  font-weight: 400;
}

.body-3 {
  background-color: #fff;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.title-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.hiw-2-number {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.footnote {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 628px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-heading-4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

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

.section-regular-5 {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

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

.paragraph-regular-5.text-color-secondary {
  text-align: center;
}

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

.subheading-large-2 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.hiw-2-step {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-x-large-4 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.text-block-15 {
  color: #4b0ddd;
  font-family: Reddit Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-15:hover {
  color: #fff;
}

.cta_icon-wrap9 {
  position: absolute;
  bottom: 59px;
  right: 28%;
}

.cta_icon-6 {
  width: 78px;
}

.cta_icon-1 {
  width: 68px;
}

.cta_icon-wrap3 {
  position: absolute;
  top: 184px;
  left: 11%;
}

.cta_icon-wrap7 {
  position: absolute;
  top: 83px;
  right: 4%;
}

.cta_icon-wrap2 {
  position: absolute;
  top: 7%;
  left: 17%;
}

.text-block-6 {
  color: #0c0407;
  text-align: left;
  text-decoration: none;
}

.text-block-6.community {
  z-index: 999;
  color: #fff;
  font-family: Inter, sans-serif;
  position: relative;
}

.cta_icon-wrap10 {
  position: absolute;
  bottom: 57px;
  right: 13%;
}

.cta_icon-2 {
  width: 82px;
}

.cta_icon-wrap5 {
  position: absolute;
  bottom: 57px;
  left: 26%;
}

.cta_icon-wrap6 {
  position: absolute;
  top: 8%;
  right: 14%;
}

.cta_icon-10 {
  width: 82px;
}

.cta_icon-wrap1 {
  position: absolute;
  top: 75px;
  left: 4%;
}

.cta_icon-wrap4 {
  position: absolute;
  bottom: 47px;
  left: 57px;
}

.cta_talent {
  z-index: 1;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 414px;
  padding: 20px;
  display: flex;
  position: relative;
}

.cta_talent.candidates {
  background-color: #f7f9fd;
}

.cta_content-wrap {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 593px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-size-regular {
  font-size: 1rem;
}

.cta_icon-3 {
  width: 68px;
}

.cta_icon-7 {
  width: 52px;
}

.cta_icon-wrap8 {
  position: absolute;
  top: 184px;
  right: 8%;
}

.cta_icon-5 {
  width: 78px;
  padding-top: 0;
}

.cta_icon-8 {
  width: 68px;
}

.cta_icon-4, .cta_icon-9 {
  width: 52px;
}

.text-block-16 {
  color: #0c0407;
  text-align: left;
  text-decoration: none;
}

.text-block-16.community {
  z-index: 999;
  color: #fff;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-3.padding-section-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section_cta {
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.social-icon {
  flex: 0 auto;
  width: 20px;
  height: 20px;
}

.footer-logo {
  height: auto;
}

.footer-category {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-column-left {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  display: flex;
}

.text-block-17 {
  font-family: Inter, sans-serif;
}

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

.footer-section {
  border: 0 #000;
  padding: 80px 5% 60px;
  position: relative;
}

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

.footer-link-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-grid-regular {
  grid-column-gap: 39px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.footer-legal-section {
  background-color: #f5f5f5;
  padding: 10px 3%;
}

.footer-link-dark {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #666;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link-dark:hover {
  color: #000;
}

.footer-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

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

.text-color-primary {
  color: #000;
}

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

.footer-legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-header-avatar-text {
  color: #4a4f56;
  margin-left: 24px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

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

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

.header-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.section-regular-6 {
  background-color: #f8f8fc;
  padding: 60px 5% 82px;
  position: relative;
}

.f-avatar-group-r {
  background-color: #e4e6f1;
  background-image: url('../images/Group-19.png');
  background-position: 0 0;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.header-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.f-header-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.header-image-wrapper-right {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 90%;
  padding-left: 48px;
  display: block;
  position: relative;
}

.header-title-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.h4-heading {
  color: #5b616e;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

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

.max-width-x-small {
  width: 100%;
  max-width: none;
  height: 24%;
}

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

.f-avatar-dark {
  color: #fff;
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.header-card {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 3px #edeff2;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 304px;
  padding: 24px;
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 10%;
  right: auto;
  overflow: hidden;
}

.header-card._2 {
  margin-top: 0;
  padding-top: 20px;
  bottom: 10%;
}

.header-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.text-span-11 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.navbar12_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-small-5 {
  color: #4a4f56;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.link-arrow {
  color: #ff443d;
  overflow: hidden;
}

.code-embed-17 {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  inset: auto 5px auto auto;
}

.div-block-8 {
  background-color: #f7f9fd;
  padding-top: 100px;
  padding-bottom: 100px;
}

.uui-text-size-medium-4 {
  color: #475467;
  letter-spacing: normal;
  border-radius: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.content-image-3 {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  padding-top: 40px;
}

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

.testimonials-card {
  height: 100%;
  padding: 48px;
}

.cards_card7_content-top-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(max-content, .25fr) minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.cards_card6_infos-content {
  grid-column-gap: .4rem;
  color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cards_card6_infos-content:hover {
  color: #000;
}

.faq-3 {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

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

.text-weight-semibold.text-size-medium.text-color-purple {
  color: #000;
  font-size: 20px;
}

.text-block-18 {
  font-family: Inter, sans-serif;
}

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

.user-review-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-title-2 {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

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

.div-block-25 {
  padding-bottom: 40px;
}

.code-embed-19 {
  width: 1rem;
  height: 1rem;
}

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

.cards_card7-2 {
  background-color: #fff;
  border: 1px solid #f1f0f0;
  border-radius: 1.25rem;
  max-width: 45rem;
  padding: 1rem;
  position: static;
}

.text-size-small-3 {
  font-size: .875rem;
}

.text-size-small-3.text-weight-medium {
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.testimonial {
  padding: 120px 20px;
}

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

.cards_card7_content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

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

.testimonial-slider {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

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

.left-arrow {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  transition: background-color .25s;
  display: flex;
  inset: auto 16% 10% auto;
}

.left-arrow:hover {
  background-color: #605e6378;
}

.review-info-text {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

.navbar12_logo-2 {
  object-fit: cover;
  overflow: clip;
}

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

.code-embed-9 {
  font-family: Reddit Sans, sans-serif;
}

.header-link-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.section-regular-7 {
  background-color: #f8f8fc;
  padding: 60px 5% 82px;
  position: relative;
}

.subheading-regular-2 {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.subheading-regular-2.text-align-center {
  font-weight: 600;
}

.testimonial-review {
  margin-bottom: 40px;
}

.faq-border-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.user-image {
  margin-bottom: 20px;
}

.content-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.content-feature.candidate-verify {
  padding-left: 0;
}

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

.dg_h2 {
  color: #000;
  font-family: Reddit Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.cards_card_more-wrapper-3 {
  grid-column-gap: 1rem;
  color: #bebebe;
  display: flex;
  position: absolute;
  inset: 1.75rem 1.75rem auto auto;
}

.grid-two-column-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.testimonial-user-name {
  color: #060902;
  font-family: Reddit Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.header-link-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quote-icon-wrap {
  margin-bottom: 32px;
}

.review-info-text-wrap {
  margin-bottom: 24px;
}

.icon-embed-xxsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.icon-embed-xxsmall-3.is-purple {
  color: #6a14ad;
}

.slide-nav {
  display: none;
}

.dg_faq_text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.section-regular-8 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.section-regular-8.background-graphics {
  background-color: #f7f9fd;
  padding-top: 100px;
}

.right-arrow {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  transition: background-color .25s;
  display: flex;
  inset: auto 8% 10% auto;
}

.right-arrow:hover {
  background-color: #605e6378;
}

.faq-icon {
  color: #23272f;
  background-color: #edeff3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.testimonial-user-info-wrap {
  text-align: left;
}

.testimonial-user-info-wrap.clients, .code-embed-11 {
  text-align: center;
}

.testimonial-user-designation {
  color: #525f75;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.input-shortcut-embed {
  display: none;
}

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

.faq-tab-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.cards_card6_infos-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-26 {
  justify-content: flex-end;
  display: flex;
  position: relative;
  bottom: auto;
}

.subheading-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Reddit Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.user-review-wrapper {
  background-color: #060902;
  border-radius: 16px;
  padding: 66px 48px;
}

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

.faq-divider {
  background-color: #d5d9e2;
  width: 100%;
  height: .5px;
}

.heading-11 {
  color: #000;
  margin-bottom: 20px;
  font-family: Reddit Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

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

.user-review-info-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.review-number {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.header-link-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  text-align: center;
  background-color: #f7f9fd;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.header-link-card:hover {
  background-color: #fff;
  border-color: #4b0ddd;
}

.section-regular-9 {
  border-radius: 20px;
  padding: 100px 5%;
  position: relative;
}

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

.caption-small-2.text-color-gray-900 {
  color: #525f75;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.section-benefits {
  padding: 96px 5%;
}

.section-benefits.background-gray-50 {
  background-color: #fff;
  padding-bottom: 60px;
}

.dg-faq-p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.section_cta-2 {
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section_cta-2.candidate-cta {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-24 {
  display: block;
}

.title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-regular-11.background-gray {
  background-color: #0000;
}

.cards_card7_image-2 {
  object-fit: cover;
  border: .25rem solid #f98f37;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
}

.testimonial-bottom-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-19 {
  font-size: 15px;
  font-weight: 500;
}

.code-embed-2 {
  width: 4rem;
  height: 4rem;
}

.faq-content {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.uui-layout72_item-2 {
  background-color: #f8f8fc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout72_item-2:hover {
  border: 1px solid #4b0ddd;
}

.uui-heading-xxsmall-3 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.content-feature-grid {
  grid-column-gap: 27px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 20px;
}

.text-span-12 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

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

.navbar12_container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-small-7 {
  color: #4a4f56;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.code-embed-20 {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  inset: auto 5px auto auto;
}

.div-block-27 {
  background-color: #f7f9fd;
  padding-top: 100px;
  padding-bottom: 100px;
}

.uui-text-size-medium-5 {
  color: #475467;
  letter-spacing: normal;
  border-radius: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.content-image-4 {
  width: 100%;
  max-width: 560px;
  padding-top: 60px;
}

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

.text-block-20 {
  font-family: Inter, sans-serif;
}

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

.text-block-21 {
  color: #0c0407;
  text-align: left;
  text-decoration: none;
}

.text-block-21.community {
  z-index: 999;
  color: #fff;
  font-family: Inter, sans-serif;
  position: relative;
}

.div-block-28 {
  padding-bottom: 40px;
}

.code-embed-21 {
  width: 1rem;
  height: 1rem;
}

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

.text-size-small-4 {
  font-size: .875rem;
}

.text-size-small-4.text-weight-medium {
  flex: 0 auto;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

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

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

.code-embed-22 {
  font-family: Reddit Sans, sans-serif;
}

.section-regular-12 {
  background-color: #f8f8fc;
  padding: 60px 5% 82px;
  position: relative;
}

.section-regular-12.white {
  background-color: #fff;
  padding-top: 70px;
}

.grid-two-column-3 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.cta_content-wrap-2 {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 511px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-icon-featured-outline-large-3 {
  color: #7f56d9;
  background-color: #4b0ddd1a;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.code-embed-23 {
  text-align: center;
}

.navbar12_menu-buttons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.footer-links-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.div-block-29 {
  justify-content: flex-end;
  display: flex;
  position: relative;
  bottom: auto;
}

.cta_icon-5-2 {
  width: 78px;
}

.heading-12 {
  color: #000;
  margin-bottom: 20px;
  font-family: Reddit Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

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

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

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

.caption-small-3.text-color-gray-900 {
  color: #393837;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.section-regular-14 {
  padding: 96px 5%;
}

.section-regular-14.background-gray-50 {
  background-color: #fff;
  padding-bottom: 60px;
}

.section_cta-3 {
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section_cta-3.candidate-cta {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-30 {
  display: block;
}

.title-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-regular-15.background-gray {
  background-color: #0000;
}

.code-embed-25 {
  width: 4rem;
  height: 4rem;
}

.navbar12_menu-button-2 {
  padding: 0;
}

.uui-layout72_item-3 {
  background-color: #f8f8fc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout72_item-3:hover {
  border: 1px solid #4b0ddd;
}

.uui-heading-xxsmall-4 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.text-span-13 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

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

.content-image-5 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 90%;
}

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

.section-large-2 {
  padding: 120px 5%;
  transition: opacity .2s;
  position: relative;
}

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

.paragraph-small-9 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

.tab-icon-green {
  background-color: #ebfff5;
  border: 1px solid #d6ffeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tab-icon-orange {
  background-color: #fff2eb;
  border: 1px solid #ffe7d6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.content-tabs-menu-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  margin-left: 5%;
  display: flex;
}

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

.h2-heading-6 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.tab-progress-bar-base {
  background-color: #edeff3;
  border-radius: 99px;
  width: 100%;
  height: 5px;
  margin-inline: auto;
  inset-block: auto 0;
  inset-inline: 0;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: color .3s;
}

.content-tab-link:hover {
  color: #23272f;
}

.content-tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

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

.content-footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #fe5b25;
  border-radius: 99px;
  height: 5px;
  transition-property: width;
  transition-duration: .125s;
}

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

.tab-link-dropdown {
  overflow: hidden;
}

.tab-link-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-pane {
  aspect-ratio: 3 / 2;
  border: 1px solid #edeff3;
  border-radius: 24px;
  overflow: hidden;
}

.content-tabs-row {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.title-wrapper-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 64px;
  display: flex;
}

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

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

.tab-icon-purple {
  background-color: #faf5ff;
  border: 1px solid #f1e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tab-link-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.paragraph-small-10 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

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

.code-embed-26 {
  display: none;
}

.dg-h3 {
  color: #000;
  font-family: Reddit Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.feature-icon-2 {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feature-icon-2.icon-red {
  color: #e56161;
  background-color: #fceeee;
}

.feature-icon-2.icon-green {
  color: #86c1a0;
  background-color: #f2f8f5;
}

.feature-icon-2.icon-yellow {
  color: #e5cb61;
  background-color: #fcf9ee;
}

.feature-icon-2.icon-blue {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 50%;
}

.feature-icon-2.icon-gray {
  color: #6d767e;
  background-color: #f8f9fa;
}

.feature-icon-2.icon-orange {
  color: #e59661;
  background-color: #fcf3ee;
}

.feature-card-a-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex: 1;
  align-items: flex-start;
  padding: 20px 10px;
  transition: all .3s;
  display: flex;
}

.feature-card-a-2:hover {
  border-width: .5px;
  box-shadow: 0 24px 64px #e0e0e07a;
}

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

.h6-heading-4 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

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

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

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

.title-wrapper-4 {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.paragraph-small-11 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-11.text-color-gray-600 {
  color: #6d767e;
  border-radius: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.process-card-left-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-image {
  border-radius: 16px;
  width: 100%;
}

.process-card-title {
  color: #060902;
  margin-bottom: 12px;
  font-family: Reddit Sans, sans-serif;
  font-weight: 600;
}

.process-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

.process-card-number {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.process-items-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.process-title {
  color: #060902;
  text-align: center;
}

.process-card-divder {
  background-color: #4b4841;
  width: 1px;
  height: 120px;
}

.process-card-divder.process-card-divder-hide {
  display: none;
}

.process-image-wrap {
  position: sticky;
  top: 100px;
}

.process-text {
  color: #4b4841;
  width: 460px;
  font-size: 18px;
  line-height: 26px;
}

.process-card-number-wrap {
  background-color: #060902;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 80px;
  display: flex;
}

.process-grid-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-6 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.process-caption {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.process-single-card {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.process {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

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

.section {
  background-color: #f7f7f8bf;
  padding: 60px 5% 80px;
}

.image-2 {
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
}

.handlee-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #00000026;
  border-radius: 10px;
  align-items: center;
  margin-top: 0;
  padding: 10px 20px;
  display: flex;
}

.code-embed-27 {
  width: 1.7rem;
  height: 1.7rem;
}

.div-block-31 {
  padding-top: 0;
  padding-left: 40px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

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

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.pricing-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f5f5;
  border-radius: 20px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.pricing-text-field {
  letter-spacing: -.006em;
  background-color: #141414;
  border: 1px solid #292929;
  border-radius: 10px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 14px 14px 14px 44px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #ffffff0f;
}

.pricing-text-field:focus {
  border: 1px solid #b0b0b0;
}

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

.pricing-newsletter-button-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.h6-heading-5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.paragraph-small-12.text-color-secondary {
  color: #666;
}

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

.text-color-tertiary {
  color: #8f8f8f;
}

.heading-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  margin-bottom: 48px;
}

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

.h2-heading-8 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.button-outline-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.button-outline-small:hover {
  background-color: #f0f0f0;
}

.pricing-header-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.input-icon-large {
  flex: none;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 14px auto 14px 16px;
}

.pricing-newsletter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

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

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

.pricing-cost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.pricing-submit-icon-wrapper {
  color: #ff4b0f;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 4px 4px 4px auto;
  box-shadow: 0 4px 8px #0000001f;
}

.footer-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.pricing-grid-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.badge-outline {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.pricing-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #666;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.h5-heading-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.subheading-regular-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-submit-button {
  text-align: left;
  background-color: #ff4b0f;
  background-image: linear-gradient(#ffffff3d, #0000 50%);
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #ff4b0f, 0 1px 2px #ff4b0fa3;
}

.pricing-submit-button:hover {
  background-image: linear-gradient(#ffffff7a, #0000 50%);
}

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

.price-feature-block-blue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.price-feature {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.container-x-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1.5px solid #e6e6e6;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature.striked {
  opacity: .3;
  text-decoration: line-through;
}

.pricing-feature.option {
  border: 1px #000;
  border-radius: 10px;
  padding: 10px 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.paragraph-small-13 {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-13.text-weight-medium {
  font-weight: 500;
}

.paragraph-small-13.text-weight-semibold {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.price-content {
  width: 100%;
  overflow: visible;
}

.price-tab-menu {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 8px;
  display: flex;
}

.pricing-button {
  width: 100%;
}

.pricing-icon {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.pricing-icon.pricing-blue-icon {
  color: #4255bd;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #4255bd;
  border: 1px solid #4255bd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-primary-2:hover {
  color: #4255bd;
  background-color: #fff;
}

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

.badge-beta-blue {
  color: #8e99d7;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.price-text-large {
  color: #4255bd;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.badge-pricing-secondary {
  color: #4255bd;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.title-wrapper-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-card-line {
  border-top: 1px solid #0000000f;
  border-radius: 0;
  padding: 0 32px 10px;
  position: relative;
  overflow: hidden;
}

.price-card-line._2 {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}

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

.pricing-grid-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

.price-tab-link {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price-tab-link.w--current {
  color: #f7f7f7;
  background-color: #4255bd;
  box-shadow: 1px 8px 20px #8d9bbe29;
}

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

.price-card-line-blue {
  border: 2px solid #4255bd;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

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

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

.button-outline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1.5px solid #e6e6e6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

.price-feature-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.badge-pricing {
  color: #1a1a1a;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.badge-beta {
  color: gray;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

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

.heading-detail {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-small-medium {
  font-weight: 500;
  line-height: 24px;
}

.wrap-h-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.wrap-h-xx-small.align-c {
  justify-content: flex-start;
  align-items: center;
}

.price-feature-grid {
  grid-column-gap: 14px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr;
}

.pricing-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-type {
  color: gray;
  font-family: Reddit Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.price-text {
  color: #1a1a1a;
  font-family: Reddit Sans, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

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

.paragraph-regular-10.text-weight-semibold {
  color: gray;
  font-family: Reddit Sans, sans-serif;
  font-weight: 600;
}

.navbar12_container-4 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-small-5 {
  color: #000;
  font-size: 14px;
}

.navbar12_menu-buttons-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.uui-navbar07_menu-right-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_item-right-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

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

.uui-navbar07_dropdown-link-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_menu-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar07_icon-wrapper-2 {
  color: #7f56d9;
  flex: none;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar07_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_dropdown-toggle-2 {
  color: #333;
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle-2:hover {
  color: #344054;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-3.show-tablet-2 {
  display: none;
}

.uui-navbar07_link-2 {
  color: #333;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar07_link-2:hover {
  color: #344054;
}

.uui-navbar07_link-2.w--current {
  color: #000;
}

.uui-navbar07_dropdown-list-2 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-navbar07_menu-button-2 {
  padding: 0;
}

.uui-button-tertiary-gray-2 {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray-2:hover {
  color: #344054;
  background-color: #f9fafb;
}

.uui-button-tertiary-gray-2.hide-tablet-2 {
  flex: none;
  transition: none;
  overflow: hidden;
}

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar07_dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link-2:hover {
  background-color: #f9fafb;
}

.uui-navbar07_item-heading-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.uui-navbar07_menu-left-2 {
  order: 0;
  align-self: auto;
}

.uui-navbar07_button-wrapper-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-navbar07_component-2 {
  background-color: #fff;
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: auto;
  display: flex;
}

.uui-navbar07_logo-link-2 {
  padding-left: 0;
}

.text-block-22 {
  font-weight: 500;
}

.text-span-14 {
  color: gray;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.bold-text-2 {
  color: gray;
}

.div-block-32 {
  padding-top: 20px;
}

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

.header-badge-b {
  color: #fff;
  text-transform: uppercase;
  background-color: #6173e5;
  border-radius: 99px;
  align-items: center;
  padding: 4px 8px 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.header-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.header-bloom {
  z-index: -3;
  position: absolute;
  inset: 0%;
}

.button-play-icon {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.header-section-s {
  padding: 124px 5% 0;
  position: relative;
}

.header-badge-link-b {
  grid-column-gap: 8px;
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 99px;
  align-items: center;
  padding: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-primary-3 {
  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;
}

.header-wrapper-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.wrap-v-regular-2.align-center {
  align-items: center;
}

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

.h1-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

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

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-testimonial-l-arrow {
  color: #393b6a;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-l-arrow:hover {
  color: #fff;
  background-color: #160042;
}

.f-testimonial-slider-regular {
  background-color: #0000;
  height: auto;
  padding-left: 72px;
  padding-right: 72px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

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

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-r-arrow {
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-r-arrow:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-testimonial-background {
  background-color: #f7f9fd;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.container-7 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.code-embed-28 {
  width: 1rem;
  height: 1rem;
}

.testimonial-top-wrapper {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.testimonial-top-wrapper.text-align-center {
  justify-content: center;
  margin-bottom: 100px;
}

.code-embed-29 {
  width: 4rem;
  height: 4rem;
}

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

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

.cf-testimonial-person {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

.cf-testimonial-person.slide-current-author {
  justify-content: center;
  max-width: 100px;
}

.cf-faq-bold-text {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

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

.cf-faq-main-wrapper.horizontal {
  flex-direction: row;
  padding-top: 100px;
}

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

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

.cf-testimonial-top-heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-testimonial-heading-wrapper {
  max-width: 700px;
}

.cf-testimonial-slider-content-wrapper {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 10% 60px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 15px 30px #b1b6c940;
}

.cf-faqs-wrapper {
  width: 60%;
  padding-top: 0;
}

.cf-testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.cf-testimonial-arrow {
  z-index: 80;
  background-color: #fff;
  width: 30px;
  height: 40px;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-45deg);
}

.cf-testimonial-person-image {
  transform-origin: 50%;
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min_1autumn-goodman-242825-unsplash-1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.cf-testimonial-person-image.cf-slide-author {
  background-image: url('../images/joanna-nix-walkup-h2pnXHMz8YM-unsplash.jpg');
}

.cf-testimonial-person-image.cf-slide-author.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author5 {
  background-image: url('../images/imansyah-muhamad-putera-KchIV_GDy6U-unsplash.jpg');
}

.cf-testimonial-person-image.slide-author5.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author2 {
  background-image: url('../images/Group-21.png');
}

.cf-testimonial-person-image.slide-author2.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author3 {
  background-image: url('../images/Image-15.png');
}

.cf-testimonial-person-image.slide-author3.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author1 {
  background-image: url('../images/pexels-photo-2463236-1-min.jpg');
  width: 38px;
  height: 38px;
}

.cf-testimonial-person-image.slide-author1.current {
  background-image: url('../images/Alba-testimonials.webp');
  width: 80px;
  height: 80px;
}

.cf-faq-question-container-2 {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cf-faq-question-container-2.first {
  border-top: 1px solid #0d0e101a;
}

.cf-section-placeholder {
  margin-top: -100px;
  position: absolute;
  inset: 0% 0% auto;
}

.cf-section-placeholder.testimonial {
  margin-top: -50px;
}

.dg-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.dg-nav-wrapper.testimonial-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 60px;
  position: relative;
}

.cf-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading.left {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

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

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

.hide {
  display: none;
}

.cf-testimonial-slider-left-arrow {
  background-color: #200e32;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  left: 10%;
}

.cf-testimonial-container {
  background-image: url('../images/g10-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850.844px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-faq-questions {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.cf-faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-testimonial-slider-mask {
  height: auto;
  padding-top: 70px;
}

.cf-faq-paragraph {
  color: #0d0e10bf;
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-text-block {
  color: #6f6a80;
  font-family: Montserrat, sans-serif;
}

.cf-text-block._24-px {
  color: #0f072c;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.cf-testimonial-slide {
  text-align: center;
  border-radius: 18px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.cf-faqs-text-wrap {
  width: 35%;
  max-width: 383px;
}

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

.cf-faq-section-1 {
  position: relative;
}

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

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

.cf-testimonial-slider-right-arrow {
  background-color: #0f072c;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  right: 10%;
}

.cf-bottom-line {
  background-color: #0d0e101a;
  width: 100%;
  height: 1px;
}

.cf-testimonial-person-designation-text {
  color: #6f6a80;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.cf-testimonial-person-designation-text.slide-current-author {
  color: #333;
  width: 200%;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

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

.cf-quotation-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.cf-testimonial-person-name-text {
  color: #0f072c;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.cf-testimonial-person-name-text.slide-current-author {
  width: 150%;
  margin-top: 10px;
  font-weight: 600;
  display: block;
}

.cf-testimonial-text-wrapper {
  margin-top: 25px;
}

.testimonial-person-images-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-faq-content {
  color: #0d0e10bf;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-faq-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.cf-testimonial-slider-arrow-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 11px;
  display: flex;
}

.process-card-left-wrap-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-8 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.process-single-card-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-5-content {
  margin-top: -16px;
  padding-bottom: 24px;
}

.faq-5-answer {
  color: #50555f;
  background-color: #0000;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.section-regular-18 {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.paragraph-regular-11 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.faq-5-accordion {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-5-icon {
  background-color: #f5f7f8;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.faq-5-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.faq-5-question {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

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

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

.faq-5-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.header-gradient-overlay {
  background-image: linear-gradient(4deg, #e9746240, #fff0);
  position: absolute;
  inset: 0%;
}

.title-center-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image-wrapper-large {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

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

.column-regular-3.column-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-regular-5 {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.container-regular-5.terms {
  padding-top: 40px;
}

.max-width-medium {
  max-width: 450px;
}

.paragraph-regular-12 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.section-regular-19 {
  background-color: #fff;
  padding: 40px 2%;
  position: relative;
}

.h1-heading-4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.text-color-primary-2 {
  color: #ea7462;
}

.header-image-card {
  background-color: #f5f5f5;
  border-radius: 24px;
  margin-top: 64px;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 28px #0000000f;
}

.div-block-33 {
  background-color: #0a0000;
  background-image: url('../images/Bloom.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  padding-top: 80px;
}

.div-block-33.term {
  padding-bottom: 80px;
}

.paragraph {
  color: gray;
}

.paragraph-2 {
  color: #4a4f56;
  font-size: 15px;
}

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

.cf-features-section-2-image-wrapper {
  flex: 0 auto;
  margin-bottom: 0;
  position: relative;
}

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

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-family: Reddit Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 123%;
}

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

.dg-process {
  background-color: #f7f9fd;
}

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

.cf-features-section-2-icon-wrap.cf-absolute {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cf-features-section-2-icon-wrap.cf-absolute._1 {
  inset: 0% 0% auto auto;
}

.cf-features-section-2-icon-wrap._2 {
  justify-content: flex-end;
  right: 0%;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  z-index: 999;
  background-color: #000;
  background-image: none;
  border-radius: 50%;
  max-width: 40px;
  height: 40px;
  max-height: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

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

.cf-features-section-2-grid-cell.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

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

.cf-service-image {
  border-radius: 16px;
  padding-top: 20px;
}

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

.div-block-34 {
  background-color: #00000052;
}

.heading-13, .paragraph-3 {
  text-align: center;
}

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

.div-block-35 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px 15px 40px;
}

.div-block-36 {
  background-color: #ab3e3e;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-number {
  border: 1px #000;
  display: inline-block;
  position: static;
}

.cf-service-image-2 {
  border-radius: 16px;
}

.div-block-37 {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.icon-process {
  background-color: #51131324;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.icon-process.blue {
  background-color: #eff6ff;
}

.icon-process.purple {
  background-color: #faf5ff;
}

.icon-process.yellow {
  background-color: #fefce8;
}

.icon-process.orange {
  background-color: #fff7ed;
}

.icon-process.green {
  background-color: #f0fdf4;
}

.div-block-38 {
  color: #000;
  text-align: center;
  font-family: Reddit Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

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

.text-block-23 {
  color: #000;
  text-align: center;
  font-family: Reddit Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-5 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-24 {
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.bold-text-3 {
  color: #000;
  font-weight: 600;
}

.image-3 {
  border-radius: 20px;
  display: block;
}

.dg-faq-main-wrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.dg-faq-main-wrapper-2.horizontal {
  flex-direction: row;
  padding-top: 100px;
}

.dg-faq-section-2 {
  position: relative;
}

.cf-h2-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading-2.left {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

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

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

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

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

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

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

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

.dg-faq-questions {
  color: #000;
  width: 90%;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.cf-faq-content-2 {
  color: #0d0e10bf;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.dg-faq-paragraph-2 {
  color: #525f75;
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 156%;
}

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

.dg-faq-question-container-3 {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dg-faq-question-container-3.first {
  border-top: 1px solid #0d0e101a;
}

.dg-faqs-wrapper-2 {
  width: 60%;
  padding-top: 0;
}

.dg-bottom-line-2 {
  background-color: #0d0e101a;
  width: 100%;
  height: 1px;
}

.dg-faq-answer-wrap-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.cf-faq-bold-text-2 {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.dg-faq-card-2 {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.dg-faqs-text-wrap-2 {
  width: 35%;
  max-width: 383px;
}

.brix---team-top-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  display: inline-flex;
}

.brix---icon-square-36px-2 {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px-2:hover {
  transform: scale(.92);
}

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

.div-block-10 {
  width: 100%;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.line-profile {
  outline-offset: 0px;
  background-color: #f4f3f3;
  border-top: 1px solid #f2f2f2;
  outline: 0 #555;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 0;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-8 {
  color: #444;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-block-8.left {
  text-align: left;
}

.div-block-9 {
  background-color: #0000;
  border-top: 1px #000;
  border-radius: 10px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---card {
  background-color: #fff0;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 100%;
  padding-bottom: 20px;
  box-shadow: 0 2px 7px #14142b0f;
}

.dg-hourly {
  color: #888;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.dg-hourly.mb {
  color: #888;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.div-block-39 {
  justify-content: flex-end;
  display: flex;
  position: relative;
  bottom: auto;
}

.brix---heading-link-dark {
  color: #211f54;
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: #000;
  font-family: Inter, sans-serif;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
}

.brix---avatar-circle-5 {
  border-radius: 50%;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  margin-left: 10px;
  padding-left: 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---team-v7-right {
  background-color: #0000;
  border-radius: 4px;
  flex: 0 auto;
  padding: 5px;
}

.brix---text-100-bold {
  color: #000;
  letter-spacing: .08em;
  text-transform: none;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

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

.div-block-40 {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

.brix---grid-3-columns {
  grid-column-gap: 11px;
  grid-row-gap: 12px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.brix---avatar-v7-content-right-2 {
  margin-left: 10px;
  padding-top: 20px;
}

.button {
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  padding: .625rem 1.5rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.brix---color-accent-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #4a3aff;
  display: flex;
}

.popular-badge {
  color: #fff;
  background-color: #eeeef1;
  border-radius: 4px;
  flex: none;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.popular-badge.white {
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
}

.cards_card6_infos-wrapper-2 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---social-media-grid-right---t-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  place-items: stretch center;
}

.div-block-41 {
  padding-top: 20px;
}

.brix---team-v7-top-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: inline-flex;
  position: relative;
  bottom: 15px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.brix---card-top-bg {
  background-color: #f2f1ff;
  background-image: url('../images/Instagram-post---75-2.jpg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex: 0 auto;
  min-height: 100px;
}

.heading-14 {
  color: #333;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.code-embed-31 {
  background-color: #fff;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  inset: auto 1px auto auto;
}

.grid-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  width: 100%;
}

.bold-text-4 {
  color: #444;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-42 {
  position: relative;
}

.div-block-43 {
  justify-content: flex-end;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.subtitle {
  opacity: .76;
}

.subtitle._510-px {
  max-width: 510px;
}

.title-2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-h3 {
  color: #292524;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 146%;
  display: flex;
}

.terms-hero {
  padding: 80px 30px 120px;
}

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

.heading-h4 {
  color: #292524;
  letter-spacing: -.018em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 125%;
}

.terms-content {
  color: #666563;
  max-width: 900px;
  font-family: Reddit Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
}

.heading-h1 {
  color: #292524;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (min-width: 1280px) {
  .cf-testimonial-container {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .navbar12_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .navbar12_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom, .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar12_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar12_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar12_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar12_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar12_menu {
    -webkit-text-fill-color: inherit;
    background-color: #000605;
    background-clip: border-box;
    border-bottom: 1px solid #fff3;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar12_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar12_menu-button.w--open {
    background-color: #0000;
  }

  .navbar12_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .dg-h1 {
    font-size: 3.25rem;
  }

  .dg-h1.black {
    font-size: 80px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

  .content-image-card {
    max-width: none;
  }

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

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

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

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

  .uui-layout72_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

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

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

  .case-category_wrap-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-bottom: 32px;
  }

  .case-category {
    font-size: 14px;
  }

  .dg-pricing04_plan {
    margin-top: 0;
  }

  .a-pricing-grid-columns-2 {
    grid-template-columns: 1fr;
  }

  .pricing-line {
    align-self: stretch;
    width: auto;
    height: 1px;
    margin: 0 40px;
  }

  .pricing-wrap {
    flex-direction: column;
    width: 100%;
    max-width: 488px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .title-center {
    margin-bottom: 60px;
  }

  .footnote {
    margin-top: 60px;
  }

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

  .hiw-2-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta_icon-wrap9 {
    bottom: 62px;
    right: 17%;
  }

  .cta_icon-6 {
    width: 60px;
  }

  .cta_icon-wrap3 {
    top: 200px;
    left: 2%;
  }

  .cta_icon-wrap7 {
    max-width: 40px;
    top: 20px;
  }

  .cta_icon-wrap2 {
    top: 20px;
  }

  .cta_icon-wrap10 {
    bottom: 20px;
    right: 4%;
  }

  .cta_icon-2 {
    width: 50px;
  }

  .cta_icon-wrap5 {
    bottom: 50px;
    left: 13%;
  }

  .cta_icon-wrap6 {
    top: 40px;
    right: 90px;
  }

  .cta_icon-10 {
    width: 60px;
  }

  .cta_icon-wrap1 {
    top: 70px;
  }

  .cta_icon-wrap4 {
    bottom: 20px;
    left: 11px;
  }

  .cta_talent {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta_icon-wrap8 {
    max-width: 50px;
    top: 200px;
    right: 4%;
  }

  .cta_icon-5 {
    width: 50px;
  }

  .section_cta {
    padding-top: 3rem;
  }

  .footer-link-badge {
    align-items: center;
  }

  .footer-grid-regular {
    grid-template-columns: 1fr 1.5fr;
  }

  .footer-legal-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-links-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-legal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .header-image-wrapper-right {
    padding-left: 0;
  }

  .header-title-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-card {
    left: 32px;
  }

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

  .content-image-3 {
    max-width: none;
  }

  .testimonials-card {
    padding: 32px;
  }

  .testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .input-shortcut-embed {
    display: none;
  }

  .section_cta-2 {
    padding-top: 3rem;
  }

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

  .content-image-4 {
    max-width: none;
  }

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

  .navbar12_menu-buttons-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .footer-links-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cta_icon-5-2 {
    width: 50px;
  }

  .section_cta-3 {
    padding-top: 3rem;
  }

  .navbar12_menu-button-2.w--open {
    background-color: #0000;
  }

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

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

  .content-tabs-menu-list {
    max-width: none;
    margin-bottom: 32px;
    margin-left: 0%;
  }

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

  .tab-image {
    width: 100%;
  }

  .content-tabs-row {
    flex-direction: column;
  }

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

  .process-top-wrapper {
    margin-bottom: 32px;
  }

  .process-card-divder {
    display: none;
  }

  .process-image-wrap {
    position: static;
  }

  .process-grid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .process {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .navbar12_menu-buttons-3 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .uui-navbar07_menu-right-2 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_dropdown-link-list-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar07_dropdown-toggle-2 {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle-2:hover {
    color: #101828;
  }

  .uui-button-secondary-gray-3.show-tablet-2 {
    display: block;
  }

  .uui-navbar07_link-2 {
    color: #101828;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link-2:hover {
    color: #101828;
  }

  .uui-navbar07_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list-2.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-navbar07_menu-dropdown-2 {
    width: 100%;
    position: relative;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button-2.w--open {
    background-color: #0000;
  }

  .uui-dropdown-icon-2 {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-2 {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link-2:hover {
    background-color: #0000;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar07_menu-left-2 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_button-wrapper-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .menu-icon_line-bottom-2 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .testimonial-top-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .testimonial-top-wrapper.text-align-center {
    text-align: center;
    align-items: center;
  }

  .cf-faq-main-wrapper.horizontal {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .cf-faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .cf-testimonial-slider {
    max-width: 700px;
  }

  .cf-section-placeholder {
    margin-top: -60px;
  }

  .dg-nav-wrapper {
    flex-direction: column;
  }

  .dg-nav-wrapper.testimonial-wrapper-2 {
    width: 90%;
    padding-bottom: 60px;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 42px;
  }

  .cf-testimonial-slider-left-arrow {
    margin-top: 26%;
    top: 0%;
    left: 3%;
  }

  .cf-testimonial-container {
    margin-top: 0;
  }

  .cf-text-block._24-px {
    font-size: 22px;
    line-height: 140%;
  }

  .cf-faqs-text-wrap {
    width: 100%;
    max-width: 420px;
    margin-bottom: 100px;
  }

  .cf-testimonial-slider-right-arrow {
    margin-top: 26%;
    top: 0%;
    right: 3%;
  }

  .testimonial-person-images-container {
    max-width: 620px;
  }

  .cf-faq-content {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap {
    padding-bottom: 0;
    padding-right: 7%;
  }

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

  .title-center-large {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .dg-faq-main-wrapper-2.horizontal {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .cf-h2-heading-2, .cf-h2-heading-2.left {
    font-size: 42px;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .dg-faqs-wrapper-2 {
    width: 100%;
    padding-top: 0;
  }

  .dg-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .dg-faqs-text-wrap-2 {
    width: 100%;
    max-width: 420px;
    margin-bottom: 100px;
  }

  .brix---team-top-left {
    margin-bottom: 24px;
  }

  .brix---team-v7-right {
    width: 100%;
  }

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

  .brix---social-media-grid-right---t-left {
    grid-column-gap: 10px;
    justify-content: start;
    justify-items: start;
  }

  .brix---team-v7-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .terms-content-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .navbar12_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .navbar12_component {
    min-height: 4rem;
  }

  .navbar12_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar12_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .dg-h1 {
    font-size: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dg-body {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .content-feature-grid-large {
    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 {
    font-size: 28px;
  }

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

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

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

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-layout72_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout72_item {
    padding: 1.5rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

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

  .section-header.max-md {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .case-category_wrap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    padding-bottom: 10px;
    overflow: auto;
  }

  .case-category {
    flex: none;
    font-size: 14px;
  }

  .dg-pricing-card {
    font-size: 1.125rem;
  }

  .dg_space-div {
    min-height: .75rem;
  }

  .dg-pricing-price {
    font-size: 2.25rem;
  }

  .dg-pricing04_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing04_feature-list {
    margin-bottom: 2rem;
  }

  .dg_pricing, .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

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

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

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

  .title-center {
    margin-bottom: 40px;
  }

  .footnote {
    margin-top: 40px;
  }

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

  .hiw-2-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-x-large-4 {
    font-size: 18px;
  }

  .cta_icon-wrap9 {
    bottom: 70px;
  }

  .cta_icon-wrap3 {
    display: none;
  }

  .cta_icon-wrap5 {
    bottom: 72px;
  }

  .cta_icon-wrap6, .cta_icon-wrap1, .cta_icon-wrap8 {
    display: none;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .footer-grid-regular {
    grid-template-columns: 1fr;
  }

  .footer-legal-section {
    padding-bottom: 32px;
  }

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

  .f-header-wrapper {
    justify-content: center;
  }

  .testimonials-card {
    padding: 24px;
  }

  .cards_card7_content-top-2 {
    margin-bottom: 1rem;
  }

  .cards_card7-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-arrow {
    right: 18%;
  }

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

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

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

  .user-review-wrapper {
    padding: 32px;
  }

  .section-regular-9, .section-benefits, .section-regular-11 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-layout72_item-2 {
    padding: 1.5rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

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

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

  .section-regular-13, .section-regular-14, .section-regular-15 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-layout72_item-3 {
    padding: 1.5rem;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

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

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

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

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

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

  .process-text {
    width: 100%;
  }

  .process-single-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .process {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-heading-8 {
    font-size: 48px;
  }

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

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

  .pricing-icon {
    color: #1a1a1a;
  }

  .pricing-grid-wide {
    grid-template-columns: 1fr;
  }

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

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

  .uui-navbar07_dropdown-link-list-2 {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_menu-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_dropdown-toggle-2 {
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-navbar07_link-2 {
    font-size: 1rem;
  }

  .uui-button-tertiary-gray-2:hover {
    color: #475467;
    background-color: #0000;
  }

  .uui-navbar07_component-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-section-s {
    padding-top: 72px;
  }

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

  .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

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

  .f-testimonial-r-arrow {
    display: none;
  }

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

  .cf-faq-main-wrapper {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

  .dg-nav-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dg-nav-wrapper.testimonial-wrapper-2 {
    padding-bottom: 60px;
  }

  .cf-h2-heading {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-h2-heading.left {
    text-align: left;
    font-size: 40px;
  }

  .cf-testimonial-slider-left-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-testimonial-slider-mask {
    padding-top: 20px;
  }

  .cf-text-block._24-px {
    font-size: 20px;
  }

  .cf-testimonial-slider-right-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

  .dg-testimonial-section {
    overflow: hidden;
  }

  .process-single-card-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

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

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .dg-faq-main-wrapper-2 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-h2-heading-2 {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-h2-heading-2.left {
    text-align: left;
    font-size: 40px;
  }

  .brix---avatar-circle-5 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

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

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

  .brix---team-v7-top-wrapper {
    align-items: flex-start;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---card-top-bg {
    min-height: 110px;
  }
}

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

  .navbar12_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-small {
    font-size: .75rem;
  }

  .navbar12_dropdown-link {
    padding-left: 0;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
  }

  .dg-button.is-alternate {
    margin-bottom: 10px;
    display: flex;
  }

  .dg-button.is-secondary.is-alternate, .dg-button.is-alternate, .dg-button.is-alternate, .dg-button.is-alternate, .dg-button.is-alternate, .dg-button.is-alternate {
    display: flex;
  }

  .menu-icon1_line-top, .menu-icon1_line-middle {
    background-color: #000;
  }

  .navbar12_menu-buttons {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .text-block {
    font-size: 1.125rem;
  }

  .navbar12_menu.is-page-height-tablet {
    background-color: #fff;
  }

  .navbar12_menu-button {
    padding-right: 1rem;
  }

  .dg-h1 {
    font-size: 39px;
    line-height: 56px;
  }

  .dg-h1.black {
    font-size: 45px;
    line-height: 55px;
  }

  .dg-h1.black.spacing1 {
    font-size: 44px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group {
    display: block;
  }

  .button-group.is-center {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .dg-body {
    font-size: 1rem;
  }

  .dg-body.black {
    font-size: 17px;
  }

  .dg-body.black.aling-left {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 17px;
  }

  .dg-body.black.aling-left.mb-center {
    text-align: center;
    font-size: 17px;
  }

  .dg-body.black.aling-left.mb-candidate {
    text-align: center;
  }

  .dg-body.black.aling-left {
    text-align: left;
    font-family: Inter, sans-serif;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content-feature-grid-large {
    justify-items: start;
    font-family: Inter, sans-serif;
  }

  .paragraph-regular {
    text-align: left;
  }

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

  .content-card {
    padding: 24px;
  }

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

  .dg-h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .dg-h2.aling-left {
    text-align: center;
    font-size: 26px;
  }

  .dg-h2.cta {
    font-size: 26px;
    line-height: 43px;
  }

  .uui-heading-xxsmall-2 {
    font-size: 20px;
  }

  .layout-vertical {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .section-header.max-md.case-max {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-three-column-2 {
    grid-template-rows: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .case-category_wrap-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .case-category {
    padding: 8px 10px;
    font-size: 12px;
  }

  .pricing-badge-wrapper {
    flex-wrap: wrap;
  }

  .pricing-line {
    margin-left: 24px;
    margin-right: 24px;
  }

  .subheading-regular {
    font-size: 22px;
  }

  .feature-card-a {
    flex-direction: column;
  }

  .h6-heading-2 {
    font-size: 18px;
  }

  .subheading-large-2 {
    font-size: 20px;
  }

  .cta_icon-wrap9 {
    display: none;
  }

  .cta_icon-wrap7, .cta_icon-wrap2, .cta_icon-wrap10 {
    max-width: 35px;
  }

  .cta_icon-wrap5 {
    display: none;
  }

  .cta_icon-wrap4 {
    max-width: 35px;
  }

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

  .footer-grid-regular {
    justify-items: start;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .footer-legal-wrapper {
    align-items: center;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .header-buttons {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .header-image {
    object-fit: cover;
    overflow: visible;
  }

  .f-header-wrapper {
    flex-wrap: wrap;
  }

  .header-image-wrapper-right {
    object-fit: cover;
  }

  .code-embed-13 {
    font-size: 13px;
  }

  .header-card {
    max-width: 80%;
    margin-top: 10px;
    padding: 16px;
    bottom: 0;
    left: 16px;
  }

  .header-card._2 {
    bottom: 0%;
  }

  .testimonials-card {
    padding: 20px 20px 80px;
  }

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

  .cards_card7-2 {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }

  .testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-arrow {
    bottom: 2%;
    right: 51%;
  }

  .review-info-text {
    font-size: 18px;
    line-height: 26px;
  }

  .subheading-regular-2 {
    font-family: Inter, sans-serif;
    font-size: 17px;
  }

  .subheading-regular-2.text-align-center {
    font-size: 20px;
  }

  .testimonial-review {
    margin-bottom: 24px;
  }

  .dg_h2 {
    font-size: 35px;
    line-height: 1.2;
  }

  .dg_h2.mb-candidate {
    text-align: center;
    font-size: 26px;
  }

  .quote-icon-wrap, .review-info-text-wrap {
    margin-bottom: 16px;
  }

  .right-arrow {
    bottom: 2%;
    right: 31%;
  }

  .user-review-wrapper {
    padding: 24px;
  }

  .heading-11.mb-candidate {
    text-align: center;
  }

  .user-review-info-wrap {
    margin-bottom: 16px;
  }

  .review-number {
    font-size: 48px;
    line-height: 56px;
  }

  .header-link-card {
    padding: 16px 12px;
  }

  .caption-small-2.text-color-gray-900 {
    color: #525f75;
  }

  .cards_card7_image-2 {
    border-width: .125rem;
    width: 4rem;
    height: 4rem;
  }

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

  .content-feature-grid, .footer-links-grid-2 {
    grid-template-columns: 1fr;
  }

  .heading-12.mb-candidate {
    text-align: center;
  }

  .code-embed-24 {
    font-size: 13px;
  }

  .tab-link-horizontal {
    flex-flow: column;
  }

  .dg-h3 {
    font-size: 20px;
  }

  .feature-card-a-2 {
    flex-direction: column;
  }

  .process-card-title {
    font-size: 24px;
    line-height: 36px;
  }

  .process-top-wrapper {
    margin-bottom: 24px;
  }

  .process-card-number {
    font-size: 20px;
    line-height: 30px;
  }

  .process-items-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .process-text {
    font-size: 16px;
    line-height: 24px;
  }

  .process-card-number-wrap {
    width: 48px;
    height: 60px;
  }

  .process-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .process-caption {
    margin-bottom: 12px;
  }

  .process-single-card {
    flex-flow: column;
  }

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

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

  .div-block-31 {
    padding-bottom: 20px;
    padding-left: 0;
  }

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

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

  .pricing-newsletter {
    padding: 24px;
  }

  .pricing-feature {
    justify-content: flex-start;
  }

  .price-card-line._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-card-line-blue {
    padding: 24px 14px;
  }

  .text-size-small-5 {
    font-size: .75rem;
  }

  .uui-navbar07_dropdown-link-2 {
    padding-left: 0;
  }

  .button-header, .button-primary-3 {
    width: 100%;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .testimonial-top-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .cf-testimonial-person {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cf-testimonial-person.slide-current-author {
    max-width: 80px;
  }

  .cf-faq-main-wrapper.horizontal {
    padding-bottom: 60px;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .cf-testimonial-slider {
    width: 100%;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 36px;
  }

  .cf-testimonial-slider-left-arrow {
    top: 30%;
    left: -4%;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-testimonial-slider-mask {
    overflow: visible;
  }

  .cf-text-block._24-px {
    font-size: 16px;
    line-height: 21px;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-testimonial-slider-right-arrow {
    top: 30%;
    right: -4%;
  }

  .cf-testimonial-person-designation-text.slide-current-author {
    width: 220%;
  }

  .cf-faq-content {
    font-size: 16px;
  }

  .process-single-card-2 {
    flex-flow: column;
  }

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

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 0;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .text-block-24 {
    padding-bottom: 10px;
  }

  .dg-faq-main-wrapper-2.horizontal {
    padding-bottom: 60px;
  }

  .cf-h2-heading-2, .cf-h2-heading-2.left {
    font-size: 36px;
  }

  .cf-gradient-span-2 {
    line-height: 110%;
  }

  .dg-faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .dg-faq-paragraph-2.mb-center {
    text-align: center;
  }

  .dg-faqs-text-wrap-2 {
    margin-bottom: 40px;
  }

  .code-embed-30 {
    font-size: 13px;
  }

  .brix---team-top-left {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    display: flex;
  }

  .brix---icon-square-36px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .paragraph-6 {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .text-block-8.left {
    text-align: right;
    justify-content: flex-end;
    display: block;
  }

  .div-block-9 {
    width: 100%;
  }

  .dg-hourly.mb {
    font-size: 12px;
  }

  .div-block-39 {
    justify-content: center;
  }

  .grid-7 {
    padding-right: 10px;
  }

  .brix---avatar-circle-5 {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    overflow: clip;
  }

  .brix---team-v7-right {
    justify-content: flex-end;
    display: inline-flex;
  }

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

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

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---social-media-grid-right---t-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---team-v7-top-wrapper {
    padding-right: 20px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---card-top-bg {
    min-height: 100px;
  }

  .heading-14 {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 13px;
  }

  .grid-8 {
    grid-column-gap: 3px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .div-block-43 {
    justify-content: flex-end;
  }
}

#w-node-_2f6eb7f1-a89d-587b-5e0e-deea63390fcf-1cbfdfd1, #w-node-_2f6eb7f1-a89d-587b-5e0e-deea63390fd3-1cbfdfd1, #w-node-_68ae4ed4-2a1d-299f-bf76-c84d8eb4625a-1cbfdfd1, #w-node-_429effbc-3191-ccdd-3c46-123ebef0432b-1cbfdfd1, #w-node-_2297ba88-bcf9-d9e4-ed71-2384312f3763-1cbfdfd1, #w-node-_1e176b42-76bd-4080-43ab-5bbbb8f39b63-1cbfdfd1, #w-node-_1e176b42-76bd-4080-43ab-5bbbb8f39b66-1cbfdfd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e14da4e-38dc-3532-87ad-802b96091a4c-1cbfdfd1 {
  place-self: center;
}

#w-node-_5a003a29-b889-f79d-7329-dc3f382295fd-1cbfdfd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a003a29-b889-f79d-7329-dc3f38229619-1cbfdfd1, #w-node-_5a003a29-b889-f79d-7329-dc3f3822961e-1cbfdfd1, #w-node-_5a003a29-b889-f79d-7329-dc3f38229623-1cbfdfd1, #w-node-_5a003a29-b889-f79d-7329-dc3f38229628-1cbfdfd1, #w-node-_5a003a29-b889-f79d-7329-dc3f3822962d-1cbfdfd1, #w-node-_5a003a29-b889-f79d-7329-dc3f38229632-1cbfdfd1 {
  align-self: start;
}

#w-node-_5a003a29-b889-f79d-7329-dc3f3822963c-1cbfdfd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a003a29-b889-f79d-7329-dc3f38229651-1cbfdfd1, #w-node-_5a003a29-b889-f79d-7329-dc3f38229658-1cbfdfd1, #w-node-_5a003a29-b889-f79d-7329-dc3f3822965f-1cbfdfd1, #w-node-_5a003a29-b889-f79d-7329-dc3f38229664-1cbfdfd1, #w-node-_5a003a29-b889-f79d-7329-dc3f38229669-1cbfdfd1 {
  align-self: start;
}

#w-node-be9b8090-273a-223b-c12f-588698a99d4a-98a99d47, #w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f2a-05dceca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f41-05dceca9, #w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f46-05dceca9, #w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f4b-05dceca9, #w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f50-05dceca9, #w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f55-05dceca9, #w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f5a-05dceca9 {
  align-self: start;
}

#w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f64-05dceca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f78-05dceca9, #w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f7f-05dceca9, #w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f86-05dceca9, #w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f8b-05dceca9, #w-node-a4bd0708-51b6-87a3-31c3-1ad0e36b6f90-05dceca9 {
  align-self: start;
}

#w-node-_02b6b121-2970-24cb-22bf-bfbc8cc2963e-58db868f, #w-node-_8286a0c1-baef-fdef-f8ef-13b41406cead-58db868f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02b6b121-2970-24cb-22bf-bfbc8cc2967f-58db868f {
  justify-self: start;
}

#w-node-_02b6b121-2970-24cb-22bf-bfbc8cc29687-58db868f, #w-node-_02b6b121-2970-24cb-22bf-bfbc8cc2968e-58db868f, #w-node-_02b6b121-2970-24cb-22bf-bfbc8cc29695-58db868f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02b6b121-2970-24cb-22bf-bfbc8cc2969f-58db868f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a11b54d4-a6c7-43e7-0d31-ac9e07c2f64b-55b4b0a1, #w-node-c378669a-1968-8c89-ba39-4f5511bf17f3-55b4b0a1, #w-node-c378669a-1968-8c89-ba39-4f5511bf1809-55b4b0a1, #w-node-c378669a-1968-8c89-ba39-4f5511bf1822-55b4b0a1, #w-node-c378669a-1968-8c89-ba39-4f5511bf1838-55b4b0a1, #w-node-c378669a-1968-8c89-ba39-4f5511bf1854-55b4b0a1, #w-node-c378669a-1968-8c89-ba39-4f5511bf186a-55b4b0a1, #w-node-dfc6f1ef-7f0d-db55-605b-9ce4e2509549-09d890a1, #w-node-dfc6f1ef-7f0d-db55-605b-9ce4e25095b8-09d890a1, #w-node-dfc6f1ef-7f0d-db55-605b-9ce4e25095ce-09d890a1, #w-node-dfc6f1ef-7f0d-db55-605b-9ce4e25095e7-09d890a1, #w-node-dfc6f1ef-7f0d-db55-605b-9ce4e25095fd-09d890a1, #w-node-dfc6f1ef-7f0d-db55-605b-9ce4e2509619-09d890a1, #w-node-dfc6f1ef-7f0d-db55-605b-9ce4e2509630-09d890a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_02b6b121-2970-24cb-22bf-bfbc8cc2969f-58db868f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_02b6b121-2970-24cb-22bf-bfbc8cc2967f-58db868f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_68ae4ed4-2a1d-299f-bf76-c84d8eb46272-1cbfdfd1, #w-node-_02b6b121-2970-24cb-22bf-bfbc8cc2963e-58db868f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02b6b121-2970-24cb-22bf-bfbc8cc2969f-58db868f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a11b54d4-a6c7-43e7-0d31-ac9e07c2f64b-55b4b0a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51d67ead-6e28-258e-cdda-4366097237c7-55b4b0a1 {
    place-self: auto;
  }

  #w-node-dfc6f1ef-7f0d-db55-605b-9ce4e2509549-09d890a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfc6f1ef-7f0d-db55-605b-9ce4e2509585-09d890a1 {
    place-self: auto;
  }
}


