:root {
  --black: #010101;
  --black-iii: #171e2c;
  --black-ii: #090b11;
  --slate-grey: #9092a7;
  --main: #def440;
  --medium-slate-blue: #a429f6;
  --purple: #3017f5;
  --midnight-blue: #232b3d;
  --gainsboro: #dce2e8;
  --deep-pink: #f0386b;
  --ghost-white: #f0f0f5;
}

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

.faq-old {
  margin-bottom: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.wrapper {
  opacity: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: Fein, sans-serif;
  position: relative;
}

.header-section {
  z-index: 49;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 3vw;
  display: flex;
  position: relative;
}

.nav-left {
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.nav-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.logo-small {
  color: #fff;
  width: 32px;
  height: 32px;
}

.logo-text {
  width: 60px;
  margin-top: 5px;
  margin-left: 15px;
}

.nav-logo {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero {
  width: 100%;
}

.section {
  width: 100%;
  overflow: hidden;
}

.section.padding {
  padding-bottom: 10vh;
}

.section.light {
  border-top: 1px solid var(--black-iii);
  background-color: var(--black-ii);
}

.section.auto {
  overflow: visible;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 100px;
  line-height: 115px;
}

.span-block {
  display: block;
}

.hero-subtext {
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 35px;
}

.hero-subtext.grey {
  color: var(--slate-grey);
}

.cta-div {
  padding-top: 50px;
  display: flex;
}

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 50px;
  position: relative;
}

.container._50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container._100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.container._5vw {
  padding: 5vw 5vw 0;
}

.container._5x5vw {
  padding: 5vw 5vw 15vh;
}

.subtext-span {
  color: var(--main);
  font-weight: 500;
}

.video-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-video {
  z-index: 1;
  border: 1px solid var(--black-iii);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.comment-text {
  z-index: 2;
  color: var(--slate-grey);
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  position: relative;
}

.comment-text:hover {
  color: #fff;
}

.hero-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.hero-content.padding {
  padding-bottom: 100px;
}

.gradient-right {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-right._35 {
  width: 35%;
}

.gradient-left {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-left._35 {
  width: 35%;
}

.powered-brands {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-block {
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 10px;
  font-size: 8px;
  line-height: 10px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.brand-block:hover {
  background-color: var(--medium-slate-blue);
  color: #ffffff80;
}

.brand-block.w--current {
  background-color: var(--purple);
}

.brand-block.b-soon {
  cursor: not-allowed;
}

.brand-block.b-soon:hover {
  background-color: var(--slate-grey);
}

.brands {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.enter-block {
  border: 1px solid var(--black-iii);
  background-image: linear-gradient(135deg, var(--black-iii), var(--black));
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.block-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 35px;
}

.block-text {
  color: var(--slate-grey);
  max-width: 350px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.enter-img {
  border: 1px solid var(--midnight-blue);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.tabs {
  padding-top: 100px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.tab {
  background-color: var(--black);
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 5px solid #0000;
  margin-bottom: -2px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 500;
}

.tab.w--current {
  border-bottom: 5px solid var(--main);
  background-color: var(--black);
  color: #fff;
}

.page-bottom {
  border-top: 1px solid var(--black-iii);
  background-color: var(--black);
  flex: 1;
  width: 100%;
  min-height: 500px;
  padding: 100px 3vw;
}

.page-container {
  max-width: 1300px;
}

.page-para {
  color: var(--slate-grey);
  letter-spacing: 1px;
  text-indent: 25px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.para-span {
  color: var(--black);
  margin-right: 5px;
  font-weight: 700;
  text-decoration: none;
}

.highlight-span {
  color: var(--main);
  font-weight: 500;
  text-decoration: none;
}

.extra-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.question-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.social-embed {
  width: 22px;
  height: 22px;
}

.faq-text-details {
  color: #9092a7;
  text-align: center;
  letter-spacing: -.27px;
  max-width: 400px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.faq-section {
  min-height: 600px;
  position: relative;
}

.socials-faq {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.faq-wrap {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.version-download {
  border: 1px solid var(--black-iii);
  background-color: var(--black-ii);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 7px;
  display: flex;
}

.version-title {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 60px;
  line-height: 60px;
}

.version-top {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.version-para {
  letter-spacing: 1px;
  max-width: 550px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
}

.version-div {
  width: 300px;
  margin-bottom: 57px;
}

.check-mark {
  width: 18px;
  margin-right: 15px;
}

.version-block {
  align-items: center;
  width: 300px;
  margin-bottom: 25px;
  display: flex;
}

.version-subtitle {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

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

.left-column {
  padding-left: 25px;
}

.download-arrow {
  width: 20px;
}

.version-details {
  margin-bottom: 0;
  font-size: 18px;
}

.columns {
  border-radius: 20px;
  padding: 100px 25px;
}

.columns.light {
  border: 1px solid var(--midnight-blue);
  background-color: var(--black-ii);
}

.team-grid {
  grid-column-gap: 25px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.member {
  background-color: var(--main);
  opacity: .75;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-end;
  width: 75px;
  height: 75px;
  transition: all .5s;
  display: flex;
  overflow: hidden;
}

.member:hover {
  opacity: 1;
}

.section-404 {
  width: 100%;
  height: 100%;
}

._404-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-right: -10px;
}

.features-wrap {
  align-items: center;
  display: flex;
}

.pricing-title {
  font-size: 38px;
  line-height: 44px;
}

.features-text {
  color: var(--gainsboro);
  font-size: 15px;
}

.pricing-card {
  border: 1px solid var(--black-iii);
  border-radius: 20px;
  width: 100%;
  padding: 30px 35px;
  position: relative;
}

.pricing-text {
  color: var(--gainsboro);
  font-size: 15px;
}

.pricing-features {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 22px;
  margin-bottom: 32px;
}

.pricing-type {
  color: var(--main);
  margin-top: 0;
}

.pricing-grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.span-prcing {
  color: var(--slate-grey);
  font-size: 20px;
}

.arrow-pricing {
  width: 18px;
  margin-right: 15px;
  transform: rotate(180deg);
}

.ex-subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

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

.ex-illus {
  background-image: linear-gradient(304deg, #000, #fff);
  width: 100%;
  height: 400px;
}

.ex-illus.blue {
  background-image: linear-gradient(304deg, #023ff1, #00b5fd);
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  display: flex;
}

.ex-illus.purple {
  background-image: linear-gradient(304deg, #7937ff, #bb57fe);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ex-illus.lime {
  background-image: linear-gradient(304deg, #def440, #fcef51);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.enter-svg {
  margin-bottom: -5px;
}

.cta-bttn {
  border: 1px solid var(--black-iii);
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.cta-bttn:hover {
  border-color: #fff;
}

.cta-bttn.no-space {
  margin-left: 0;
}

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

.download {
  margin-right: 15px;
}

._404-bttn {
  border: 1px solid var(--black-iii);
  background-color: var(--black);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

._404-bttn:hover {
  border-color: #fff;
}

.footer-section {
  z-index: 25;
  width: 100%;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-container {
  z-index: 5;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 2vh 3vw;
  position: relative;
}

.footer-socials {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.social-embed-ii {
  width: 27px;
  height: 25px;
}

.block-holder__top-left {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.circle-mask {
  z-index: 10;
  border: 15px solid var(--black);
  background-color: #0000;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  overflow: visible;
}

.loader-block {
  transform-origin: 0 100%;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.loader-block.bottom-right {
  float: none;
  opacity: 1;
  transform-origin: 0 0;
  background-image: linear-gradient(#f7c872, #fbef50);
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.loader-block.top-left {
  float: none;
  opacity: 1;
  transform-origin: 100% 100%;
  background-image: linear-gradient(#ea36c6, #def440 71%);
  width: 100%;
  height: 100%;
  transform: translate(0)rotate(-90deg);
}

.loader-block.top-right {
  opacity: 1;
  transform-origin: 0 100%;
  background-image: linear-gradient(#ea36c6, #f7c872);
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(-90deg);
}

.loader-block.bottom-left {
  float: none;
  opacity: 1;
  transform-origin: 100% 0;
  background-image: linear-gradient(#def440, #fbef50);
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.block-holder__bottom-left {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.block-holder__bottom-right {
  z-index: 6;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.mask-block {
  z-index: 2;
  background-color: var(--midnight-blue);
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mask-block.dash-3 {
  z-index: 5;
  inset: auto 0 0 auto;
}

.mask-block.dash-4 {
  z-index: 3;
  top: auto;
  bottom: 0;
  left: 0;
}

.mask-block.dash-2 {
  z-index: 7;
  top: 0;
  left: auto;
  right: 0;
}

.mask-block.dash-1 {
  z-index: 9;
  top: 0;
  left: 0;
}

.block-holder__top-right {
  z-index: 8;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.circle-inner {
  z-index: 10;
  background-color: var(--black);
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
}

.circle-inner.scroll {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.circle-outer {
  background-color: #232323;
  border: 1px #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.circle-outer.scroll {
  border-style: none;
  border-width: none;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  overflow: hidden;
}

.loader-wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  margin-left: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.phone-word {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.word-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5vw;
  font-size: 20vw;
  line-height: 20vw;
}

.word-div {
  width: 50%;
  position: relative;
}

.word-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5vw;
  font-size: 20vw;
  line-height: 20vw;
}

.phone-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  display: flex;
  position: relative;
}

.phone-bottom {
  width: 350px;
  height: 700px;
  position: absolute;
}

.mobile-word {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.mobile-word-txt {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.col-details {
  z-index: 4;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.col-title {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
  display: inline-block;
}

.col-title-div {
  margin-bottom: 50px;
}

.col-link {
  color: #fff;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  margin-top: 10px;
  margin-left: -13px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.col-link:hover {
  border-color: var(--slate-grey);
}

.phone-screen {
  z-index: 1;
  border: 1px solid var(--black-iii);
  background-image: linear-gradient(to right, var(--black-iii), black);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84%;
  height: 94%;
  display: flex;
  position: absolute;
}

.phone-hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.header-border {
  background-color: var(--black-iii);
  width: 0%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.nav-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-dots {
  width: 21px;
  height: 21px;
}

.navmenu {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 55px;
  height: 0;
  margin-right: -10px;
  display: flex;
  position: absolute;
  top: 50px;
  bottom: 0%;
  right: 0%;
}

.navmenu-dots {
  border: 1px solid var(--black-iii);
  background-color: var(--black-ii);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.navmenu-dots:hover {
  background-color: var(--black-iii);
}

.menu {
  background-color: var(--black-iii);
  border: 1px solid #010101;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  max-height: 500px;
  display: flex;
}

.menu-block {
  color: #ffffff80;
  letter-spacing: 1px;
  flex-direction: column;
  align-items: center;
  font-size: 7px;
  font-weight: 500;
  line-height: 10px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.menu-block:hover {
  color: #fff;
}

.menu-block.w--current {
  opacity: 1;
  background-color: #ffffff1a;
}

.menu-div {
  opacity: 0;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.cta-content {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 3vw;
}

.cta-inner {
  border: 1px solid var(--black-iii);
  background-color: var(--black-ii);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-details {
  z-index: 4;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 325px;
  display: flex;
  position: relative;
}

.cta-block {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-selected {
  background-image: linear-gradient(195deg, #f1038f 25%, var(--main));
  border-radius: 50%;
  padding: 8px;
  position: absolute;
  inset: 10% 0% auto auto;
}

.cta-cir-select {
  background-color: var(--black-iii);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  overflow: hidden;
}

.cta-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
  display: inline-block;
}

.cta-title-div {
  margin-bottom: 25px;
}

.footer-gradient {
  z-index: 4;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.screen-overlay {
  z-index: 2;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84%;
  height: 94%;
}

.sqr-img {
  width: 100%;
  margin-bottom: -14px;
}

.enter-bttn {
  background-color: var(--black-iii);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 50px;
  font-weight: 500;
  transition: all .5s;
  display: flex;
}

.enter-bttn:hover {
  background-color: var(--midnight-blue);
}

.circles {
  background-image: linear-gradient(135deg, var(--black-iii) 41%, var(--black));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.circles._1 {
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: absolute;
  inset: -5% auto auto -7%;
}

.circles._2 {
  position: absolute;
  inset: 10% 0% auto auto;
}

.circles._3 {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 35%;
  left: 20%;
}

.circles._4 {
  position: absolute;
  inset: auto 0% 20% auto;
}

.circles._5 {
  position: absolute;
  inset: auto 20% -10% auto;
}

.circles._6 {
  width: 130px;
  height: 130px;
  position: absolute;
  inset: auto auto -4% -10%;
}

.cta-block-mobile {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

._100 {
  height: 100%;
}

.enter-category-bubble {
  background-color: var(--purple);
  letter-spacing: 2px;
  border-radius: 100px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 500;
}

.enter-category {
  margin-bottom: 25px;
  display: flex;
}

.col-icons {
  margin-left: -7px;
  display: flex;
}

.icon-block {
  background-color: var(--midnight-blue);
  color: #fff;
  cursor: pointer;
  border: 7px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-right: -20px;
  padding-top: 5px;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-block:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
  margin-right: 0;
}

.comment-line {
  background-color: var(--midnight-blue);
  width: 80%;
  height: 1px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.tools-start-bttn {
  z-index: 5;
  background-color: var(--purple);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 5px;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.tool-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 200px;
  display: grid;
}

.tool-subtext {
  max-width: 450px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.coltoo-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 25px 50px;
  display: flex;
}

.coltoo-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-x {
  width: 0;
  height: 0;
  position: absolute;
}

.col-txt {
  max-width: 450px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}

.tool-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 100px;
  line-height: 115px;
}

.footer-email {
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: all .5s;
  display: flex;
}

.footer-email:hover {
  background-color: var(--medium-slate-blue);
}

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

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

.col-visual {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap;
  width: 500px;
  height: 612px;
  display: flex;
  position: relative;
}

.col-visual.long {
  height: 700px;
}

.menu-icon {
  color: #ffffff80;
  letter-spacing: 1px;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  padding-top: 4px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.menu-icon:hover {
  opacity: 1;
  color: #fff;
  background-color: #ffffff1a;
}

.menu-icon.w--current {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

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

.footer-link {
  color: #434a5a;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  transition: all .5s;
}

.footer-link:hover {
  color: #fff;
}

.menu-start {
  background-color: var(--slate-grey);
  color: #fff;
  cursor: pointer;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.menu-start.w--current {
  background-color: var(--medium-slate-blue);
}

.otab {
  color: #2d3547;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  width: 25%;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.otab.w--current {
  color: #fff;
  background-color: #0000;
}

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

.omni-block {
  background-color: #232b3d;
  border: 3px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: -20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.omni-block:hover {
  background-color: #a429f6;
  margin-right: 0;
}

.omni-block.first {
  margin-right: 0;
}

.otab-top {
  z-index: 1;
  color: #fff;
  border: 1px solid #171e2c;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 10px;
  font-size: 22px;
  line-height: 25px;
  display: flex;
  position: relative;
}

.overlay-top {
  cursor: pointer;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-right: 3vw;
  display: flex;
}

.otab-wrapper {
  margin-bottom: 40px;
}

.otab-input {
  border: 1px solid var(--black);
  color: #fff;
  text-align: left;
  background-color: #0000;
  margin-bottom: 0;
  padding: 10px;
  font-size: 22px;
  line-height: 25px;
}

.otab-input:focus {
  border-color: var(--black);
}

.otab-input::placeholder {
  color: #fff;
}

.overlay-section {
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-tabs {
  width: 100%;
  max-width: 425px;
}

.overlay-details {
  background-color: #010101;
  border-top: 1px solid #171e2c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5vh 2vw 1vh;
  display: flex;
}

.otabs-menu {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.overlay-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.omni-icons {
  display: flex;
}

.otab-submit {
  background-color: var(--main);
  background-image: url('../images/5fdbaf655c9ac8d3669483aa_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  inset: 7% 5px 0% auto;
}

.otab-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.most-poular {
  background-color: var(--main);
  color: var(--black);
  letter-spacing: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  display: flex;
  position: absolute;
  inset: -25px 0% auto 0;
}

.notification-content {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(270deg, #7937ff, #bb57fe);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.notification-content.w--current {
  display: flex;
}

.notification-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.span-notification {
  font-weight: 700;
}

.footer-bttn {
  z-index: 5;
  background-color: var(--main);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 7px;
  width: 100%;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 700;
  display: none;
  position: relative;
}

.brand-img {
  width: 100%;
}

.quote-content {
  border: 1px solid var(--midnight-blue);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.block-quote {
  text-align: center;
  border-left-style: none;
  max-width: 600px;
  margin-bottom: 25px;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
}

.quote-div {
  display: flex;
}

.quote-img {
  background-color: var(--main);
  opacity: .75;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  transition: all .5s;
  display: flex;
  overflow: hidden;
}

.quote-img:hover {
  opacity: 1;
}

.nav-mid {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: none;
}

.notification-img {
  letter-spacing: 1px;
  background-color: #3f1e80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding-top: 2px;
  font-size: 12px;
  display: flex;
}

.nav-app {
  border: 1px solid var(--black-iii);
  background-color: var(--black-ii);
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  padding: 9px 10px;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.nav-app:hover, .nav-app.w--current {
  background-color: #a429f6;
}

.navapp-text {
  margin-left: 10px;
}

.navapp-svg {
  width: 15px;
}

.dialpad {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: center;
}

.num {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  transition: all .5s;
  display: flex;
}

.num:hover {
  background-color: #171e2c;
}

.num-txt {
  font-size: 35px;
  line-height: 35px;
}

.number-circle {
  background-color: #171e2c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  transition: all .5s;
  display: flex;
}

.number-circle:hover {
  background-color: var(--deep-pink);
}

.otab-submit-big {
  z-index: 5;
  color: #010101;
  text-align: center;
  letter-spacing: 2px;
  background-color: #def440;
  border-radius: 5px;
  width: 100%;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.otab-submit-big.coming {
  color: #fff;
  cursor: not-allowed;
  background-color: #9092a7;
}

.otab-soon {
  color: #010101;
  letter-spacing: 1px;
  background-color: #def440;
  border-radius: 50px;
  margin-left: 10px;
  padding: 3px 5px;
  font-size: 8px;
  font-weight: 700;
  line-height: 8px;
}

.home-column {
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.h-col {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px;
  display: flex;
}

.h-col.image {
  padding: 10px;
}

.phone-gradient {
  width: 100%;
  height: 65%;
  position: absolute;
  inset: auto 0% 0%;
}

.sucess-mssg {
  background-color: var(--medium-slate-blue);
  border-radius: 100px;
  width: 100%;
  height: 55px;
  padding: 0;
  transition: all .5s;
}

.sucess-mssg:hover {
  background-color: #800cb8;
}

.sucess-svg {
  width: 15px;
  margin-top: 1px;
  margin-left: 10px;
}

.sucess-links {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.error-message {
  z-index: 1;
  background-color: #fb4044;
  border-radius: 7px;
  width: 98%;
  height: 55px;
  margin-top: 145px;
  padding-top: 14px;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
}

.error-svg {
  width: 17px;
  margin-bottom: -3px;
  margin-left: 10px;
  display: inline-block;
}

.error-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.otab-form {
  font-size: 22px;
}

.error-message-big {
  background-color: #fb4044;
  border-radius: 7px;
  width: 100%;
  height: 55px;
  padding-top: 14px;
  padding-bottom: 0;
  padding-right: 0;
}

.pricing-form {
  color: #fff;
  border: 1px solid #171e2c;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 22px;
  line-height: 25px;
  display: flex;
  position: relative;
}

.pricing-submit {
  background-color: var(--main);
  background-image: url('../images/5fdbaf655c9ac8d3669483aa_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  transition: all .5s;
  position: absolute;
  inset: 7% 5px 0% auto;
}

.webframe {
  background-image: linear-gradient(135deg, var(--black-iii), var(--black) 52%);
  border-top-left-radius: 15px;
  flex-direction: column;
  width: 100%;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.webframe-head {
  background-image: linear-gradient(135deg, var(--black-iii) 27%, var(--black));
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 10px;
  display: flex;
  box-shadow: 0 1px 18px 1px #000;
}

.web-cir {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

.web-cir.red {
  background-color: #ed412f;
}

.web-cir.orange {
  background-color: #ffa310;
}

.web-cir.green {
  background-color: #71dd2a;
}

.webframe-video {
  flex: 1;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.video-puple, .video-lime {
  z-index: 1;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 285px;
  height: 347px;
}

.video-blue {
  z-index: 1;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  width: 305px;
  height: 449px;
}

.gradient-top {
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-bottom {
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.coltoo-img {
  display: none;
  position: relative;
}

.webframe-img {
  width: 200px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.faq-plus {
  background-color: #fff;
  border-radius: 3px;
  width: 2px;
  height: 100%;
  position: absolute;
}

.faq-minus {
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 2px;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-question-wrap {
  border: 1px solid var(--black-iii);
  background-color: var(--black-ii);
  border-radius: 15px;
  margin-bottom: 15px;
}

.faq-para {
  color: var(--slate-grey);
  letter-spacing: -.25px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.overlay-close {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  padding: 7px 15px;
  font-weight: 500;
}

.phone-top {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 350px;
  max-width: 90%;
  height: 700px;
  display: flex;
  position: relative;
}

.fingers {
  z-index: 3;
  background-image: url('../images/fingers2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 400px;
  position: absolute;
  inset: 225px -75px 0% auto;
}

.minihand {
  background-image: url('../images/minihand.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 435px;
  height: 700px;
  position: absolute;
  inset: auto 0% -220px -202px;
}

.phone {
  z-index: 2;
  background-image: url('../images/Phone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.page-intro {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.creators-row {
  justify-content: space-around;
  width: 100%;
  margin-bottom: 35px;
  display: flex;
}

.slider-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-para {
  letter-spacing: 1px;
  max-width: 500px;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-21 {
  border-bottom: 1px solid var(--black-iii);
  width: 100%;
  max-width: 600px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-21.last {
  margin-bottom: 0;
}

.crea-row-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.c-subtile {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

._4x {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 300px;
  font-weight: 600;
  line-height: 300px;
}

.slider-embed {
  margin-bottom: 75px;
}

.creator-slider {
  border: 1px solid var(--black-iii);
  background-color: var(--black-ii);
  border-radius: 25px;
  flex-direction: column;
  padding: 7vw;
  display: flex;
}

.section-arrow {
  width: 50px;
  margin-top: 50px;
}

.slider-title {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  margin-right: 35px;
}

.creator-details {
  border: 1px solid var(--black-iii);
  background-color: var(--black-ii);
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.section-title {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 90px;
  font-weight: 400;
  line-height: 100px;
}

.slider-para {
  text-align: center;
  letter-spacing: 2px;
  max-width: 450px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.block-span {
  display: block;
}

.circle {
  background-color: var(--main);
  color: var(--black);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 35px;
  display: flex;
}

.crea-circle {
  background-color: var(--main);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 35px;
  display: flex;
}

.creatorsr-row-info {
  border-top: 1px solid var(--black-iii);
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 35px;
  display: flex;
}

.svg-50 {
  width: 50%;
  height: 50%;
}

.section-text {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section-text.center {
  justify-content: center;
  margin-bottom: 50px;
}

.slider-title-div {
  clear: left;
}

.slider-title-div._100 {
  text-align: center;
  width: 100%;
}

.creator-block {
  flex-direction: column;
  max-width: 300px;
  display: flex;
}

.crea-row-left {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.collab-link {
  color: #fff;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  margin-top: 35px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.collab-link:hover {
  border-color: var(--slate-grey);
}

.creator-img {
  z-index: 1;
  border: 1px solid var(--black-iii);
  background-color: var(--main);
  background-image: url('../images/3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 525px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.creators-col {
  display: flex;
}

.creator-apply {
  border: 1px solid var(--main);
  color: var(--main);
  letter-spacing: 2px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.socials-block-2 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: all .5s;
  display: flex;
}

.socials-block-2:hover {
  background-color: #171e2c;
}

.socials-block-2.last {
  margin-right: 0;
}

.ex-details-2 {
  color: #fff;
  background-color: #090b11;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 3vw;
  font-weight: 500;
  display: flex;
}

.highlight-span-2 {
  color: #def440;
  font-weight: 500;
  text-decoration: none;
}

.example-2 {
  z-index: 1;
  border: 1px solid #171e2c;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px -20px #000;
}

.example-2._48 {
  width: 48%;
}

.ex-text-2 {
  color: #9092a7;
  font-weight: 500;
}

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

  .hero-content {
    padding-top: 175px;
  }

  .left-column {
    margin-bottom: 50px;
    padding-left: 0;
  }

  .pricing-card {
    position: relative;
  }

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

  .ex-row {
    flex-direction: column;
  }

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

  .phone-word {
    padding-top: 0;
    display: none;
  }

  .phone-wrap {
    padding-top: 0;
  }

  .mobile-word {
    margin-top: 150px;
    display: flex;
  }

  .phone-hero {
    height: 100vh;
  }

  .cta-inner {
    justify-content: center;
  }

  .cta-block {
    display: none;
  }

  .cta-cir-select {
    width: 80px;
    height: 80px;
  }

  .footer-gradient {
    display: block;
  }

  .big-logo {
    width: 50px;
    margin-bottom: 20px;
  }

  .cta-block-mobile {
    display: block;
  }

  .tools-start-bttn {
    display: none;
  }

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

  .footer-block {
    display: none;
  }

  .coltoo-block {
    text-align: center;
    align-items: center;
  }

  .col-visual {
    margin-bottom: 25px;
  }

  .col-visual.long {
    margin-bottom: 0;
  }

  .footer-bttn {
    display: block;
  }

  .home-column {
    flex-direction: column;
  }

  .home-column.reverse {
    flex-direction: column-reverse;
  }

  .webframe {
    width: 90%;
  }

  .coltoo-img {
    margin-bottom: 25px;
    display: block;
  }

  .creators-row {
    flex-direction: column;
    align-items: center;
  }

  .div-block-21 {
    flex-direction: column;
  }

  .crea-row-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    margin-right: 0;
  }

  .slider-title-div {
    width: 100%;
  }

  .creator-block {
    text-align: center;
    align-items: center;
    margin-bottom: 100px;
  }

  .creator-block.last {
    margin-bottom: 0;
  }

  .crea-row-left {
    width: 100%;
    margin-bottom: 100px;
  }

  .creators-col {
    flex-direction: column;
  }

  .example-2._48 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-subtext {
    font-size: 20px;
    line-height: 25px;
  }

  .brands {
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .version-para {
    font-size: 25px;
    line-height: 35px;
  }

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

  .pricing-card {
    max-width: 500px;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .col-txt {
    font-size: 20px;
    line-height: 25px;
  }

  .otabs-menu {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .question-title {
    flex: 1;
  }

  .columns.light {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .loader-wrap {
    margin-left: 3vw;
  }

  .navmenu {
    margin-right: -5px;
  }

  .menu-block:hover {
    background-color: #0000;
  }

  .tool-title {
    font-size: 75px;
    line-height: 95px;
  }

  .col-visual {
    width: 350px;
    height: 425px;
  }

  .col-visual.long {
    height: 500px;
  }

  .overlay-section {
    display: none;
  }

  .nav-app {
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .navapp-text {
    display: none;
  }

  .dialpad {
    grid-column-gap: 50px;
  }

  .webframe {
    height: 400px;
  }

  .phone-top {
    max-width: 350px;
  }

  .div-block-21 {
    flex-direction: column;
  }

  ._4x {
    font-size: 200px;
    line-height: 200px;
  }

  .div-block-22 {
    margin-right: 0;
  }

  .circle {
    width: 55px;
    height: 55px;
  }
}

#w-node-f92beee3-d805-06c5-1bf2-50491283c62b-27f602ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fein';
  src: url('../fonts/Fein-Ultra-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fein';
  src: url('../fonts/Fein-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fein';
  src: url('../fonts/Fein-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fein';
  src: url('../fonts/Fein-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fein';
  src: url('../fonts/Fein-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fein';
  src: url('../fonts/Fein-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fein';
  src: url('../fonts/Fein-Med.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}