:root {
  --font-body-main: Roboto, sans-serif;
  --font-heading-main: Poppins, sans-serif;
  --base--primary: #1a73e8;
  --base--radius: 5px;
  --base--rl-black: black;
  --base--rl-white: white;
  --base--rl-gray: #f4f4f4;
  --text-focused: var(--text-muted);
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary700\<deleted\|variable-da4f7fa3\>: #6941c6;
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--gray100\<deleted\|variable-4a47ec41\>: #f2f4f7;
  --grey: #f2f4f7;
  --untitled-ui--gray500\<deleted\|variable-68f29e84\>: #667085;
  --untitled-ui--gray700\<deleted\|variable-d4f37b50\>: #344054;
  --text-foreground: #c4c4c4;
  --untitled-ui--gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --text-muted: #667085;
  --untitled-ui--gray50-2\<deleted\|variable-8a511359\>: #f9fafb;
  --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui--gray800\<deleted\|variable-0a1a9f61\>: #1d2939;
  --untitled-ui--primary200: #e9d7fe;
}

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

body {
  font-family: var(--font-body-main);
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  font-family: var(--font-heading-main);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-family: var(--font-heading-main);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-family: var(--font-heading-main);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

a {
  color: var(--base--primary);
  text-decoration: underline;
}

img {
  border-radius: var(--base--radius);
  max-width: 100%;
  display: inline-block;
}

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

.rl_navbar1_link {
  color: var(--base--rl-black);
  background-color: #0000;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_menu-button {
  padding: 0;
}

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

.rl_navbar1_component {
  background-color: var(--base--rl-white);
  border: 1px solid #cac9c9;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.button {
  border: 1px none var(--base--rl-black);
  border-radius: var(--base--radius);
  background-color: var(--base--primary);
  color: var(--base--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.button.secondary {
  border-style: solid;
  border-color: var(--base--rl-black);
  background-color: var(--base--rl-white);
  color: var(--base--rl-black);
}

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

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

.rl_footer4_link {
  color: var(--base--rl-black);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_component {
  background-color: var(--base--rl-white);
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl_footer4_social-link {
  color: var(--base--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl_footer4_legal-link {
  color: var(--base--rl-black);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_line-divider {
  background-color: var(--base--rl-black);
  width: 100%;
  height: 1px;
}

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

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  color: var(--base--rl-black);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.rl_blog5_menu-link.w--current {
  border: 1px solid #0000;
}

.rl_blog5_menu-link.current {
  border: 1px solid var(--base--rl-black);
}

.rl_blog5_category-link.w--current {
  border-bottom: 2px solid #000;
}

.rl-breadcrumb-link-active.w--current {
  font-weight: 600;
}

.rl_blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.rl-breadcrumb-link.w--current {
  font-weight: 600;
}

.rl_blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}

.spacing_2 {
  width: 100%;
  padding-bottom: 2rem;
}

.image-wrapper_header {
  justify-content: center;
  align-items: flex-start;
  width: 87%;
  display: flex;
}

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

.text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.spacing-4 {
  width: 100%;
  padding-bottom: 4rem;
}

.spacing-_5 {
  width: 100%;
  padding-bottom: 5rem;
}

.button-secondary {
  border: 1px solid var(--base--primary);
  color: var(--base--primary);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem 2rem;
  font-size: 1rem;
  transition: color .2s cubic-bezier(.55, .085, .68, .53), background-color .2s cubic-bezier(.55, .085, .68, .53);
}

.button-secondary:hover {
  background-color: var(--base--primary);
  color: #fff;
}

.button-secondary.small {
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.heading-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-h5:where(.w-variant-99e8e4b6-ec36-7d81-1008-e3ea1f25ba3d) {
  font-size: 2rem;
}

.heading-h5.center-align {
  text-align: center;
  font-weight: 400;
}

.heading-h5.is_dark_bg {
  color: #d3d3d3;
}

.spacing-1-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.section_header {
  background-color: #fff;
}

.logo-platforms-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  display: grid;
}

.spacing-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.logo-platforms {
  height: 28px;
  max-height: 3.5rem;
}

.logo-platforms.fb {
  height: 23px;
}

.heading-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.header_video {
  max-width: 100%;
}

.logo_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-style-medium {
  color: #5f6368;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.header_content {
  text-align: center;
  width: 100%;
  max-width: 60rem;
}

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

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

.button-priamry {
  background-color: var(--base--primary);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

.button-priamry:hover {
  background-color: #166bdb;
}

.button-priamry.small {
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  display: flex;
}

.header_wrapper {
  color: #1a73e8;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section_logo {
  background-color: #fff;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.logo_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-client {
  max-height: 2.5rem;
}

.spacing-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.logo_logo-list {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.logo_heading-wrapper {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.hidden {
  display: none;
}

.highlight-badge {
  background-color: var(--base--primary);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 4px 8px;
  display: flex;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 500;
}

.section {
  background-color: #fff;
}

.section.image-background {
  color: #eee;
  background-image: url('../images/66d561466d13e05f2c8e77f7_Work-Bg-Image.png');
  background-position: 0 0;
  background-size: auto;
}

.button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  padding: .25rem 0;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link-text {
  color: var(--base--primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.playicon {
  width: 18px;
}

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

.feature-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.layout-2-col {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.layout-2-col.align-ttop {
  place-items: start stretch;
}

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

.badge-text {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.content_wrap_3-col {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.layout_flex_center-top {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-style-regular {
  color: #5f6368;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-style-regular.is_dark_bg {
  color: #d3d3d3;
}

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

.testimonial_wrapper {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.review-video-wrap {
  opacity: 1;
  border-radius: 20px;
  overflow: hidden;
}

.testimonial_client-video {
  object-fit: cover;
  width: 338px;
  height: 600px;
  overflow: hidden;
}

.testimonial_arrow-right {
  border: 1px solid var(--base--primary);
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.text-style-large {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.testimonial_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--base--primary);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial15_client-name-text {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial_arrow-left {
  border: 1px solid var(--base--primary);
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.testimonial {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--base--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial_slide {
  margin-right: 5rem;
}

.testimonial_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

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

.section_cta {
  background-color: #fff;
  position: relative;
}

.text-style-small {
  color: var(--text-focused);
  font-size: .9rem;
}

.heading-h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.flexbox-down {
  flex-flow: column;
  display: flex;
}

.faq_icon-wrapper {
  align-self: flex-start;
}

.faq_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.faq_icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq_answer {
  overflow: hidden;
}

.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_question-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.faq_answer-wrapper {
  margin-bottom: 1.5rem;
}

.faq_list {
  border-bottom: 1px solid #d3d3d3;
}

.faq_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.heading-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  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:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.pricing-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.pricing-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
  color: var(--base--primary);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.pricing-tab-component {
  overflow: visible;
}

.pricing-card-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing-card-content {
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.pricing-card-content.is_table {
  padding: 0;
}

.pricing-feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-feature {
  display: flex;
}

.pricing-check-icon-wrap {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.pricing-popular-label {
  z-index: 1;
  background-color: var(--base--primary);
  width: 100%;
  height: 2.5rem;
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

.pricing-popular-label.is_not_active {
  opacity: 0;
}

.pricing-tabs {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--grey);
  background-color: var(--base--rl-gray);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  text-decoration: none;
  display: grid;
}

.pricing-tab-linlk {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--base--radius);
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  background-color: #0000;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 600;
  display: flex;
}

.pricing-tab-linlk.w--current {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.pricing-card {
  border: 1px solid var(--text-foreground);
  border-radius: var(--base--radius);
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.pricing-card.featured {
  border: 1.75px solid var(--base--primary);
}

.pricing-price {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-price.bold.small {
  color: var(--text-muted);
  font-size: 1rem;
}

.pricing-price-subtext {
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.background-color-gray50 {
  background-color: var(--untitled-ui--gray50-2\<deleted\|variable-8a511359\>);
}

.uui-pricing07_bottom-row-content {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.pricing_table-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.pricing-table-header-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.pricing-table-heading-row {
  border-radius: var(--base--radius);
  background-color: #f9fafb;
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
}

.pricing-table-heading-row.background-color-gray50 {
  background-color: #f1f2f3;
}

.pricing-table-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.pricing-table-row.background-color-gray50 {
  background-color: #f9fafb;
}

.pricing-table-row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.pricing-table-feature {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pricing-table-footer-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  padding-top: 2rem;
  display: none;
}

.pricing-table-header {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  position: sticky;
  top: 4.5rem;
}

.uui-pricing07_tab-link.w--current {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  text-align: center;
  white-space: nowrap;
  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:hover {
  background-color: var(--untitled-ui--gray50-2\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray800\<deleted\|variable-0a1a9f61\>);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
}

.text-block {
  color: var(--text-muted);
}

.text-block-2 {
  color: var(--text-focused);
  font-weight: 600;
}

.path {
  background-color: var(--base--primary);
}

.pricing-card-top {
  flex-flow: column;
  height: 251.984px;
  display: flex;
}

.pricing-card-top.gradient {
  background-image: linear-gradient(180deg, #00193a, var(--base--primary));
  color: var(--grey);
}

.link-no-underline {
  text-decoration: none;
}

.bold {
  font-weight: 600;
}

.pricing-middle-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 364px;
  margin-bottom: 2rem;
  display: grid;
}

.is_dark_bg {
  color: var(--grey);
}

.divider {
  background-color: var(--text-foreground);
  height: 1px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  padding-left: 0;
  padding-right: 0;
}

.pricing-table-content {
  overflow: visible;
}

.pricing-table-plans {
  position: relative;
}

.client-logo-heading {
  font-weight: 400;
}

.client-logo-heading:where(.w-variant-99e8e4b6-ec36-7d81-1008-e3ea1f25ba3d) {
  font-size: 2rem;
  font-weight: 600;
}

.padding-section-sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}@media screen and (max-width: 991px) {
  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .spacing-4 {
    padding-bottom: 3.5rem;
  }

  .spacing-_5 {
    padding-bottom: 4.5rem;
  }

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

  .heading-h1 {
    font-size: 3.25rem;
  }

  .header_content {
    margin-bottom: 4.5rem;
  }

  .logo_content-left {
    max-width: 16rem;
  }

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

  .padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-h2 {
    font-size: 2.75rem;
  }

  .heading-h3 {
    font-size: 2rem;
  }

  .section.pricing {
    display: none;
  }

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

  .content_wrap_3-col {
    grid-column-gap: 2rem;
  }

  .testimonial_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-h4 {
    font-size: 1.75rem;
  }

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

  .pricing-card {
    margin-top: 0;
  }
}@media screen and (max-width: 767px) {
  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .spacing_2 {
    padding-bottom: 1.5rem;
  }

  .spacing-4 {
    padding-bottom: 2.5rem;
  }

  .spacing-_5 {
    padding-bottom: 3rem;
  }

  .heading-h5 {
    font-size: 1.25rem;
  }

  .spacing-1-5 {
    padding-bottom: 1.25rem;
  }

  .logo-platforms-list {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 1rem;
  }

  .spacing-1 {
    padding-bottom: .75rem;
  }

  .logo-platforms {
    max-height: 3rem;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

  .logo_component {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .text-style-medium {
    font-size: 1rem;
  }

  .header_content {
    margin-bottom: 3rem;
  }

  .logo_content-left {
    max-width: none;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo-client {
    max-height: 3rem;
  }

  .spacing-2 {
    padding-bottom: 1.5rem;
  }

  .logo_logo-list {
    padding-top: 1rem;
  }

  .heading-h2 {
    font-size: 2.25rem;
  }

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

  .layout-2-col, .content_wrap_3-col, .testimonial_wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial_slide-nav {
    inset: 0% auto auto 0%;
  }

  .testimonial_arrow-right {
    inset: 0% 0% auto auto;
  }

  .testimonial_arrow-left {
    inset: 0% 4rem auto auto;
  }

  .testimonial {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .testimonial_client {
    align-items: center;
    width: 100%;
  }

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

  .heading-h6 {
    font-size: 1.125rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .faq_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .heading-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .pricing-wrapper {
    margin-top: 2rem;
  }

  .pricing-badge {
    padding: .125rem .5rem;
  }

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

  .pricing-feature-list {
    margin-bottom: 2rem;
  }

  .pricing-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-price {
    font-size: 2.25rem;
  }

  .pricing_table-component {
    margin-top: 2rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  }
}@media screen and (max-width: 479px) {

  .heading-h5 {
    font-size: 1.15rem;
  }

  .logo-platforms-list {
    justify-content: center;
    place-items: center;
  }

  .logo-platforms {
    height: 20px;
  }

  .logo-platforms.fb {
    height: 17px;
  }

  .logo_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .logo_logo-list {
    justify-content: center;
  }

  .layout-2-col, .content_wrap_3-col, .testimonial_wrapper {
    grid-template-columns: 1fr;
  }

  .heading-h6 {
    font-size: 1.05rem;
  }

  .hide-mobile-portrait, .pricing-badge.hide-mobile-portrait {
    display: none;
  }
}

#w-node-_648d319a-c6d3-9764-b513-32b1209e2950-209e294b {
  justify-self: start;
}

#w-node-_648d319a-c6d3-9764-b513-32b1209e295d-209e294b {
  justify-self: end;
}

#w-node-_46bc7118-cb83-5e5b-24e1-0e23eb01f2a3-18bd1b27 {
  order: -9999;
}

#w-node-_5dbcf2d1-c3a3-058c-4a9d-f22d2bb736bb-2bb736b3, #w-node-be9c79de-2874-a38e-d2eb-75c81e32730f-2bb736b3 {
  justify-self: center;
}

#w-node-_2c20d4d4-6153-53f4-fafb-790a3aac41cb-8894b9b3, #w-node-_2c20d4d4-6153-53f4-fafb-790a3aac41d0-8894b9b3, #w-node-_2c20d4d4-6153-53f4-fafb-790a3aac41d5-8894b9b3, #w-node-_5a5f706d-bbe0-6fdd-68cf-e82351c8d353-8894b9b3, #w-node-_5a5f706d-bbe0-6fdd-68cf-e82351c8d35a-8894b9b3, #w-node-_5a5f706d-bbe0-6fdd-68cf-e82351c8d362-8894b9b3, #w-node-_2bceee3f-fccf-d06d-35c5-9074a6a9c064-8894b9b3, #w-node-_2bceee3f-fccf-d06d-35c5-9074a6a9c06b-8894b9b3, #w-node-_2bceee3f-fccf-d06d-35c5-9074a6a9c073-8894b9b3, #w-node-be06104a-31c0-b816-9172-cb42135c6733-8894b9b3, #w-node-be06104a-31c0-b816-9172-cb42135c673a-8894b9b3, #w-node-be06104a-31c0-b816-9172-cb42135c6742-8894b9b3, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb0905-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb090c-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb0914-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb0936-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb093d-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb0945-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb0967-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb096e-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb0976-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb0996-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb099d-15cb08ee, #w-node-_79ba9b64-66ee-8358-e8e3-573415cb09a5-15cb08ee {
  align-self: start;
}@media screen and (max-width: 991px) {
  #w-node-_648d319a-c6d3-9764-b513-32b1209e2950-209e294b, #w-node-_648d319a-c6d3-9764-b513-32b1209e295d-209e294b {
    justify-self: center;
  }
}@media screen and (max-width: 767px) {
  #w-node-_648d319a-c6d3-9764-b513-32b1209e296c-209e294b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_46bc7118-cb83-5e5b-24e1-0e23eb01f26a-18bd1b27, #w-node-_46bc7118-cb83-5e5b-24e1-0e23eb01f2a3-18bd1b27 {
    order: 9999;
  }

  #w-node-_5dbcf2d1-c3a3-058c-4a9d-f22d2bb736be-2bb736b3, #w-node-be9c79de-2874-a38e-d2eb-75c81e327312-2bb736b3 {
    order: -9999;
  }
}@media screen and (max-width: 479px) {
  #w-node-_648d319a-c6d3-9764-b513-32b1209e2950-209e294b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


