:root {
  --black: #161616;
  --blue: #0030ff;
  --transparent: #0000;
  --white: white;
  --grey: #969696;
  --yellow: #feec5b;
}

body {
  color: var(--black);
  font-family: Gramatika, sans-serif;
  font-size: 24px;
  line-height: 1.3333;
}

p {
  margin-bottom: 0;
}

.c-nav {
  z-index: 50;
  width: 100%;
  position: absolute;
}

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

.c-nav_inner {
  justify-content: space-between;
  align-items: center;
  padding: 24px 80px;
  display: flex;
}

.c-nav_logo {
  z-index: 50;
  flex: none;
  width: 140px;
  height: 64px;
  position: relative;
}

.c-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-img.cc-cover {
  object-fit: cover;
}

.c-nav_links {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.embed-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-link_block {
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.nav-link_block:hover, .nav-link_block.w--current {
  color: var(--blue);
}

.nav-link_icon {
  width: 16px;
  height: 16px;
}

.c-button_wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.c-button {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.c-button:hover {
  background-color: var(--black);
}

.c-button.cc-outline {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
  transition: border-color .5s, color .5s, background-color .5s;
}

.c-button.cc-outline:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.c-button.cc-nav {
  background-image: none;
  min-height: 48px;
  padding-right: 24px;
  font-size: 16px;
}

.c-button.cc-main {
  background-image: url('../images/u_angle-right-b-1.svg');
  background-position: 87.755%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  min-height: 64px;
  padding-right: 64px;
  font-size: 20px;
}

.c-button.cc-pricing {
  background-color: var(--black);
  min-height: 64px;
}

.c-button.cc-pricing:hover {
  background-color: var(--blue);
}

.c-hero {
  background-image: url('../images/hero-pattern-right.svg'), url('../images/hero-pattern-left.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  position: relative;
}

.c-hero_inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 270px 50px 160px;
  display: flex;
}

.h1 {
  letter-spacing: -.08em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 112px;
  font-weight: 500;
  line-height: 91%;
}

.h1.cc-hero {
  width: 513px;
}

.hero-img_wrapper {
  margin-left: 20px;
  display: flex;
}

.hero-vector_block {
  width: 100px;
  height: 104px;
  position: relative;
  overflow: hidden;
}

.hero-vector_block.cc-yellow, .hero-vector_block.cc-green {
  margin-left: -12px;
}

.hero-text_flex {
  align-items: center;
  display: flex;
}

.hero-text_flex.cc-bottom {
  margin-top: 12px;
}

.h1-span {
  background-image: url('../images/h1-span-vector.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  margin-left: 10px;
  padding-left: 12px;
  padding-right: 16px;
}

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

.hero-subheading {
  text-align: center;
  max-width: 766px;
  margin-top: 32px;
}

.brands-wrapper {
  text-align: center;
  margin-top: 120px;
  font-size: 20px;
}

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

.brands-logo_wrapper {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.brands-logo {
  min-height: 24px;
}

.c-how {
  background-image: url('../images/how-vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.c-how.cc-pricing {
  background-image: url('../images/how-vector-yellow.svg');
}

.c-how.cc-creators {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.c-how_inner {
  padding: 40px 80px 35px;
}

.c-how_inner.cc-creators {
  padding-top: 0;
  padding-bottom: 80px;
}

.how-video_wrapper {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #f0f2ffc9;
  border-radius: 56px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 96px;
  display: flex;
}

.how-video_text {
  text-align: center;
  max-width: 475px;
  font-size: 31.25px;
  line-height: 1.28;
}

.how-video_block {
  border-radius: 32px;
  width: 83%;
  max-width: 1000px;
  height: 556px;
  margin-top: 52px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 34.6px #00000040;
}

.how-video {
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.how-video.cc-active {
  transform: scale(1.1);
}

.c-find {
  background-color: #fff7b8;
  background-image: url('../images/find-rectangle-bottom.png'), url('../images/find-rectangle-top.png');
  background-position: 50% 106%, 50% -6%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.c-find.cc-creator {
  background-color: #f3f5ff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.c-find_inner {
  background-image: url('../images/Orbit.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1076px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-find_inner.cc-creator {
  background-image: url('../images/orbit-blue.svg');
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 91%;
}

.find-text_block {
  z-index: 2;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  max-width: 545px;
  display: flex;
  position: absolute;
}

.find-img-wrapper {
  width: 78%;
  max-width: 1120px;
  height: 724px;
  position: relative;
}

.find-img {
  background-image: url('../images/find-img-vector-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 104px;
  position: relative;
  overflow: hidden;
}

.find-img_block {
  z-index: 5;
  position: absolute;
}

.find-img_block.cc-one {
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.find-img_block.cc-two {
  top: 25%;
  bottom: auto;
  right: 0;
}

.find-img_block.cc-three {
  bottom: 25%;
  right: 0;
}

.find-img_block.cc-four {
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.find-img_block.cc-five {
  bottom: 25%;
  left: 0;
}

.find-img_block.cc-six {
  top: 25%;
  bottom: auto;
  left: 0;
}

.c-metrics {
  background-color: #f5f7ff;
  overflow: hidden;
}

.c-metrics_inner {
  max-height: 720px;
  display: flex;
}

.metrics-img-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  width: 675.023px;
  max-width: 54vw;
  padding-left: 30px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.metrics-text_wrapper {
  grid-row-gap: 72px;
  flex-flow: column;
  align-items: flex-start;
  width: 46.53%;
  padding: 80px 80px 160px 60px;
  display: flex;
}

.metrics-text_block {
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 488px;
  display: flex;
}

.c-ugc {
  background-color: #fffad6;
}

.c-ugc_inner {
  display: flex;
}

.ugc-text_wrapper {
  background-color: var(--blue);
  color: var(--white);
  border-bottom-right-radius: 32px;
  flex: 1;
  max-width: 770px;
  padding: 112px 50px 112px 80px;
}

.ugc-img_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ugc-text {
  grid-column-gap: 145px;
  grid-row-gap: 145px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 520px;
  display: flex;
}

.lg-paragraph {
  font-size: 32px;
}

.ugc-vector_wrapper {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-height: 740px;
  padding-top: 55px;
  padding-left: 35px;
  padding-right: 35px;
  display: grid;
  overflow: hidden;
}

.ugc-vector {
  background-image: url('../images/ugc-vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 94px;
  height: 98px;
}

.ugc-img {
  width: 33vw;
  min-width: 450px;
  transition: transform 1s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ugc-img.cc-active {
  transform-style: preserve-3d;
  transform: translate(-25px, -38px)scale3d(1.2, 1.2, 1.2);
}

.c-testimonials {
  background-color: var(--blue);
  background-image: url('../images/testimonials-background-vector.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 580px;
}

.c-testimonials_inner {
  padding-top: 60px;
  padding-bottom: 114px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.testimonials-top_block {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 530px;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-icon {
  width: 136px;
  height: 136px;
}

.testimonials-block_wrapper {
  grid-column-gap: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: auto;
}

.testimonials_block {
  background-color: var(--white);
  border-radius: 24px;
  flex: none;
  padding: 60px 72px 80px;
  box-shadow: 0 15px 78px #0000001a;
}

.testimonials-info {
  grid-column-gap: 8px;
  background-color: var(--white);
  border: 1px solid #ecf4f687;
  border-radius: 16px;
  align-items: center;
  padding: 8px 40px 8px 8px;
  display: flex;
  box-shadow: 0 4px 18.6px #00000014;
}

.testimonials-img {
  width: 60px;
  height: 64px;
}

.testimonials-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.testimonials-role {
  color: #161616a1;
  font-size: 14px;
  line-height: 1.6;
}

.testimonials-text {
  max-width: 708px;
  margin-top: 32px;
}

.c-faq_inner {
  text-align: center;
  padding: 160px 80px 270px;
}

.c-faq_inner.cc-pricing {
  padding-top: 100px;
  padding-bottom: 100px;
}

.featured-block {
  background-color: #f5f7ff;
  border-radius: 32px;
  margin-bottom: 160px;
  display: flex;
}

.featured-img {
  border-radius: 32px;
  width: 49.2%;
  max-width: 590px;
  height: 360px;
  overflow: hidden;
}

.featured-block_details {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 50px;
  display: flex;
}

.featured-link_btn {
  color: var(--blue);
  align-items: center;
  font-size: 20px;
  display: flex;
}

.featured-link_icon {
  width: 24px;
  height: 24px;
}

.featured-text_block {
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.6;
  display: flex;
}

.faq-tabs {
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.faq-tabs_menu {
  background-color: #f5f7ff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 16px 20px;
  display: flex;
}

.faq-wrapper {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.faq-tab_link {
  background-color: var(--transparent);
  border-radius: 42px;
  padding: 24px 40px;
}

.faq-tab_link.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.faq-block {
  text-align: left;
  border: 1px solid #e3e3e3;
  border-radius: 24px;
  flex-flow: column;
  max-width: 996px;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
}

.faq-icon {
  flex: none;
  width: 48px;
  height: 48px;
  transition: transform .4s;
  position: relative;
}

.faq-icon.cc-top {
  z-index: 1;
  background-image: url('../images/faq-icon-top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 1s;
  position: absolute;
  left: 3.36px;
}

.faq-icon.cc-bottom {
  background-image: url('../images/faq-icon-bottom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 1s;
  position: absolute;
}

.faq-block_inner {
  grid-column-gap: 100px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-block_details {
  max-height: 0;
  margin-left: 72px;
  transition: margin .65s, max-height .65s;
  overflow: hidden;
}

.faq-block_details.cc-expanded {
  max-height: 200px;
  margin-top: 20px;
}

.faq-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.c-footer {
  background-color: var(--black);
}

.c-footer_inner {
  padding: 112px 80px 64px;
}

.footer-top_block {
  grid-column-gap: 100px;
  justify-content: space-between;
  max-width: 930px;
  margin-bottom: 100px;
  display: flex;
}

.footer-logo {
  flex: none;
  width: 136px;
  height: 62px;
}

.footer-block_wrapper {
  grid-column-gap: 170px;
  align-items: flex-start;
  display: flex;
}

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

.footer-link_header {
  color: var(--grey);
  font-weight: 500;
}

.footer-link {
  color: var(--white);
  font-size: 16px;
  line-height: 2;
  text-decoration: none;
  transition: color .4s;
}

.footer-link:hover {
  color: var(--grey);
}

.footer-link.cc-mail {
  color: var(--grey);
  font-size: 32px;
  font-weight: 300;
  line-height: 91%;
  text-decoration: underline;
}

.footer-link.cc-mail:hover {
  color: var(--white);
}

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

.footer-link_icon {
  flex: none;
  width: 24px;
  height: 24px;
}

.footer-bottom_block {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 16px;
}

.social-links_wrapper {
  grid-column-gap: 28px;
  align-items: center;
  display: flex;
}

.c-header {
  background-image: url('../images/hero-pattern-right.svg'), url('../images/hero-pattern-left.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  position: relative;
}

.c-header_inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 210px 50px 64px;
  display: flex;
}

.header-heading {
  text-align: center;
  max-width: 900px;
}

.header-heading.cc-pricing {
  max-width: 1020px;
}

.header-subheading {
  text-align: center;
  max-width: 530px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 20px;
}

.video-carousel {
  grid-column-gap: 40px;
  flex: none;
  display: flex;
  overflow: auto;
}

.video-carousel_img {
  border-radius: 32px;
  flex: none;
  width: 270px;
  height: 480px;
  overflow: hidden;
}

.c-stats_inner {
  background-color: var(--black);
  border-radius: 56px;
  margin: 92px 80px 80px;
}

.stats-block_wrapper {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 64px 30px;
  display: flex;
}

.stats-block {
  text-align: center;
  max-width: 220px;
}

.stats-figure {
  color: var(--white);
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
}

.stats-text {
  color: #ecf4f6;
  margin-top: 8px;
  font-size: 22px;
}

.c-discover {
  background-color: var(--blue);
  overflow: hidden;
}

.c-plan_inner {
  padding: 60px 80px 160px;
}

.plan-header {
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 90%;
}

.pricing-wrapper {
  background-color: #f0f2ffc9;
  border-radius: 24px;
  width: 85vw;
  margin-top: 40px;
  display: flex;
}

.pricing-block {
  text-align: left;
  width: 33.33%;
  padding: 80px 40px;
}

.pricing-block.cc-center {
  border-left: 2px solid #e4e7f7;
  border-right: 2px solid #e4e7f7;
}

.pricing-block_inner {
  grid-row-gap: 24px;
  border-top: 1px solid #e4e7f7;
  flex-flow: column;
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
}

.pricing-amount {
  font-size: 32px;
  font-weight: 700;
}

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

.pricing-details-block {
  grid-column-gap: 10px;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.pricing-details_icon {
  flex: none;
  width: 16px;
  height: 16px;
}

.c-hamburger {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.hamburger-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  transition: transform .4s;
}

.nav-block_wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  width: 66vw;
  max-width: 750px;
  display: flex;
}

.uc-desktophide {
  display: none;
}

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

.c-why_inner {
  background-color: var(--blue);
  color: var(--white);
  flex-flow: column;
  align-items: center;
  margin-top: -60px;
  display: flex;
}

.why-slider {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.why-slider_inner {
  width: 100%;
  display: flex;
  position: relative;
}

.why-wrapper {
  grid-column-gap: 24px;
  flex: none;
  justify-content: space-between;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.why-left_block {
  grid-row-gap: 24px;
  flex-flow: column;
  width: 35.833vw;
  max-width: 516px;
  height: 470px;
  transition: transform 1.2s;
  display: flex;
  overflow: hidden;
}

.why-right_block {
  width: 41.319vw;
  max-width: 595px;
}

.why-arrow {
  width: 66px;
  height: 66px;
}

.why-arrow_wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 80px 110px auto;
}

.why-number {
  letter-spacing: -.8em;
  min-width: 40px;
  font-weight: 500;
}

.why-number.swiper-pagination {
  letter-spacing: -.08em;
}

.why-icon {
  flex: none;
  width: 43px;
  height: 43px;
  margin-top: 30px;
}

.why-heading {
  opacity: .5;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  transition: transform 1.2s;
}

.why-heading.cc-second {
  opacity: .6;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.why-heading.cc-third {
  opacity: .3;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.why-heading.hide {
  opacity: 0;
}

.why-heading.active {
  opacity: 1;
  font-size: 60px;
}

.why-heading.active.hide {
  opacity: 0;
}

.c-cta_inner {
  background-color: #f0f2ffc9;
  border-radius: 56px;
  margin-bottom: 125px;
  margin-left: 72px;
  margin-right: 72px;
}

.cta-wrapper {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.c-discover_inner {
  background-color: var(--blue);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.discover-left_block {
  background-color: #fffad6;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  width: 36.667vw;
  max-width: 528px;
  position: relative;
}

.discover-right_block {
  color: var(--white);
  padding: 210px 110px;
}

.discover-heading {
  max-width: 510px;
  margin-bottom: 120px;
}

.discover-text {
  max-width: 510px;
}

.discover-vector {
  background-image: url('../images/discover-vector.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  margin-left: 2px;
  padding-left: 20px;
  padding-right: 20px;
}

.uc-yellow-text {
  color: var(--yellow);
}

.discover-img {
  width: 40vw;
  max-width: 500px;
  position: absolute;
  inset: auto auto 0% 40px;
}

.c-payday_inner {
  grid-column-gap: 50px;
  justify-content: space-between;
  margin: 80px 80px 100px;
  display: flex;
}

.payday-text_wrapper {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 78px;
  padding-bottom: 78px;
  display: flex;
}

.payday-img_wrapper {
  background-color: var(--yellow);
  background-image: url('../images/payday-vector.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 24px;
  flex: none;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.payday-text_block {
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 508px;
  margin-bottom: 120px;
  display: flex;
}

.payday-img {
  width: 140%;
  height: 100%;
  position: absolute;
  inset: auto -68% -63% auto;
}

.payday-img.cc-active {
  bottom: 0%;
  right: 0%;
}

.c-premium {
  background-color: #fff7b8;
}

.c-premium_inner {
  grid-column-gap: 50px;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 80px;
  display: flex;
  overflow: hidden;
}

.premium-img_wrapper {
  align-self: flex-end;
  width: 52%;
  position: relative;
}

.premium-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.premium-text_block {
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 508px;
  margin-bottom: 72px;
  display: flex;
}

.faq-plus-icon {
  position: relative;
}

.faq-plus-line {
  background-color: var(--black);
  width: 2px;
  height: 20px;
  transition: transform .4s;
}

.faq-plus-line.cc-horizontal {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-plus-line.cc-active {
  transform: rotate(90deg);
}

.find-img_inner {
  width: 100px;
  height: 104px;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.find-img_inner.cc-active {
  transform: scale(1.2);
}

.find-img_background {
  opacity: 0;
  width: 184px;
  height: 192px;
  transition: opacity .4s;
  position: absolute;
  inset: -44px 0% 0% -42px;
}

.find-img_background.cc-active {
  opacity: 1;
}

.pricing-text {
  max-width: 807px;
  font-size: 18px;
}

.pricing-span {
  font-size: 20px;
  font-weight: 500;
}

.social-link {
  color: var(--white);
  border: 1px solid #4a4a4a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: background-color .4s;
  display: flex;
}

.social-link:hover {
  background-color: var(--white);
}

.why-curve {
  background-color: #f3f5ff;
  background-image: url('../images/why-curve.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 140px;
}

.global-embed {
  max-height: 0;
  overflow: hidden;
}

.find-radar {
  z-index: 3;
  max-width: 950px;
  position: absolute;
  transform: rotate(360deg);
}

.pricing-tab_wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.premium-vector {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto 50px;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  font-weight: 500;
  line-height: 91%;
}

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

.ugc-vector_img {
  transition: transform .4s;
}

.ugc-vector_img.cc-active {
  transform: translate(0, 98px);
}

.metrics-img {
  z-index: 3;
  min-height: 400px;
  position: relative;
}

.chart-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: 0 50% auto auto;
  transform: translate(43.5%, 12%);
}

.chart-text {
  font-size: 9px;
  font-weight: 500;
}

.chart {
  grid-column-gap: 6px;
  height: 15vh;
  max-height: 120px;
  margin-top: 9px;
  margin-bottom: 6px;
  display: flex;
}

.chart-month {
  justify-content: space-between;
  display: flex;
}

.chart-inner {
  background-color: #dbe2ff;
  border-radius: 18px;
  width: 11px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.chart-progress {
  background-color: #0030ff;
  border-radius: 18px;
  width: 100%;
  height: 70px;
  transition: transform 1s;
  position: absolute;
  bottom: 0%;
  transform: translate(0, 100%);
}

.chart-progress.cc-active {
  transform: translate(0);
}

.chart-progress.cc-active.cc-reset {
  transition: none;
  transform: translate(0, 100%);
}

.barchart-wrapper {
  z-index: 3;
  background-color: var(--white);
  border-radius: 10px;
  padding: 14px 16px 16px;
  position: absolute;
  inset: 8% 5% auto auto;
  box-shadow: -43px 53px 61.6px #00000017;
}

.barchart-text_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.metrics-inner_text {
  color: #969696;
  font-size: 12px;
}

.barchart-number_wrapper {
  align-items: center;
  display: flex;
}

.barchart-arrow {
  width: 16px;
  height: 24px;
}

.barchart-number.cc-blue {
  color: var(--blue);
  font-size: 16px;
}

.barchart {
  grid-column-gap: 6px;
  align-items: flex-end;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.barchart-bar {
  background-color: var(--blue);
  width: 30px;
  height: 38.57%;
  transition: transform 1s;
  transform: translate(0, 101%);
}

.barchart-bar.cc-active {
  transform: translate(0);
}

.barchart-bar.cc-active.cc-reset {
  transition: none;
  transform: translate(0, 101%);
}

.graph-wrapper {
  z-index: 3;
  background-color: var(--white);
  border-radius: 10px;
  width: 270px;
  height: 146px;
  padding: 16px;
  position: absolute;
  inset: auto 90px 70px auto;
}

.graph-percentage_wrapper {
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.graph- {
  color: #4a4a4a;
  font-size: 9px;
  font-weight: 500;
  line-height: 91%;
  position: static;
}

.graph-time_wrapper {
  grid-column-gap: 66px;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 49px;
}

.graph-time {
  background-color: #14d99130;
  border-radius: 14px;
  padding: 3px;
  font-size: 9px;
}

.graph {
  width: 206px;
  position: relative;
  bottom: -22px;
  left: 32px;
  overflow: hidden;
}

.c-slider {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.c-slider_inner {
  padding-bottom: 120px;
  position: relative;
}

.slide-text_wrapper {
  flex: 1;
  width: 29.167vw;
  max-width: 420px;
}

.slide-text {
  color: var(--blue);
  letter-spacing: -.03em;
  font-size: 61px;
  font-weight: 500;
  line-height: 110%;
  transition: color .6s;
}

.slider-arrow {
  cursor: pointer;
  flex: none;
  width: 6.111vw;
  max-width: 88px;
  height: 6.458vw;
  max-height: 93px;
  margin-left: 30px;
  margin-right: 50px;
}

.slide-video_wrapper {
  width: 40.972vw;
  max-width: 590px;
  height: 25vw;
  max-height: 360px;
  position: relative;
}

.slide-video_block {
  z-index: 3;
  border-radius: 30px;
  transition: transform .4s, opacity .6s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 15px 34.6px #00000040;
}

.slide-video_block.cc-two.cc-active {
  opacity: 1;
  top: 0%;
  transform: scale(1);
}

.slide-video_block.cc-active {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  top: 0%;
}

.slide-video_block.cc-hide {
  opacity: 0;
  transform: translate(0, -20px);
}

.slide-video {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.slide-video.cc-active {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.play-btn {
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.play-btn.cc-active {
  transform: translate(0);
}

.pricing-tab_link {
  background-color: var(--transparent);
  border-radius: 42px;
  padding: 16px 40px;
  line-height: 111.5%;
  transition: color .4s, background-color .4s;
}

.pricing-tab_link.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.play-btn_wrapper {
  width: 12vw;
  max-width: 150px;
  height: 12vw;
  max-height: 150px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, 50%);
}

.play-btn_wrapper.cc-small {
  width: 9.444vw;
  max-width: 136px;
  height: 9.444vw;
  max-height: 136px;
}

.how-video_btn {
  color: var(--white);
  background-color: #14d991;
  border: 1px solid #000;
  border-radius: 55px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 24px;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

.how-video_btn.cc-outline {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.how-video_btn.cc-how-video {
  background-color: #14d991;
  border: 1px solid #000;
  border-radius: 55px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Circularstd, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 24px 24px auto auto;
}

.how-video_btn.cc-how-video.cc-small {
  min-height: 40px;
  font-size: 16px;
}

.how-video_btn.cc-nav {
  background-image: none;
  min-height: 48px;
  padding-right: 24px;
  font-size: 16px;
}

.how-video_btn.cc-main {
  background-image: url('../images/u_angle-right-b-1.svg');
  background-position: 87.755%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  min-height: 64px;
  padding-right: 64px;
  font-size: 20px;
}

.how-video_btn.cc-pricing {
  background-color: var(--black);
  min-height: 64px;
}

.how-video_btn.cc-small {
  min-height: 40px;
  font-size: 16px;
}

.how-video_btn.cc-active {
  transform: translate(0, -150%);
}

.graph-reveal {
  background-color: var(--white);
  transition: transform 1s;
  position: absolute;
  inset: 0%;
}

.graph-reveal.cc-active {
  transform: translate(100%);
}

.graph-reveal.cc-active.cc-reset {
  transition: none;
  transform: translate(0%);
}

.slider-wrapper {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 120px 80px;
  display: flex;
  position: relative;
}

.slide-video_inner {
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.slide-video_inner.cc-active {
  transform: scale(1.1);
}

.metrics-vector {
  z-index: -1;
  width: 35.903vw;
  max-width: 517px;
  height: 35.903vw;
  max-height: 517px;
  position: absolute;
  bottom: -50px;
  left: 16%;
  transform: none;
}

.video-carousel_wrapper {
  grid-column-gap: 40px;
  display: flex;
  overflow: hidden;
}

.slide-progressbar {
  background-color: #dbe2ff;
  border-radius: 8px;
  width: 84vw;
  max-width: 1200px;
  height: 4px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.slide-progressbar_fill {
  background-color: var(--blue);
  border-radius: 8px;
  width: 33.34%;
  height: 4px;
  position: absolute;
}

.social-link_icon {
  width: 24px;
  height: 24px;
  transition: color .4s;
}

.uc-hide {
  display: none;
}

@media screen and (min-width: 1440px) {
  .c-nav_inner {
    padding-left: 120px;
    padding-right: 120px;
  }

  .c-nav_links {
    grid-column-gap: 8px;
  }

  .c-nav_links.uc-mobilehide {
    margin-left: 110px;
  }

  .nav-link_block {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .brands-logo_wrapper {
    grid-column-gap: 80px;
  }

  .c-how_inner {
    padding-left: 120px;
    padding-right: 120px;
  }

  .c-find {
    background-position: 50% 108%, 50% -8%;
    background-size: 100% 143px, 100% 143px;
  }

  .c-find.cc-creator {
    padding-bottom: 123px;
  }

  .c-metrics_inner {
    max-height: none;
    padding-top: 90px;
  }

  .metrics-img-wrapper {
    width: 770px;
    padding-left: 60px;
    padding-right: 100px;
  }

  .metrics-text_wrapper {
    padding-top: 110px;
    padding-bottom: 190px;
    padding-right: 120px;
  }

  .c-ugc_inner {
    margin-left: auto;
    margin-right: auto;
  }

  .ugc-text_wrapper {
    flex: none;
    justify-content: flex-end;
    width: 50%;
    max-width: none;
    padding-left: 120px;
    padding-right: 132px;
    display: flex;
  }

  .ugc-text {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
  }

  .ugc-vector_wrapper {
    grid-template-columns: minmax(120px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr);
    max-height: none;
  }

  .ugc-vector {
    width: 111px;
    height: 116px;
    overflow: hidden;
  }

  .ugc-img {
    max-width: 500px;
  }

  .c-testimonials {
    background-repeat: repeat-x;
  }

  .c-faq_inner {
    padding-left: 120px;
    padding-right: 120px;
  }

  .c-footer_inner {
    padding-left: 120px;
    padding-right: 150px;
  }

  .c-stats_inner {
    margin-left: 120px;
    margin-right: 120px;
  }

  .stats-block {
    max-width: 250px;
  }

  .stats-text {
    font-size: 24px;
  }

  .pricing-wrapper {
    max-width: 1115px;
  }

  .pricing-block {
    width: auto;
  }

  .nav-block_wrapper {
    max-width: 850px;
  }

  .why-wrapper.swiper-slide {
    padding-left: 120px;
    padding-right: 120px;
  }

  .why-arrow_wrapper {
    bottom: 130px;
    right: 120px;
  }

  .c-discover_inner {
    max-width: 1900px;
  }

  .discover-right_block {
    padding-left: 200px;
    padding-right: 200px;
  }

  .discover-img {
    left: 11%;
  }

  .c-payday_inner {
    margin-left: 130px;
    margin-right: 130px;
  }

  .c-premium_inner {
    grid-column-gap: 80px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .premium-text-wrapper {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .why-curve {
    background-position: 50% 0;
    background-size: 100%;
    height: 144px;
  }

  .ugc-vector_img.cc-active {
    transform: translate(0, 116px);
  }

  .chart-wrapper {
    padding-left: 0;
    padding-right: 0;
    transform: translate(42%, 25%);
  }

  .chart-text {
    font-size: 10px;
  }

  .chart {
    grid-column-gap: 8px;
    height: 104px;
    margin-top: 11px;
  }

  .chart-inner {
    width: 13px;
  }

  .barchart-wrapper {
    border-radius: 16px;
    padding: 20px 24px 24px;
    top: 45px;
    right: 97px;
  }

  .barchart-text_wrapper {
    margin-bottom: 30px;
  }

  .metrics-inner_text {
    font-size: 16px;
  }

  .barchart-arrow {
    width: 24px;
  }

  .barchart-number {
    font-size: 32px;
  }

  .barchart-number.cc-blue {
    font-size: 20px;
  }

  .barchart {
    grid-column-gap: 8px;
    height: 70px;
  }

  .barchart-bar {
    width: 34px;
  }

  .graph-wrapper {
    border-radius: 16px;
    width: 344px;
    height: 187px;
    padding: 24px 14px 14px 24px;
    bottom: 77px;
    right: 143px;
  }

  .graph-percentage_wrapper {
    grid-row-gap: 22px;
    bottom: 48px;
  }

  .graph- {
    font-size: 10px;
  }

  .graph-time_wrapper {
    grid-column-gap: 88px;
    bottom: 24px;
    left: 58px;
  }

  .graph-time {
    padding: 4px;
    font-size: 10px;
  }

  .graph {
    width: 262px;
    bottom: -25px;
    left: 34px;
  }

  .slider-arrow {
    margin-right: 70px;
    left: 38%;
  }

  .slide-video_block {
    border-radius: 32px;
  }

  .how-video_btn.cc-how-video.cc-small {
    font-size: 24px;
  }

  .slider-wrapper {
    padding-left: 120px;
    padding-right: 120px;
  }

  .metrics-vector {
    bottom: -80px;
    left: 12%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 20px;
  }

  .c-nav_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-nav_logo {
    width: 120px;
    height: 54px;
  }

  .c-nav_links {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link_block {
    font-size: 16px;
  }

  .c-button_wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-button_wrapper.uc-mobilehide {
    display: none;
  }

  .c-button_wrapper.uc-mobilehide.cc-open {
    transform: translate(0);
  }

  .c-button.cc-outline {
    min-width: 130px;
  }

  .c-button.cc-main {
    min-height: 56px;
    padding-right: 56px;
    font-size: 18px;
  }

  .c-button.cc-pricing {
    min-height: 56px;
  }

  .c-hero {
    background-size: contain, contain;
  }

  .c-hero_inner {
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .h1 {
    font-size: 80px;
  }

  .h1.cc-hero {
    width: 366px;
  }

  .hero-vector_block {
    width: 80px;
    height: 84px;
  }

  .brands-wrapper {
    margin-top: 100px;
    font-size: 18px;
  }

  .brands-logo_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    margin-top: 30px;
  }

  .c-how {
    background-size: cover;
  }

  .c-how_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-how_inner.cc-creators {
    padding-bottom: 60px;
  }

  .how-video_wrapper {
    border-radius: 40px;
  }

  .how-video_text {
    font-size: 28px;
  }

  .how-video_block {
    width: 90%;
    height: 500px;
  }

  .c-find {
    background-position: 50% 104%, 50% -4%;
  }

  .c-find_inner {
    height: 950px;
  }

  .h2 {
    font-size: 56px;
  }

  .find-text_block {
    max-width: 450px;
  }

  .find-img-wrapper {
    width: 82%;
  }

  .find-img {
    width: 90px;
    height: 94px;
  }

  .metrics-img-wrapper {
    width: auto;
    padding-left: 10px;
    padding-right: 20px;
  }

  .metrics-text_wrapper {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 50px;
  }

  .ugc-text_wrapper {
    padding: 100px 30px 100px 50px;
  }

  .ugc-text {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .lg-paragraph {
    font-size: 28px;
  }

  .ugc-vector {
    width: 70px;
    height: 73px;
  }

  .ugc-img {
    min-width: 350px;
  }

  .ugc-img.cc-active {
    min-width: 400px;
  }

  .testimonials-top_block {
    margin-bottom: 100px;
  }

  .testimonials-icon {
    width: 120px;
    height: 120px;
  }

  .testimonials-block_wrapper {
    grid-column-gap: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonials_block {
    max-width: 600px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-faq_inner {
    padding: 80px 50px;
  }

  .c-faq_inner.cc-pricing {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .featured-block {
    border-radius: 28px;
    margin-bottom: 120px;
  }

  .featured-img {
    border-radius: 28px;
  }

  .featured-block_details {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-tabs_menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-tab_link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .faq-block {
    padding: 28px;
  }

  .c-footer_inner {
    padding: 80px 50px 60px;
  }

  .footer-top_block {
    grid-column-gap: 80px;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .footer-block_wrapper {
    grid-column-gap: 100px;
  }

  .footer-link_header {
    font-size: 24px;
  }

  .footer-link.cc-mail {
    font-size: 30px;
  }

  .social-links_wrapper {
    grid-column-gap: 20px;
  }

  .c-header_inner {
    padding-top: 180px;
  }

  .header-subheading {
    font-size: 18px;
  }

  .video-carousel {
    grid-column-gap: 30px;
  }

  .video-carousel_img {
    width: 250px;
    height: 400px;
  }

  .c-stats_inner {
    border-radius: 40px;
    margin: 64px 50px;
  }

  .stats-block_wrapper {
    grid-column-gap: 30px;
  }

  .stats-block {
    max-width: 180px;
  }

  .stats-figure {
    font-size: 42px;
  }

  .stats-text {
    font-size: 18px;
  }

  .c-plan_inner {
    padding: 40px 50px 80px;
  }

  .pricing-wrapper {
    width: 90vw;
  }

  .pricing-block {
    padding: 60px 30px;
  }

  .pricing-amount {
    font-size: 24px;
  }

  .pricing-details-block {
    font-size: 16px;
  }

  .c-hamburger {
    display: flex;
    position: relative;
  }

  .hamburger-line {
    background-color: var(--black);
  }

  .nav-block_wrapper {
    grid-row-gap: 120px;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    padding: 150px 50px 50px;
    transition: transform .5s;
    position: fixed;
    inset: 0%;
    transform: translate(0, -120%);
  }

  .nav-block_wrapper.cc-show {
    transform: translate(0);
  }

  .why-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .why-right_text {
    font-size: 18px;
  }

  .why-arrow {
    width: 54px;
    height: 54px;
  }

  .why-arrow_wrapper {
    right: 50px;
  }

  .why-number {
    min-width: 33px;
  }

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

  .why-heading.cc-second, .why-heading.cc-third {
    font-size: 32px;
  }

  .c-cta_inner {
    border-radius: 40px;
    margin-bottom: 80px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .cta-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .discover-left_block {
    width: 40vw;
  }

  .discover-right_block {
    margin: 150px 50px 150px 80px;
  }

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

  .discover-img {
    width: 36vw;
  }

  .c-payday_inner {
    grid-column-gap: 30px;
    margin: 64px 50px;
  }

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

  .c-premium_inner {
    padding-left: 30px;
    padding-right: 50px;
  }

  .premium-text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .premium-text_block {
    margin-bottom: 50px;
  }

  .find-img_inner {
    width: 90px;
    height: 94px;
  }

  .find-img_background {
    width: 166px;
    height: 174px;
    top: -40px;
    left: -38px;
  }

  .pricing-span {
    font-size: 18px;
  }

  .social-link {
    width: 48px;
    height: 48px;
  }

  .find-radar {
    max-width: 800px;
  }

  .premium-vector {
    left: 30px;
  }

  .title {
    font-size: 56px;
  }

  .ugc-vector_img.cc-active {
    transform: translate(0, 73px);
  }

  .chart-wrapper {
    top: 32px;
  }

  .chart-text {
    font-size: 8px;
  }

  .chart {
    grid-column-gap: 5px;
    max-height: 90px;
  }

  .chart-inner {
    width: 9px;
  }

  .barchart-wrapper {
    top: 13%;
  }

  .slide-text {
    font-size: 48px;
  }

  .pricing-tab_link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .how-video_btn.cc-outline {
    min-width: 130px;
  }

  .slider-wrapper {
    padding: 100px 50px 120px;
  }

  .metrics-vector {
    width: 40vw;
    height: 40vw;
    left: 10%;
  }

  .video-carousel_wrapper {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .c-nav_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-nav_logo {
    width: 100px;
    height: 45px;
  }

  .c-nav_links.uc-desktophide {
    display: flex;
  }

  .nav-link_block {
    font-size: 20px;
  }

  .c-button_wrapper.cc-mobile {
    background-color: var(--transparent);
    align-items: flex-start;
    padding: 0;
    position: static;
  }

  .c-button.cc-main {
    background-size: 20px;
    padding-right: 48px;
    font-size: 16px;
  }

  .c-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .c-hero_inner {
    padding: 150px 30px 60px;
  }

  .h1 {
    font-size: 60px;
  }

  .hero-vector_block {
    width: 74px;
    height: 78px;
  }

  .hero-text_flex {
    grid-row-gap: 24px;
    flex-flow: wrap-reverse;
    justify-content: center;
  }

  .hero-text_flex.cc-bottom {
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .hero-subheading {
    max-width: 600px;
  }

  .brands-wrapper {
    max-width: 600px;
    margin-top: 80px;
    font-size: 16px;
  }

  .brands-logo_wrapper {
    grid-column-gap: 30px;
    margin-top: 24px;
  }

  .c-how {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .c-how.cc-pricing {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .c-how_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .how-video_wrapper {
    border-radius: 30px;
    padding-bottom: 0;
  }

  .how-video_text {
    max-width: 300px;
    font-size: 24px;
  }

  .how-video_block {
    border-radius: 24px;
    width: 100%;
    height: 400px;
  }

  .c-find {
    background-position: 50% 102%, 50% -2%;
  }

  .c-find_inner {
    height: 850px;
  }

  .h2 {
    font-size: 48px;
  }

  .find-text_block {
    max-width: 400px;
  }

  .find-img-wrapper {
    height: 650px;
  }

  .find-img {
    width: 80px;
    height: 84px;
  }

  .find-img_block.cc-two {
    top: 10%;
    right: 10%;
  }

  .find-img_block.cc-three {
    bottom: 10%;
    right: 10%;
  }

  .find-img_block.cc-five {
    bottom: 10%;
    left: 10%;
  }

  .find-img_block.cc-six {
    top: 10%;
    left: 10%;
  }

  .c-metrics_inner {
    flex-flow: wrap-reverse;
    justify-content: center;
    max-height: none;
  }

  .metrics-img-wrapper {
    align-items: center;
    width: 100%;
    max-width: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .metrics-text_wrapper {
    grid-row-gap: 50px;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
  }

  .c-ugc_inner {
    flex-flow: column;
  }

  .ugc-text_wrapper {
    border-bottom-right-radius: 0;
    justify-content: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 30px;
    display: flex;
  }

  .ugc-img_wrapper {
    width: auto;
  }

  .ugc-text {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
  }

  .lg-paragraph {
    font-size: 24px;
  }

  .ugc-vector {
    width: 84px;
    height: 88px;
  }

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

  .testimonials-icon {
    width: 100px;
    height: 100px;
  }

  .testimonials-block_wrapper {
    grid-column-gap: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonials_block {
    max-width: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-faq_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-faq_inner.cc-pricing {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .featured-block {
    border-radius: 24px;
    flex-flow: column;
    margin-bottom: 80px;
  }

  .featured-img {
    border-radius: 24px;
    width: auto;
    max-width: none;
  }

  .featured-block_details {
    padding: 40px 30px;
  }

  .featured-text_block {
    max-width: 250px;
    margin-bottom: 40px;
  }

  .faq-tabs_menu {
    margin-bottom: 32px;
    padding: 8px;
  }

  .faq-tab_link {
    padding: 14px 30px;
  }

  .faq-block {
    padding: 24px;
  }

  .faq-icon {
    width: 40px;
    height: 40px;
  }

  .faq-block_inner {
    grid-column-gap: 80px;
  }

  .faq-block_details {
    margin-left: 56px;
  }

  .faq-header {
    grid-column-gap: 16px;
  }

  .c-footer_inner {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-top_block {
    grid-row-gap: 60px;
    flex-flow: column;
    margin-bottom: 60px;
  }

  .footer-block_wrapper {
    justify-content: flex-start;
  }

  .footer-link.cc-mail {
    font-size: 28px;
  }

  .footer-bottom_block {
    grid-row-gap: 32px;
    flex-flow: wrap-reverse;
  }

  .c-header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .c-header_inner {
    padding: 150px 30px 60px;
  }

  .header-subheading {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .video-carousel {
    grid-column-gap: 24px;
  }

  .video-carousel_img {
    width: 200px;
    height: 350px;
  }

  .c-stats_inner {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .stats-block_wrapper {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .stats-block {
    max-width: 160px;
  }

  .stats-figure {
    font-size: 30px;
  }

  .stats-text {
    font-size: 16px;
  }

  .c-plan_inner {
    padding: 20px 30px 40px;
  }

  .plan-header {
    font-size: 40px;
  }

  .pricing-wrapper {
    border-radius: 16px;
    flex-flow: column;
    width: 100%;
    margin-top: 32px;
  }

  .pricing-block {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-block.cc-center {
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: #e4e7f7;
    border-bottom-width: 2px;
    border-bottom-color: #e4e7f7;
  }

  .pricing-block_inner {
    grid-row-gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .c-hamburger {
    display: flex;
  }

  .nav-block_wrapper {
    padding: 150px 30px;
    transform: translate(0, -200%);
  }

  .nav-block_wrapper.uc-desktophide {
    display: flex;
  }

  .uc-desktophide {
    display: block;
  }

  .uc-mobilehide {
    display: none;
  }

  .why-slider {
    padding-bottom: 100px;
  }

  .why-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .why-left_block {
    width: auto;
    height: auto;
    min-height: 90px;
  }

  .why-right_block {
    width: auto;
    min-height: 150px;
  }

  .why-right_text {
    font-size: 16px;
  }

  .why-arrow {
    width: 48px;
    height: 48px;
  }

  .why-arrow_wrapper {
    bottom: 30px;
    right: 50%;
    transform: translate(50%);
  }

  .why-number {
    min-width: 27px;
  }

  .why-icon {
    width: 32px;
    height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    transform: rotate(90deg);
  }

  .why-heading {
    font-size: 32px;
  }

  .why-heading.cc-second, .why-heading.cc-third {
    font-size: 26px;
    display: none;
  }

  .c-cta_inner {
    border-radius: 0 0 30px 30px;
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .cta-wrapper {
    padding: 50px 30px;
  }

  .c-discover_inner {
    flex-flow: wrap-reverse;
    justify-content: center;
  }

  .discover-left_block {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100vw;
    max-width: none;
    height: 400px;
  }

  .discover-right_block {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin: 80px 30px;
    display: flex;
  }

  .discover-heading {
    min-width: 410px;
    max-width: 70vw;
  }

  .discover-img {
    width: 300px;
    left: 50%;
    transform: translate(-50%);
  }

  .c-payday_inner {
    flex-flow: column;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .payday-text_wrapper {
    text-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .payday-img_wrapper {
    background-size: cover;
    width: 100%;
    height: 360px;
  }

  .payday-text_block {
    max-width: 480px;
    margin-bottom: 40px;
  }

  .c-premium_inner {
    grid-row-gap: 50px;
    flex-flow: wrap-reverse;
    justify-content: center;
    padding-right: 30px;
  }

  .premium-img_wrapper {
    width: auto;
  }

  .premium-text-wrapper {
    text-align: center;
    align-items: center;
    width: auto;
  }

  .find-img_inner {
    width: 80px;
    height: 84px;
  }

  .find-img_background {
    width: 147px;
    height: 155px;
    top: -35.5px;
    left: -33.5px;
  }

  .pricing-text, .pricing-span {
    font-size: 16px;
  }

  .find-radar {
    display: none;
  }

  .premium-img_block {
    height: 500px;
  }

  .title {
    font-size: 48px;
  }

  .ugc-vector_img.cc-active {
    transform: translate(0, 88px);
  }

  .metrics-img {
    width: 450px;
    min-height: auto;
    margin-top: 150px;
  }

  .chart {
    height: 60px;
  }

  .barchart-wrapper {
    top: 8%;
  }

  .graph-wrapper {
    bottom: 50px;
  }

  .c-slider_inner {
    flex-flow: column;
  }

  .slide-text_wrapper {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .slider-arrow {
    width: 60px;
    height: 63.4px;
    margin-top: 50px;
    margin-bottom: 50px;
    transform: rotate(90deg);
  }

  .slide-video_wrapper {
    width: 100%;
    height: 54vw;
  }

  .play-btn {
    transform: translate(0);
  }

  .pricing-tab_link {
    padding: 14px 30px;
  }

  .play-btn_wrapper {
    width: 100px;
    height: 100px;
  }

  .play-btn_wrapper.cc-small {
    width: 90px;
    height: 90px;
  }

  .how-video_btn {
    transform: translate(0, -150%);
  }

  .how-video_btn.cc-how-video, .how-video_btn.cc-small {
    display: none;
  }

  .slider-wrapper {
    flex-flow: column;
    padding: 60px 30px 100px;
  }

  .metrics-vector {
    width: 400px;
    max-width: 400px;
    height: 400px;
    left: 5%;
  }

  .video-carousel_wrapper {
    grid-column-gap: 24px;
  }
}

@media screen and (max-width: 479px) {
  .c-nav_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-nav_logo {
    width: 87.4px;
    height: 40px;
  }

  .c-button_wrapper, .c-button_wrapper.cc-mobile {
    align-items: stretch;
  }

  .c-button.cc-pricing {
    min-height: 48px;
  }

  .c-hero_inner {
    padding: 120px 5vw 40px;
  }

  .h1 {
    letter-spacing: -.08em;
  }

  .hero-text_flex.cc-bottom {
    grid-row-gap: 12px;
  }

  .hero-subheading {
    max-width: 360px;
    margin-top: 20px;
  }

  .brands-wrapper {
    max-width: 360px;
    margin-top: 40px;
    font-size: 14px;
  }

  .brands-logo_wrapper {
    grid-column-gap: 24px;
  }

  .c-how_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .how-video_wrapper {
    border-radius: 24px;
  }

  .how-video_text {
    max-width: 225px;
    font-size: 20px;
  }

  .how-video_block {
    height: 360px;
  }

  .c-find {
    background-position: 50% 100%, 50% 0;
  }

  .c-find_inner {
    background-size: 100% 900px;
    height: 820px;
  }

  .h2 {
    font-size: 40px;
  }

  .find-text_block {
    grid-row-gap: 24px;
    max-width: 280px;
  }

  .find-img {
    width: 74px;
    height: 77px;
  }

  .metrics-img-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .metrics-text_wrapper {
    grid-row-gap: 40px;
    padding: 40px 5vw;
  }

  .metrics-text_block {
    grid-row-gap: 24px;
  }

  .ugc-text_wrapper {
    padding: 60px 5vw;
  }

  .ugc-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .lg-paragraph {
    font-size: 20px;
  }

  .ugc-vector {
    width: 62px;
    height: 65px;
  }

  .ugc-img {
    min-width: 290px;
  }

  .c-testimonials_inner {
    padding-top: 40px;
  }

  .h3 {
    line-height: 1;
  }

  .testimonials-top_block {
    margin-bottom: 60px;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .testimonials-block_wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .testimonials_block {
    width: 90vw;
    padding: 30px;
  }

  .c-faq_inner {
    padding: 60px 5vw;
  }

  .c-faq_inner.cc-pricing {
    padding-bottom: 40px;
  }

  .featured-block {
    margin-bottom: 60px;
  }

  .featured-block_details {
    padding-left: 24px;
    padding-right: 24px;
  }

  .featured-text_block {
    grid-row-gap: 16px;
    max-width: 200px;
  }

  .faq-tab_link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-block_inner {
    grid-column-gap: 20px;
    align-items: flex-start;
  }

  .faq-block_details, .faq-block_details.cc-expanded {
    margin-left: 0;
  }

  .faq-header {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .c-footer_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-top_block {
    grid-row-gap: 40px;
    align-items: center;
  }

  .footer-block_wrapper {
    grid-row-gap: 80px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .footer-block {
    align-items: center;
  }

  .footer-bottom_block {
    justify-content: center;
  }

  .c-header_inner {
    padding: 120px 5vw 40px;
  }

  .header-subheading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .video-carousel {
    grid-column-gap: 14px;
  }

  .video-carousel_img {
    border-radius: 18px;
    width: 150px;
    height: 280px;
  }

  .c-stats_inner {
    margin-top: 40px;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .c-plan_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .pricing-block {
    padding: 40px 20px;
  }

  .pricing-block_inner {
    grid-row-gap: 16px;
    margin-top: 16px;
    padding-top: 16px;
  }

  .pricing-amount {
    font-size: 20px;
  }

  .nav-block_wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
    transform: translate(0, -100%);
  }

  .why-slider {
    padding-bottom: 90px;
  }

  .why-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .why-left_block {
    min-height: 130px;
  }

  .why-right_block {
    min-height: 220px;
  }

  .why-arrow {
    width: 40px;
    height: 40px;
  }

  .c-cta_inner {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    margin-bottom: 40px;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .cta-wrapper {
    padding: 40px 16px;
  }

  .discover-left_block {
    height: 360px;
  }

  .discover-right_block {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .discover-heading {
    min-width: 300px;
    max-width: 75vw;
  }

  .discover-img {
    width: 280px;
  }

  .c-payday_inner {
    margin-bottom: 40px;
    margin-left: 5vw;
    margin-right: 5vw;
  }

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

  .c-premium_inner {
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .find-img_inner {
    width: 74px;
    height: 77px;
  }

  .find-img_background {
    width: 136px;
    height: 142px;
    top: -32.5px;
    left: -31px;
  }

  .pricing-span {
    font-size: 14px;
  }

  .premium-img_block {
    height: 420px;
  }

  .premium-vector {
    left: 0;
  }

  .title {
    font-size: 40px;
  }

  .ugc-vector_img.cc-active {
    transform: translate(0, 65px);
  }

  .metrics-img {
    width: 283px;
    margin-top: 80px;
  }

  .chart-wrapper {
    top: 20px;
    transform: translate(43.5%);
  }

  .chart-text {
    font-size: 5px;
  }

  .chart {
    grid-column-gap: 3.5px;
    height: 47px;
    margin-top: 5px;
    margin-bottom: 3px;
  }

  .chart-inner {
    width: 6px;
  }

  .barchart-wrapper {
    border-radius: 7px;
    padding: 9px 12px 12px;
    top: 0%;
    right: 45px;
  }

  .barchart-text_wrapper {
    margin-bottom: 14px;
  }

  .metrics-inner_text {
    font-size: 7px;
  }

  .barchart-number.cc-blue {
    font-size: 9px;
  }

  .barchart {
    height: 32px;
  }

  .barchart-bar {
    width: 16px;
  }

  .graph-wrapper {
    pointer-events: auto;
    width: 158px;
    height: 86px;
    padding: 11px;
    bottom: 40px;
    right: 70px;
  }

  .graph-percentage_wrapper {
    grid-row-gap: 10px;
    bottom: 20px;
  }

  .graph- {
    font-size: 5px;
  }

  .graph-time_wrapper {
    grid-column-gap: 40px;
    bottom: 11px;
    left: 28px;
  }

  .graph-time {
    padding: 1.5px;
    font-size: 5px;
  }

  .graph {
    width: 120px;
    bottom: -11px;
    left: 16px;
  }

  .slide-text_wrapper {
    max-width: 350px;
  }

  .slide-text {
    font-size: 40px;
  }

  .slider-arrow {
    width: 48px;
    height: 50.7px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pricing-tab_link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .play-btn_wrapper.cc-small {
    width: 70px;
    height: 70px;
  }

  .slider-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .metrics-vector {
    width: 320px;
    height: 320px;
    left: -6%;
  }

  .video-carousel_wrapper {
    grid-column-gap: 14px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0c0f31c5-4b8c-5717-d586-40bcff6d9dae-776c541a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gramatika';
  src: url('../fonts/Gramatika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gramatika';
  src: url('../fonts/Gramatika-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gramatika';
  src: url('../fonts/Gramatika-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gramatika';
  src: url('../fonts/Gramatika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}