:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.page_main {
  overflow: hidden;
}

.section.hero {
  height: 100vh;
}

.container {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 84px;
}

.container.v-padding-large {
  padding-top: 94px;
  padding-bottom: 94px;
}

.div-block {
  background-color: #715a5a;
}

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

.nav.mobile {
  display: none;
}

.primary_btn {
  color: #181819;
  background-color: #f3f3f4;
  border-radius: 100vw;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s;
}

.primary_btn:hover {
  background-color: #dadada;
}

.primary_btn.black {
  color: #fff;
  background-color: #1c1c1c;
}

.primary_btn.black:hover {
  background-color: #424242;
}

.text {
  color: #1c1c1c;
  font-size: 21px;
}

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

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

.text.medium.grey {
  color: #959595;
  font-size: 14px;
}

.text.medium.center {
  font-size: 16px;
}

.text.small {
  color: #444;
  font-size: 14px;
  font-weight: 600;
}

.text.small.green {
  color: #73dd39;
}

.brand_img {
  width: 108px;
}

.hero_img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  border-radius: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 48vh;
  max-height: 68vh;
  margin-top: 24px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-2 {
  width: 100%;
}

.background-video {
  width: 120%;
  display: none;
}

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

.heading-hero {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 48px;
}

.heading-hero.center {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.card {
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 40px;
  display: inline-flex;
  box-shadow: 0 2px 9px 4px #7d40ff0a;
}

.card.hide-mob {
  background-color: #f3f4f9;
  background-image: radial-gradient(circle at 0 100%, #f3f4fa, #f3f3f4 36% 50%, #c6f9ae1a 76%, #f3f4fa);
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 40px 32px;
  box-shadow: 0 2px 9px 11px #7d40ff03;
}

.card.hide-mob._2 {
  background-color: #f3f4f9;
  background-image: radial-gradient(circle at 0 100%, #f3f3f4, #c6f9ae1a 20%, #f3f3f4 36% 81%, #f3f3f4);
  width: 80%;
  margin-left: 40px;
  padding: 40px 32px;
}

.card.hide-mob._1 {
  margin-right: 40px;
  padding-left: 32px;
  padding-right: 32px;
}

.subtitle {
  color: #7a7a7a;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.subtext {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.subtext.purple {
  color: #6553ff;
}

.subtext.medium {
  font-size: 16px;
  font-weight: 500;
}

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

.users_img {
  width: 86px;
  margin-right: 12px;
}

.trend_img {
  width: 48px;
  margin-right: 12px;
}

.blobs_img {
  background-image: url('../images/Wish-you-a-blobly-day-original2-1920x1080.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex: none;
  width: 200vh;
  max-width: 200vh;
  height: 200%;
  position: static;
}

.blobs_img.hide {
  flex: 0 auto;
  display: none;
}

.blobs_img.hide._2 {
  display: block;
}

.blobs_img.large {
  width: 300vh;
  max-width: 300vh;
  height: auto;
}

.icon_down {
  z-index: 15;
  position: static;
  inset: auto 0% 0% auto;
}

.hero-_img_wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.img_icon-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -4px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.hero_img_absolute {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: transparent;
  vertical-align: top;
  background-color: #eff0f8;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 60px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  position: absolute;
  overflow: hidden;
}

.anchor {
  z-index: 20;
  cursor: pointer;
  position: static;
}

.hero_img-hover {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  background-color: #eff0f800;
  border-radius: 60px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  transition: background-color .4s;
  display: flex;
  position: static;
  overflow: hidden;
}

.hero_img-hover:hover {
  background-color: #edf1f526;
}

.body {
  background-color: #f8f8ff;
}

.img_preview {
  width: 100%;
  position: static;
}

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

.form_text {
  flex: 0 auto;
}

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

.live_banner.hide {
  display: block;
}

.live_icon {
  margin-right: 4px;
}

.preview_cover {
  z-index: 15;
  background-image: radial-gradient(circle, #f9f9fd, #fff0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text_field {
  color: #343434;
  border-radius: 100vw;
  height: 56px;
  margin-top: 12px;
  margin-right: 16px;
  padding: 12px 24px;
}

.form_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.ak_link_img {
  width: 124px;
  margin-left: 12px;
}

.wrapper_footer {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.wrapper_footer._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.inst_icon {
  width: 24px;
  margin-left: 8px;
}

.footer_block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #e1e1ec;
  border-radius: 32px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.blbobin_insta_wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.hero_img_hover {
  z-index: 15;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  background-color: #eff0f800;
  border-radius: 60px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_img_hover:hover {
  background-color: #edf1f540;
}

.success_banner {
  background-color: #d0f7bacc;
  border-radius: 12px;
  margin-top: 16px;
  font-weight: 500;
}

.error_banner {
  color: #0c0c0c;
  background-color: #f9776266;
  border-radius: 12px;
  margin-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
}

.hide {
  display: none;
}

@media screen and (min-width: 1920px) {
  .section.hero {
    height: auto;
  }

  .container.v-padding-large {
    position: relative;
  }

  .hero_img {
    max-height: 73vh;
  }

  .subtitle {
    line-height: 1.9;
  }

  .blobs_img {
    flex: none;
    height: 200%;
  }

  .hero_img-hover {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .preview_wrapper {
    position: static;
  }

  .preview_cover {
    background-image: radial-gradient(circle, #f9f9fd, #fcfcfe73 62%, #fff0);
  }

  .wrapper_footer {
    margin-top: 0;
  }

  .hero_img_hover {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .container {
    height: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .text {
    font-size: 16px;
  }

  .text.center {
    text-align: center;
    font-size: 2vw;
    line-height: 1.4;
  }

  .text.medium.center {
    font-size: 16px;
  }

  .text.medium.center.grey {
    display: none;
  }

  .hero_img {
    position: relative;
  }

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

  .heading-hero {
    font-size: 37px;
  }

  .heading-hero.center {
    text-align: center;
    font-size: 5vw;
  }

  .card.hide-mob {
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .subtext.medium {
    font-size: 14px;
  }

  .subtext_wrapper.hide_mob {
    display: none;
  }

  .users_img {
    width: 78px;
    margin-right: 0;
  }

  .trend_img {
    width: 40px;
    margin-right: 0;
  }

  .icon_down {
    z-index: 15;
    position: static;
    inset: auto 45% -10% auto;
  }

  .hero-_img_wrapper, .hero_img_absolute, .hero_img-hover {
    position: relative;
  }

  .preview_cover {
    background-image: radial-gradient(circle, #f9f9fde6, #fff0);
  }

  .wrapper_footer._2 {
    margin-bottom: 8px;
  }

  .footer_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 32px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid_layout_1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.75fr 1fr;
    display: none;
  }

  .hero_img_hover {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    height: auto;
  }

  .container.v-padding-large.mob {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .nav {
    display: none;
  }

  .nav.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text.center {
    font-size: 4vw;
    line-height: 1.2;
  }

  .hero_img {
    min-height: 37vh;
    max-height: 53vh;
  }

  .heading-hero.center {
    font-size: 5vw;
    line-height: 1;
  }

  .blobs_img {
    flex: none;
    width: 150vh;
    max-width: 150vh;
  }

  .blobs_img.hide {
    display: none;
  }

  .icon_down {
    width: 64px;
    height: 64px;
    position: static;
  }

  .img_preview.mob {
    display: none;
  }

  .preview_cover {
    background-image: radial-gradient(circle, #f9f9fdcc, #fff0);
  }

  .form_wrapper {
    margin-top: 8px;
  }

  .wrapper_footer._2 {
    flex-flow: column;
    margin-bottom: 12px;
  }

  .inst_icon {
    width: 20px;
  }

  .footer_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-bottom: 24px;
  }

  .nav_mob {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid_layout_1 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .page_main {
    overflow: hidden;
  }

  .section.hero {
    height: auto;
  }

  .container {
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .primary_btn, .primary_btn.black {
    margin-top: 0;
  }

  .text.center {
    font-size: 5vw;
  }

  .text.medium.grey {
    flex: 0 auto;
    line-height: 1.2;
    display: block;
  }

  .grid_layout_3 {
    grid-template-columns: 1fr;
  }

  .heading-hero.center {
    font-size: 12vw;
  }

  .card {
    box-shadow: none;
    background-color: #f3f3f4;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.hide-mob {
    display: none;
  }

  .card.hide-mob.show {
    display: flex;
  }

  .subtitle {
    color: #666;
    font-size: 11px;
  }

  .subtext {
    color: #464646;
  }

  .users_img, .trend_img {
    margin-right: 12px;
  }

  .blobs_img {
    background-image: url('../images/Wish-you-a-blobly-day2-1920x1080sa_1.webp');
    background-position: 50%;
    background-size: cover;
    flex: none;
    width: 120vh;
    max-width: 120vh;
    height: 100%;
    overflow: visible;
  }

  .blobs_img.hide {
    display: none;
  }

  .icon_down {
    width: 64px;
    height: 64px;
    position: static;
    transform: none;
  }

  .anchor {
    flex: 0 auto;
  }

  .img_preview {
    background-image: url('../images/Group-7081-1.png');
    background-position: 50%;
    background-size: cover;
    flex: none;
    width: 130vw;
    max-width: 130vw;
  }

  .img_preview.hide {
    display: none;
  }

  .live_banner.hide {
    background-color: #f4f8fa;
    border: 2px solid #aaaeff;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px;
    display: flex;
  }

  .preview_cover {
    border-radius: 32px;
  }

  .footer_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 24px;
  }

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

  .grid_layout_1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 16px;
    display: grid;
  }

  .hero_img_hover {
    position: absolute;
  }
}

#w-node-_68370284-6b7f-ee16-715a-c6c66000f8d9-1dbc437b {
  justify-self: center;
}

#w-node-_40df8dfa-780b-a838-6f3c-f2ada13356fb-1dbc437b, #w-node-ff14fa73-b833-2e50-eebb-931c2071011a-1dbc437b {
  justify-self: end;
}

#w-node-db470d6b-23df-85e6-3465-2ee705347b74-1dbc437b {
  justify-self: start;
}

#w-node-_4052f8f9-830e-1b1f-04aa-1f6ebbe0370f-1dbc437b {
  justify-self: center;
}

#w-node-_067e6113-b91a-4a88-49e8-4ac103f70530-1dbc437b {
  justify-self: end;
}

#w-node-_32015dc4-7a55-375b-6a6f-6558a24c9811-1dbc437b {
  justify-self: start;
}

#w-node-_32015dc4-7a55-375b-6a6f-6558a24c981d-1dbc437b {
  justify-self: end;
}

#w-node-_68370284-6b7f-ee16-715a-c6c66000f8d9-eb7de1fc {
  justify-self: center;
}

#w-node-_40df8dfa-780b-a838-6f3c-f2ada13356fb-eb7de1fc, #w-node-ff14fa73-b833-2e50-eebb-931c2071011a-eb7de1fc {
  justify-self: end;
}

#w-node-db470d6b-23df-85e6-3465-2ee705347b74-eb7de1fc {
  justify-self: stretch;
}

#w-node-_4052f8f9-830e-1b1f-04aa-1f6ebbe0370f-eb7de1fc {
  justify-self: center;
}

#w-node-_067e6113-b91a-4a88-49e8-4ac103f70530-eb7de1fc {
  justify-self: stretch;
}

#w-node-_32015dc4-7a55-375b-6a6f-6558a24c9811-eb7de1fc {
  justify-self: start;
}

#w-node-_32015dc4-7a55-375b-6a6f-6558a24c981d-eb7de1fc {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_4052f8f9-830e-1b1f-04aa-1f6ebbe0370f-1dbc437b, #w-node-_4052f8f9-830e-1b1f-04aa-1f6ebbe0370f-eb7de1fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_32015dc4-7a55-375b-6a6f-6558a24c9811-1dbc437b, #w-node-_32015dc4-7a55-375b-6a6f-6558a24c981d-1dbc437b, #w-node-_32015dc4-7a55-375b-6a6f-6558a24c9811-eb7de1fc, #w-node-_32015dc4-7a55-375b-6a6f-6558a24c981d-eb7de1fc {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}