@font-face {
  font-family: Fustat;
  src: url('../fonts/Fustat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geo;
  src: url('../fonts/Geo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #fff;
  font-family: Fustat, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: #fff;
  letter-spacing: .02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
}

.navbar {
  background-color: #ddd0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.padding_global {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container_main {
  width: 100%;
  max-width: 86.875rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.nav_link {
  color: #fff;
  text-transform: uppercase;
  font-family: Geo, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.hero_top_wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_top_wrap.is-second {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  width: 100%;
  padding-top: 0;
}

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

.hero_heading {
  text-align: center;
  letter-spacing: .02rem;
  text-transform: uppercase;
}

.hero_paragraph {
  letter-spacing: .02rem;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.span_green {
  color: #30ffb1;
}

.hero_bottom_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  z-index: 1;
  inset: auto 0% 0%;
}

.hero_bot_text {
  color: #7d7d7d;
  font-family: Geo, Arial, sans-serif;
  font-size: .875rem;
}

.hero_bot_text.is_lighter {
  color: #c8c8c8;
}

.client_logo_img.is-second {
  margin-bottom: 5px;
}

.hero_bottom_pointer {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0 0%;
}

.arrow_img {
  width: .5625rem;
}

.img_wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 71rem;
  display: flex;
}

.img_wrap.is-center {
  align-items: center;
}

.company_wrap {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.company_logo {
  width: 16.25rem;
}

.company_logo.is_third {
  margin-bottom: 1.5rem;
}

.nc4-heading {
  text-align: center;
  max-width: 30ch;
}

.form {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form_field {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border: 1px solid #ffffff40;
  border-radius: 2rem;
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
}

.form_btn {
  z-index: 3;
  letter-spacing: .01rem;
  text-transform: uppercase;
  background-color: #5100ff;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  font-family: Geo, Arial, sans-serif;
}

.nc4_wrap {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.scroll-snap-wrapper {
  z-index: 999;
  height: 100vh;
  overflow: scroll;
}

.nc-section-1 {
  background-image: url('../images/background_img.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nc-section-2 {
  background-image: url('../images/bg2-new.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nc-section-3 {
  background-image: url('../images/bg3-new.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nc-section-4 {
  background-image: url('../images/fourth-bg.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cloneable_creator-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.a-3 {
  background-color: #000;
  width: 8px;
  height: 2px;
  position: absolute;
  inset: auto 0% 3px auto;
  transform: rotate(45deg);
}

.cloneable_content-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.mouse-follower_wrapper {
  justify-content: center;
  align-items: center;
}

.cloneable_creators-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button_arrow {
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.8rem;
  display: flex;
  position: relative;
}

.ad_cloneable-ui {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100svh;
  display: none;
}

.arrow_wrapper {
  background-color: #000;
  width: 1.125rem;
  height: .125rem;
  position: absolute;
  right: 0%;
}

.button_arrow-wrapper {
  display: none;
}

.a-2 {
  background-color: #000;
  width: 8px;
  height: 2px;
  position: absolute;
  inset: 3px 0% auto auto;
  transform: rotate(-45deg);
}

.cloneable_footer-wrapper {
  padding-bottom: 2vw;
}

.cloneable_footer-cta {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 12rem;
  display: flex;
}

.text_button-3 {
  font-size: 1.125rem;
  font-weight: 400;
}

.mouse-wrapper {
  z-index: 800;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0%;
}

.page-padding {
  padding-left: 2vw;
  padding-right: 2vw;
}

.text-parent {
  z-index: 4;
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mouse-follower {
  z-index: 999;
  transform-origin: 50%;
  background-color: #30ffb1;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
}

.cloneable_heading-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 33rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-wrapper {
  overflow: clip;
}

.main-wrapper {
  z-index: 3;
}

.logos-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_top_wrap-last {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_top_wrap-last.is-second {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  width: 100%;
  padding-top: 0;
}

.success-wrapper {
  background-color: #30ffb1;
  padding: 1.25rem;
}

.success-msg {
  color: #000;
  font-size: 1.25rem;
}

.error-wrapper {
  background-color: #ff0909;
  padding: 1.25rem;
}

.error-msg {
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
  .nav_menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #1e1e1e;
    height: 100vh;
    padding-top: 1rem;
  }

  .nav_link {
    margin-bottom: 1rem;
    display: block;
  }

  .menu_btn {
    background-color: #202020;
    border-radius: 100vw;
    padding: .625rem .71875rem;
  }

  .menu_btn.w--open {
    background-color: #10a76e;
  }

  .company_logo {
    object-fit: cover;
    width: 8rem;
  }

  .mouse-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero_paragraph, .company_desc {
    text-align: center;
  }

  .company_logo.is_third {
    margin-bottom: .75rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_top_wrap.is-second {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .hero_img {
    width: 11.4375rem;
  }

  .hero_paragraph {
    max-width: 18ch;
  }

  .hero_bottom_wrap {
    display: none;
  }

  .hero_bottom_wrap.is-visible {
    flex-flow: column;
    justify-content: center;
    padding-right: 0;
    display: flex;
  }

  .hero_bottom_pointer {
    display: none;
  }

  .img_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    align-items: center;
  }

  .img_wrap.is-center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .company_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .company_logo {
    width: 14.125rem;
  }

  .company_logo.is_third {
    margin-bottom: 0;
  }

  .company_logo.second {
    padding-left: 1.25rem;
  }

  .nc4-heading {
    max-width: none;
    font-size: 1.5rem;
  }

  .form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

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

  .nc-section-1 {
    background-image: url('../images/mobile-bg-1.avif');
    height: 100vh;
  }

  .nc-section-2 {
    background-image: url('../images/mobile-bg-2.avif');
    height: 100vh;
  }

  .nc-section-3 {
    background-image: url('../images/mobile-bg-3.avif');
    height: 100vh;
  }

  .nc-section-4 {
    background-image: url('../images/bg-4-mobile.avif');
    align-items: center;
    height: 100vh;
    padding-top: 0;
  }

  .cloneable_content-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logos-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_top_wrap-last {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .hero_top_wrap-last.is-second {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
  }
}


@font-face {
  font-family: 'Fustat';
  src: url('../fonts/Fustat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geo';
  src: url('../fonts/Geo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}